Shades of Pale Sky #566E71
Tints of Pale Sky #566E71
RGB
CMYK
RGB Variations
Color information
#566E71 (or 0x566E71) is known color: Pale Sky. HEX triplet: 56, 6E and 71. RGB value is (86,110,113). Sum of RGB (Red+Green+Blue) = 86+110+113=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #566E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566E71 is #A9918E. Grayscale: #676767. Windows color (decimal): -11112847 or 7433814. OLE color: 7433814.
HSL color Cylindrical-coordinate representation of color #566E71: hue angle of 186.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #566E71 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 110 | 113 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.56 |
| HSL | 186.67º | 0.14% | 0.39% | - |
| HSV(B) | 186.67º | 0.24% | 0.44% | - |
| XYZ | 12.39 | 14.32 | 17.73 | - |
| YUV | 103.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 113 | 0.24 | 0.03 | 0 | 0.56 | 186.67 | 0.14 | 0.39 |
| Hex | 56 | 6E | 71 | 18 | 3 | 0 | 38 | BB | E | 27 |
| Octal | 126 | 156 | 161 | 30 | 3 | 0 | 70 | 273 | 16 | 47 |
| Binary | 1010110 | 1101110 | 1110001 | 11000 | 11 | 0 | 111000 | 10111011 | 1110 | 100111 |
Color Harmonies of #566E71
Complementary color
Monochromatic Colors of #566E71
Black with #566E71
Text Example
Text Example
White with #566E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566E71; }
p { color: rgb(86,110,113); }
H1.HeaderClassName
{
color: #566E71;
}
.AnyTagClassName
{
color: #566E71;
}
</style>
background-color css
<style>
a { background-color: #566E71; }
a { background-color: rgb(86,110,113); }
div.DivClassName
{
background-color: #566E71;
}
.BgClassName
{
background-color: #566E71;
}
</style>
border-color css
<style>
span { border-color: #566E71; }
span { border-color: rgb(86,110,113); }
td.TdClassName
{
border-color: #566E71;
}
.TagClassName
{
border-color: #566E71;
}
</style>