Shades of Pale Sky #566D70
Tints of Pale Sky #566D70
RGB
CMYK
RGB Variations
Color information
#566D70 (or 0x566D70) is known color: Pale Sky. HEX triplet: 56, 6D and 70. RGB value is (86,109,112). Sum of RGB (Red+Green+Blue) = 86+109+112=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #566D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D70 is #A9928F. Grayscale: #666666. Windows color (decimal): -11113104 or 7368022. OLE color: 7368022.
HSL color Cylindrical-coordinate representation of color #566D70: hue angle of 186.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #566D70 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 109 | 112 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.56 |
| HSL | 186.92º | 0.13% | 0.39% | - |
| HSV(B) | 186.92º | 0.23% | 0.44% | - |
| XYZ | 12.23 | 14.09 | 17.4 | - |
| YUV | 102.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 112 | 0.23 | 0.03 | 0 | 0.56 | 186.92 | 0.13 | 0.39 |
| Hex | 56 | 6D | 70 | 17 | 3 | 0 | 38 | BB | D | 27 |
| Octal | 126 | 155 | 160 | 27 | 3 | 0 | 70 | 273 | 15 | 47 |
| Binary | 1010110 | 1101101 | 1110000 | 10111 | 11 | 0 | 111000 | 10111011 | 1101 | 100111 |
Color Harmonies of #566D70
Complementary color
Monochromatic Colors of #566D70
Black with #566D70
Text Example
Text Example
White with #566D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566D70; }
p { color: rgb(86,109,112); }
H1.HeaderClassName
{
color: #566D70;
}
.AnyTagClassName
{
color: #566D70;
}
</style>
background-color css
<style>
a { background-color: #566D70; }
a { background-color: rgb(86,109,112); }
div.DivClassName
{
background-color: #566D70;
}
.BgClassName
{
background-color: #566D70;
}
</style>
border-color css
<style>
span { border-color: #566D70; }
span { border-color: rgb(86,109,112); }
td.TdClassName
{
border-color: #566D70;
}
.TagClassName
{
border-color: #566D70;
}
</style>