Shades of Pale Sky #576D71
Tints of Pale Sky #576D71
RGB
CMYK
RGB Variations
Color information
#576D71 (or 0x576D71) is known color: Pale Sky. HEX triplet: 57, 6D and 71. RGB value is (87,109,113). Sum of RGB (Red+Green+Blue) = 87+109+113=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 113 - color contains mainly: blue. Hex color #576D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D71 is #A8928E. Grayscale: #666666. Windows color (decimal): -11047567 or 7433559. OLE color: 7433559.
HSL color Cylindrical-coordinate representation of color #576D71: hue angle of 189.23º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #576D71 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 87 | 109 | 113 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.56 |
| HSL | 189.23º | 0.13% | 0.39% | - |
| HSV(B) | 189.23º | 0.23% | 0.44% | - |
| XYZ | 12.38 | 14.16 | 17.7 | - |
| YUV | 102.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 113 | 0.23 | 0.04 | 0 | 0.56 | 189.23 | 0.13 | 0.39 |
| Hex | 57 | 6D | 71 | 17 | 4 | 0 | 38 | BD | D | 27 |
| Octal | 127 | 155 | 161 | 27 | 4 | 0 | 70 | 275 | 15 | 47 |
| Binary | 1010111 | 1101101 | 1110001 | 10111 | 100 | 0 | 111000 | 10111101 | 1101 | 100111 |
Color Harmonies of #576D71
Complementary color
Monochromatic Colors of #576D71
Black with #576D71
Text Example
Text Example
White with #576D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D71; }
p { color: rgb(87,109,113); }
H1.HeaderClassName
{
color: #576D71;
}
.AnyTagClassName
{
color: #576D71;
}
</style>
background-color css
<style>
a { background-color: #576D71; }
a { background-color: rgb(87,109,113); }
div.DivClassName
{
background-color: #576D71;
}
.BgClassName
{
background-color: #576D71;
}
</style>
border-color css
<style>
span { border-color: #576D71; }
span { border-color: rgb(87,109,113); }
td.TdClassName
{
border-color: #576D71;
}
.TagClassName
{
border-color: #576D71;
}
</style>