Stone Cold/ mostly black
Enter any color value (e.g., #8394e9, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#555555 color RGB value is (85,85,85)
#555555 color CMYK value
#555555 color HSL value
HSV(or HSB) | 0° | 0 | 33.3 |
XYZ | 8.635 | 9.084 | 9.893 |
Yxy | 0.313 | 0.329 | 9.084 |
LAB | 36.146 | 0.002 | -0.005 |
LUV | 36.146 | 0 | -0.006 |
Hunter-LAB | 30.14 | -1.608 | 1.638 |
CIE-LCH | 36.146 | 0.005 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 55 | 55 | 55 |
Decimal | 85 | 85 | 85 |
Octal | 125 | 125 | 125 |
Binary | 01010101 | 01010101 | 01010101 |
This text has a font color of #555555.
<span style="color:#555555">Text here</span>
This paragraph has a background color of #555555.
<p style="background-color:#555555;">Content here</p>
This element has a border color of #555555.
<div style="border:1px #555555;">Content here</div>
.text {color:#555555;}
.background {background-color:#555555;}
.border {border:1px solid #555555;}
.text-shadow {border:1px solid #555555;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #f4f4f4 is the lightest one.