Shades of Pale Sky #566B74
Tints of Pale Sky #566B74
RGB
CMYK
RGB Variations
Color information
#566B74 (or 0x566B74) is known color: Pale Sky. HEX triplet: 56, 6B and 74. RGB value is (86,107,116). Sum of RGB (Red+Green+Blue) = 86+107+116=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #566B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B74 is #A9948B. Grayscale: #656565. Windows color (decimal): -11113612 or 7629654. OLE color: 7629654.
HSL color Cylindrical-coordinate representation of color #566B74: hue angle of 198º 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 #566B74 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 107 | 116 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.55 |
| HSL | 198º | 0.15% | 0.4% | - |
| HSV(B) | 198º | 0.26% | 0.45% | - |
| XYZ | 12.25 | 13.75 | 18.53 | - |
| YUV | 101.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 107 | 116 | 0.26 | 0.08 | 0 | 0.55 | 198 | 0.15 | 0.4 |
| Hex | 56 | 6B | 74 | 1A | 8 | 0 | 37 | C6 | F | 28 |
| Octal | 126 | 153 | 164 | 32 | 10 | 0 | 67 | 306 | 17 | 50 |
| Binary | 1010110 | 1101011 | 1110100 | 11010 | 1000 | 0 | 110111 | 11000110 | 1111 | 101000 |
Color Harmonies of #566B74
Complementary color
Monochromatic Colors of #566B74
Black with #566B74
Text Example
Text Example
White with #566B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566B74; }
p { color: rgb(86,107,116); }
H1.HeaderClassName
{
color: #566B74;
}
.AnyTagClassName
{
color: #566B74;
}
</style>
background-color css
<style>
a { background-color: #566B74; }
a { background-color: rgb(86,107,116); }
div.DivClassName
{
background-color: #566B74;
}
.BgClassName
{
background-color: #566B74;
}
</style>
border-color css
<style>
span { border-color: #566B74; }
span { border-color: rgb(86,107,116); }
td.TdClassName
{
border-color: #566B74;
}
.TagClassName
{
border-color: #566B74;
}
</style>