Shades of Pale Sky #566D72
Tints of Pale Sky #566D72
RGB
CMYK
RGB Variations
Color information
#566D72 (or 0x566D72) is known color: Pale Sky. HEX triplet: 56, 6D and 72. RGB value is (86,109,114). Sum of RGB (Red+Green+Blue) = 86+109+114=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #566D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D72 is #A9928D. Grayscale: #666666. Windows color (decimal): -11113102 or 7499094. OLE color: 7499094.
HSL color Cylindrical-coordinate representation of color #566D72: hue angle of 190.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #566D72 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 109 | 114 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.55 |
| HSL | 190.71º | 0.14% | 0.39% | - |
| HSV(B) | 190.71º | 0.25% | 0.45% | - |
| XYZ | 12.34 | 14.13 | 18 | - |
| YUV | 102.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 114 | 0.25 | 0.04 | 0 | 0.55 | 190.71 | 0.14 | 0.39 |
| Hex | 56 | 6D | 72 | 19 | 4 | 0 | 37 | BF | E | 27 |
| Octal | 126 | 155 | 162 | 31 | 4 | 0 | 67 | 277 | 16 | 47 |
| Binary | 1010110 | 1101101 | 1110010 | 11001 | 100 | 0 | 110111 | 10111111 | 1110 | 100111 |
Color Harmonies of #566D72
Complementary color
Monochromatic Colors of #566D72
Black with #566D72
Text Example
Text Example
White with #566D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D72; }
p { color: rgb(86,109,114); }
H1.HeaderClassName
{
color: #566D72;
}
.AnyTagClassName
{
color: #566D72;
}
</style>
background-color css
<style>
a { background-color: #566D72; }
a { background-color: rgb(86,109,114); }
div.DivClassName
{
background-color: #566D72;
}
.BgClassName
{
background-color: #566D72;
}
</style>
border-color css
<style>
span { border-color: #566D72; }
span { border-color: rgb(86,109,114); }
td.TdClassName
{
border-color: #566D72;
}
.TagClassName
{
border-color: #566D72;
}
</style>