Shades of Pale Sky #576C73
Tints of Pale Sky #576C73
RGB
CMYK
RGB Variations
Color information
#576C73 (or 0x576C73) is known color: Pale Sky. HEX triplet: 57, 6C and 73. RGB value is (87,108,115). Sum of RGB (Red+Green+Blue) = 87+108+115=310 (41% of max value = 765). Red value is 87 (34.38% from 255 or 28.06% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #576C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C73 is #A8938C. Grayscale: #666666. Windows color (decimal): -11047821 or 7564375. OLE color: 7564375.
HSL color Cylindrical-coordinate representation of color #576C73: hue angle of 195º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #576C73 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 108 | 115 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.55 |
| HSL | 195º | 0.14% | 0.4% | - |
| HSV(B) | 195º | 0.24% | 0.45% | - |
| XYZ | 12.39 | 13.99 | 18.27 | - |
| YUV | 102.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 115 | 0.24 | 0.06 | 0 | 0.55 | 195 | 0.14 | 0.4 |
| Hex | 57 | 6C | 73 | 18 | 6 | 0 | 37 | C3 | E | 28 |
| Octal | 127 | 154 | 163 | 30 | 6 | 0 | 67 | 303 | 16 | 50 |
| Binary | 1010111 | 1101100 | 1110011 | 11000 | 110 | 0 | 110111 | 11000011 | 1110 | 101000 |
Color Harmonies of #576C73
Complementary color
Monochromatic Colors of #576C73
Black with #576C73
Text Example
Text Example
White with #576C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C73; }
p { color: rgb(87,108,115); }
H1.HeaderClassName
{
color: #576C73;
}
.AnyTagClassName
{
color: #576C73;
}
</style>
background-color css
<style>
a { background-color: #576C73; }
a { background-color: rgb(87,108,115); }
div.DivClassName
{
background-color: #576C73;
}
.BgClassName
{
background-color: #576C73;
}
</style>
border-color css
<style>
span { border-color: #576C73; }
span { border-color: rgb(87,108,115); }
td.TdClassName
{
border-color: #576C73;
}
.TagClassName
{
border-color: #576C73;
}
</style>