#564555 color RGB value is (5, 100, 85).
#564555 hex color red value is 5, green value is 100, and blue value is 85.
Cylindrical-coordinate representations (HSL) of color #564555
hue: 170.53,
saturation: 0.9 and lightness: 0.21.
The process color (four-color CMYK) of #564555 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #564555 is #ff9999. Color #564555 contains mainly RED.
| Color spaces of #564555 | Value |
|---|---|
| RGB | 86, 69, 85 |
| HSL | 0.84, 0.11, 0.3 |
| HSV | 304°, 20°, 34° |
| XYZ | 7.61, 6.89, 9.52 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1010110 | 1000101 | 1010101 |
| Octal | 126 | 105 | 125 |
| Decimal | 86 | 69 | 85 |
| Hex | 56 | 45 | 55 |
Shades of #564555
Tints of #564555
.mybgColor {background-color: #564555;}
.myforeColor {color: #564555;}
.myborderColor {border:3px solid #564555;}
<p style="color:#564555">Text here</p>
This sample text is styled with the font color #564555. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#564555">Div content here</div>
<div style="border:3px solid #564555">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(86, 69, 85, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #564555; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #564555;
-webkit-box-shadow: 1px 1px 3px #564555;
box-shadow: 1px 1px 3px #564555; }
<p style="text-shadow: 4px 4px 2px rgba(86, 69, 85, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #564555;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #564555;
-webkit-box-shadow: 1px 1px 3px #564555;
box-shadow: 1px 1px 3px #564555;">Div content here</div>
