Shades of Pale Sky #566F72
Tints of Pale Sky #566F72
RGB
CMYK
RGB Variations
Color information
#566F72 (or 0x566F72) is known color: Pale Sky. HEX triplet: 56, 6F and 72. RGB value is (86,111,114). Sum of RGB (Red+Green+Blue) = 86+111+114=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #566F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F72 is #A9908D. Grayscale: #676767. Windows color (decimal): -11112590 or 7499606. OLE color: 7499606.
HSL color Cylindrical-coordinate representation of color #566F72: hue angle of 186.43º 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 #566F72 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 111 | 114 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.55 |
| HSL | 186.43º | 0.14% | 0.39% | - |
| HSV(B) | 186.43º | 0.25% | 0.45% | - |
| XYZ | 12.56 | 14.56 | 18.07 | - |
| YUV | 103.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 114 | 0.25 | 0.03 | 0 | 0.55 | 186.43 | 0.14 | 0.39 |
| Hex | 56 | 6F | 72 | 19 | 3 | 0 | 37 | BA | E | 27 |
| Octal | 126 | 157 | 162 | 31 | 3 | 0 | 67 | 272 | 16 | 47 |
| Binary | 1010110 | 1101111 | 1110010 | 11001 | 11 | 0 | 110111 | 10111010 | 1110 | 100111 |
Color Harmonies of #566F72
Complementary color
Monochromatic Colors of #566F72
Black with #566F72
Text Example
Text Example
White with #566F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F72; }
p { color: rgb(86,111,114); }
H1.HeaderClassName
{
color: #566F72;
}
.AnyTagClassName
{
color: #566F72;
}
</style>
background-color css
<style>
a { background-color: #566F72; }
a { background-color: rgb(86,111,114); }
div.DivClassName
{
background-color: #566F72;
}
.BgClassName
{
background-color: #566F72;
}
</style>
border-color css
<style>
span { border-color: #566F72; }
span { border-color: rgb(86,111,114); }
td.TdClassName
{
border-color: #566F72;
}
.TagClassName
{
border-color: #566F72;
}
</style>