Shades of Mid Grey #576A76
Tints of Mid Grey #576A76
RGB
CMYK
RGB Variations
Color information
#576A76 (or 0x576A76) is known color: Mid Grey. HEX triplet: 57, 6A and 76. RGB value is (87,106,118). Sum of RGB (Red+Green+Blue) = 87+106+118=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #576A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A76 is #A89589. Grayscale: #656565. Windows color (decimal): -11048330 or 7760471. OLE color: 7760471.
HSL color Cylindrical-coordinate representation of color #576A76: hue angle of 203.23º 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 #576A76 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 106 | 118 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.54 |
| HSL | 203.23º | 0.15% | 0.4% | - |
| HSV(B) | 203.23º | 0.26% | 0.46% | - |
| XYZ | 12.35 | 13.64 | 19.12 | - |
| YUV | 101.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 118 | 0.26 | 0.10 | 0 | 0.54 | 203.23 | 0.15 | 0.4 |
| Hex | 57 | 6A | 76 | 1A | A | 0 | 36 | CB | F | 28 |
| Octal | 127 | 152 | 166 | 32 | 12 | 0 | 66 | 313 | 17 | 50 |
| Binary | 1010111 | 1101010 | 1110110 | 11010 | 1010 | 0 | 110110 | 11001011 | 1111 | 101000 |
Color Harmonies of #576A76
Complementary color
Monochromatic Colors of #576A76
Black with #576A76
Text Example
Text Example
White with #576A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A76; }
p { color: rgb(87,106,118); }
H1.HeaderClassName
{
color: #576A76;
}
.AnyTagClassName
{
color: #576A76;
}
</style>
background-color css
<style>
a { background-color: #576A76; }
a { background-color: rgb(87,106,118); }
div.DivClassName
{
background-color: #576A76;
}
.BgClassName
{
background-color: #576A76;
}
</style>
border-color css
<style>
span { border-color: #576A76; }
span { border-color: rgb(87,106,118); }
td.TdClassName
{
border-color: #576A76;
}
.TagClassName
{
border-color: #576A76;
}
</style>