Shades of Pale Sky #576B73
Tints of Pale Sky #576B73
RGB
CMYK
RGB Variations
Color information
#576B73 (or 0x576B73) is known color: Pale Sky. HEX triplet: 57, 6B and 73. RGB value is (87,107,115). Sum of RGB (Red+Green+Blue) = 87+107+115=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #576B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576B73 is #A8948C. Grayscale: #656565. Windows color (decimal): -11048077 or 7564119. OLE color: 7564119.
HSL color Cylindrical-coordinate representation of color #576B73: hue angle of 197.14º 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 #576B73 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 107 | 115 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.55 |
| HSL | 197.14º | 0.14% | 0.4% | - |
| HSV(B) | 197.14º | 0.24% | 0.45% | - |
| XYZ | 12.28 | 13.78 | 18.23 | - |
| YUV | 101.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 115 | 0.24 | 0.07 | 0 | 0.55 | 197.14 | 0.14 | 0.4 |
| Hex | 57 | 6B | 73 | 18 | 7 | 0 | 37 | C5 | E | 28 |
| Octal | 127 | 153 | 163 | 30 | 7 | 0 | 67 | 305 | 16 | 50 |
| Binary | 1010111 | 1101011 | 1110011 | 11000 | 111 | 0 | 110111 | 11000101 | 1110 | 101000 |
Color Harmonies of #576B73
Complementary color
Monochromatic Colors of #576B73
Black with #576B73
Text Example
Text Example
White with #576B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B73; }
p { color: rgb(87,107,115); }
H1.HeaderClassName
{
color: #576B73;
}
.AnyTagClassName
{
color: #576B73;
}
</style>
background-color css
<style>
a { background-color: #576B73; }
a { background-color: rgb(87,107,115); }
div.DivClassName
{
background-color: #576B73;
}
.BgClassName
{
background-color: #576B73;
}
</style>
border-color css
<style>
span { border-color: #576B73; }
span { border-color: rgb(87,107,115); }
td.TdClassName
{
border-color: #576B73;
}
.TagClassName
{
border-color: #576B73;
}
</style>