Shades of Pale Sky #566F77
Tints of Pale Sky #566F77
RGB
CMYK
RGB Variations
Color information
#566F77 (or 0x566F77) is known color: Pale Sky. HEX triplet: 56, 6F and 77. RGB value is (86,111,119). Sum of RGB (Red+Green+Blue) = 86+111+119=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #566F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F77 is #A99088. Grayscale: #686868. Windows color (decimal): -11112585 or 7827286. OLE color: 7827286.
HSL color Cylindrical-coordinate representation of color #566F77: hue angle of 194.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #566F77 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 111 | 119 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.53 |
| HSL | 194.55º | 0.16% | 0.4% | - |
| HSV(B) | 194.55º | 0.28% | 0.47% | - |
| XYZ | 12.85 | 14.68 | 19.61 | - |
| YUV | 104.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 119 | 0.28 | 0.07 | 0 | 0.53 | 194.55 | 0.16 | 0.4 |
| Hex | 56 | 6F | 77 | 1C | 7 | 0 | 35 | C3 | 10 | 28 |
| Octal | 126 | 157 | 167 | 34 | 7 | 0 | 65 | 303 | 20 | 50 |
| Binary | 1010110 | 1101111 | 1110111 | 11100 | 111 | 0 | 110101 | 11000011 | 10000 | 101000 |
Color Harmonies of #566F77
Complementary color
Monochromatic Colors of #566F77
Black with #566F77
Text Example
Text Example
White with #566F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F77; }
p { color: rgb(86,111,119); }
H1.HeaderClassName
{
color: #566F77;
}
.AnyTagClassName
{
color: #566F77;
}
</style>
background-color css
<style>
a { background-color: #566F77; }
a { background-color: rgb(86,111,119); }
div.DivClassName
{
background-color: #566F77;
}
.BgClassName
{
background-color: #566F77;
}
</style>
border-color css
<style>
span { border-color: #566F77; }
span { border-color: rgb(86,111,119); }
td.TdClassName
{
border-color: #566F77;
}
.TagClassName
{
border-color: #566F77;
}
</style>