Shades of Pale Sky #576C76
Tints of Pale Sky #576C76
RGB
CMYK
RGB Variations
Color information
#576C76 (or 0x576C76) is known color: Pale Sky. HEX triplet: 57, 6C and 76. RGB value is (87,108,118). Sum of RGB (Red+Green+Blue) = 87+108+118=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #576C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C76 is #A89389. Grayscale: #666666. Windows color (decimal): -11047818 or 7760983. OLE color: 7760983.
HSL color Cylindrical-coordinate representation of color #576C76: hue angle of 199.35º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #576C76 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 108 | 118 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.54 |
| HSL | 199.35º | 0.15% | 0.4% | - |
| HSV(B) | 199.35º | 0.26% | 0.46% | - |
| XYZ | 12.56 | 14.06 | 19.19 | - |
| YUV | 102.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 108 | 118 | 0.26 | 0.08 | 0 | 0.54 | 199.35 | 0.15 | 0.4 |
| Hex | 57 | 6C | 76 | 1A | 8 | 0 | 36 | C7 | F | 28 |
| Octal | 127 | 154 | 166 | 32 | 10 | 0 | 66 | 307 | 17 | 50 |
| Binary | 1010111 | 1101100 | 1110110 | 11010 | 1000 | 0 | 110110 | 11000111 | 1111 | 101000 |
Color Harmonies of #576C76
Complementary color
Monochromatic Colors of #576C76
Black with #576C76
Text Example
Text Example
White with #576C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576C76; }
p { color: rgb(87,108,118); }
H1.HeaderClassName
{
color: #576C76;
}
.AnyTagClassName
{
color: #576C76;
}
</style>
background-color css
<style>
a { background-color: #576C76; }
a { background-color: rgb(87,108,118); }
div.DivClassName
{
background-color: #576C76;
}
.BgClassName
{
background-color: #576C76;
}
</style>
border-color css
<style>
span { border-color: #576C76; }
span { border-color: rgb(87,108,118); }
td.TdClassName
{
border-color: #576C76;
}
.TagClassName
{
border-color: #576C76;
}
</style>