Shades of Pale Sky #576C72
Tints of Pale Sky #576C72
RGB
CMYK
RGB Variations
Color information
#576C72 (or 0x576C72) is known color: Pale Sky. HEX triplet: 57, 6C and 72. RGB value is (87,108,114). Sum of RGB (Red+Green+Blue) = 87+108+114=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 114 - color contains mainly: blue. Hex color #576C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C72 is #A8938D. Grayscale: #666666. Windows color (decimal): -11047822 or 7498839. OLE color: 7498839.
HSL color Cylindrical-coordinate representation of color #576C72: hue angle of 193.33º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576C72 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 108 | 114 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.55 |
| HSL | 193.33º | 0.13% | 0.39% | - |
| HSV(B) | 193.33º | 0.24% | 0.45% | - |
| XYZ | 12.33 | 13.97 | 17.97 | - |
| YUV | 102.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 114 | 0.24 | 0.05 | 0 | 0.55 | 193.33 | 0.13 | 0.39 |
| Hex | 57 | 6C | 72 | 18 | 5 | 0 | 37 | C1 | D | 27 |
| Octal | 127 | 154 | 162 | 30 | 5 | 0 | 67 | 301 | 15 | 47 |
| Binary | 1010111 | 1101100 | 1110010 | 11000 | 101 | 0 | 110111 | 11000001 | 1101 | 100111 |
Color Harmonies of #576C72
Complementary color
Monochromatic Colors of #576C72
Black with #576C72
Text Example
Text Example
White with #576C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C72; }
p { color: rgb(87,108,114); }
H1.HeaderClassName
{
color: #576C72;
}
.AnyTagClassName
{
color: #576C72;
}
</style>
background-color css
<style>
a { background-color: #576C72; }
a { background-color: rgb(87,108,114); }
div.DivClassName
{
background-color: #576C72;
}
.BgClassName
{
background-color: #576C72;
}
</style>
border-color css
<style>
span { border-color: #576C72; }
span { border-color: rgb(87,108,114); }
td.TdClassName
{
border-color: #576C72;
}
.TagClassName
{
border-color: #576C72;
}
</style>