Shades of Pale Sky #566F74
Tints of Pale Sky #566F74
RGB
CMYK
RGB Variations
Color information
#566F74 (or 0x566F74) is known color: Pale Sky. HEX triplet: 56, 6F and 74. RGB value is (86,111,116). Sum of RGB (Red+Green+Blue) = 86+111+116=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #566F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566F74 is #A9908B. Grayscale: #686868. Windows color (decimal): -11112588 or 7630678. OLE color: 7630678.
HSL color Cylindrical-coordinate representation of color #566F74: hue angle of 190º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566F74 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 111 | 116 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.55 |
| HSL | 190º | 0.15% | 0.4% | - |
| HSV(B) | 190º | 0.26% | 0.45% | - |
| XYZ | 12.67 | 14.61 | 18.67 | - |
| YUV | 104.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 116 | 0.26 | 0.04 | 0 | 0.55 | 190 | 0.15 | 0.4 |
| Hex | 56 | 6F | 74 | 1A | 4 | 0 | 37 | BE | F | 28 |
| Octal | 126 | 157 | 164 | 32 | 4 | 0 | 67 | 276 | 17 | 50 |
| Binary | 1010110 | 1101111 | 1110100 | 11010 | 100 | 0 | 110111 | 10111110 | 1111 | 101000 |
Color Harmonies of #566F74
Complementary color
Monochromatic Colors of #566F74
Black with #566F74
Text Example
Text Example
White with #566F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F74; }
p { color: rgb(86,111,116); }
H1.HeaderClassName
{
color: #566F74;
}
.AnyTagClassName
{
color: #566F74;
}
</style>
background-color css
<style>
a { background-color: #566F74; }
a { background-color: rgb(86,111,116); }
div.DivClassName
{
background-color: #566F74;
}
.BgClassName
{
background-color: #566F74;
}
</style>
border-color css
<style>
span { border-color: #566F74; }
span { border-color: rgb(86,111,116); }
td.TdClassName
{
border-color: #566F74;
}
.TagClassName
{
border-color: #566F74;
}
</style>