Shades of Pale Sky #566C70
Tints of Pale Sky #566C70
RGB
CMYK
RGB Variations
Color information
#566C70 (or 0x566C70) is known color: Pale Sky. HEX triplet: 56, 6C and 70. RGB value is (86,108,112). Sum of RGB (Red+Green+Blue) = 86+108+112=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: blue. Hex color #566C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C70 is #A9938F. Grayscale: #656565. Windows color (decimal): -11113360 or 7367766. OLE color: 7367766.
HSL color Cylindrical-coordinate representation of color #566C70: hue angle of 189.23º 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 #566C70 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 108 | 112 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.56 |
| HSL | 189.23º | 0.13% | 0.39% | - |
| HSV(B) | 189.23º | 0.23% | 0.44% | - |
| XYZ | 12.12 | 13.87 | 17.37 | - |
| YUV | 101.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 112 | 0.23 | 0.04 | 0 | 0.56 | 189.23 | 0.13 | 0.39 |
| Hex | 56 | 6C | 70 | 17 | 4 | 0 | 38 | BD | D | 27 |
| Octal | 126 | 154 | 160 | 27 | 4 | 0 | 70 | 275 | 15 | 47 |
| Binary | 1010110 | 1101100 | 1110000 | 10111 | 100 | 0 | 111000 | 10111101 | 1101 | 100111 |
Color Harmonies of #566C70
Complementary color
Monochromatic Colors of #566C70
Black with #566C70
Text Example
Text Example
White with #566C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566C70; }
p { color: rgb(86,108,112); }
H1.HeaderClassName
{
color: #566C70;
}
.AnyTagClassName
{
color: #566C70;
}
</style>
background-color css
<style>
a { background-color: #566C70; }
a { background-color: rgb(86,108,112); }
div.DivClassName
{
background-color: #566C70;
}
.BgClassName
{
background-color: #566C70;
}
</style>
border-color css
<style>
span { border-color: #566C70; }
span { border-color: rgb(86,108,112); }
td.TdClassName
{
border-color: #566C70;
}
.TagClassName
{
border-color: #566C70;
}
</style>