#555606 hex color information.
RGB value of #555606 is (85,86,6)
Change page background color to #555606
| Reset
| RGB | 85 | 86 | 6 |
|---|---|---|---|
| HSL | 0.17 | 0.87 | 0.18 |
| HSV | 61° | 93° | 34° |
| CMYK | 0.01 | 0.00 | 0.93 0.66 |
| XYZ | 7.1070 | 8.6000 | 1.4577 |
| Yxy | 8.6000 | 0.4140 | 0.5010 |
| Hunter Lab | 29.3258 | -8.0612 | 17.5809 |
| CIE-Lab | 35.2025 | -10.0545 | 40.7904 |
#555606 hex color red value is 85, green value is 86 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #555606 hue: 0.17 , saturation: 0.87 and the lightness value of 555606 is 0.18.
The process color (four color CMYK) of #555606 hex color is 0.01, 0.00, 0.93, 0.66. Web safe color of #555606 is #666600
Color #555606 contains mostly GREEN color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 01010101 | 01010110 | 00000110 |
| Octal | 125 | 126 | 6 |
| Decimal | 85 | 86 | 6 |
| Hexadecimal | 55 | 56 | 6 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#555606; }
.myforecolor {color:#555606; }
.mybordercolor {border:3px solid #555606; }
This sample text font color is #555606
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<p style="color:#555606">Text here</p>
This div background color is #555606
<div style="background-color:#555606">
Div content here</div>
This div border color is #555606
<div style="border:3px solid #555606">
Div here</div>
| #555606 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(85,86,6, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #555606;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #555606;
-webkit-box-shadow: 1px 1px 3px 2px #555606;
box-shadow: 1px 1px 3px 2px #555606;
}
<p style="text-shadow: 4px 4px 2px rgba(85,86,6, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #555606">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #555606
<div style="-moz-box-shadow: 1px 1px 3px 2px #555606; -webkit-box-shadow: 1px 1px 3px 2px #555606; box-shadow: 1px 1px 3px 2px #555606;">
Div content here</div>