Shades of Mineral Green #576D5B
Tints of Mineral Green #576D5B
RGB
CMYK
RGB Variations
Color information
#576D5B (or 0x576D5B) is known color: Mineral Green. HEX triplet: 57, 6D and 5B. RGB value is (87,109,91). Sum of RGB (Red+Green+Blue) = 87+109+91=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #576D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D5B is #A892A4. Grayscale: #646464. Windows color (decimal): -11047589 or 5991767. OLE color: 5991767.
HSL color Cylindrical-coordinate representation of color #576D5B: hue angle of 130.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #576D5B is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 109 | 91 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.57 |
| HSL | 130.91º | 0.11% | 0.38% | - |
| HSV(B) | 130.91º | 0.2% | 0.43% | - |
| XYZ | 11.29 | 13.72 | 11.95 | - |
| YUV | 100.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 91 | 0.20 | 0 | 0.17 | 0.57 | 130.91 | 0.11 | 0.38 |
| Hex | 57 | 6D | 5B | 14 | 0 | 11 | 39 | 83 | B | 26 |
| Octal | 127 | 155 | 133 | 24 | 0 | 21 | 71 | 203 | 13 | 46 |
| Binary | 1010111 | 1101101 | 1011011 | 10100 | 0 | 10001 | 111001 | 10000011 | 1011 | 100110 |
Color Harmonies of #576D5B
Complementary color
Monochromatic Colors of #576D5B
Black with #576D5B
Text Example
Text Example
White with #576D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D5B; }
p { color: rgb(87,109,91); }
H1.HeaderClassName
{
color: #576D5B;
}
.AnyTagClassName
{
color: #576D5B;
}
</style>
background-color css
<style>
a { background-color: #576D5B; }
a { background-color: rgb(87,109,91); }
div.DivClassName
{
background-color: #576D5B;
}
.BgClassName
{
background-color: #576D5B;
}
</style>
border-color css
<style>
span { border-color: #576D5B; }
span { border-color: rgb(87,109,91); }
td.TdClassName
{
border-color: #576D5B;
}
.TagClassName
{
border-color: #576D5B;
}
</style>