Shades of Mineral Green #576B5B
Tints of Mineral Green #576B5B
RGB
CMYK
RGB Variations
Color information
#576B5B (or 0x576B5B) is known color: Mineral Green. HEX triplet: 57, 6B and 5B. RGB value is (87,107,91). Sum of RGB (Red+Green+Blue) = 87+107+91=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #576B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576B5B is #A894A4. Grayscale: #636363. Windows color (decimal): -11048101 or 5991255. OLE color: 5991255.
HSL color Cylindrical-coordinate representation of color #576B5B: hue angle of 132º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #576B5B is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 107 | 91 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.58 |
| HSL | 132º | 0.1% | 0.38% | - |
| HSV(B) | 132º | 0.19% | 0.42% | - |
| XYZ | 11.08 | 13.3 | 11.88 | - |
| YUV | 99.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 91 | 0.19 | 0 | 0.15 | 0.58 | 132 | 0.1 | 0.38 |
| Hex | 57 | 6B | 5B | 13 | 0 | F | 3A | 84 | A | 26 |
| Octal | 127 | 153 | 133 | 23 | 0 | 17 | 72 | 204 | 12 | 46 |
| Binary | 1010111 | 1101011 | 1011011 | 10011 | 0 | 1111 | 111010 | 10000100 | 1010 | 100110 |
Color Harmonies of #576B5B
Complementary color
Monochromatic Colors of #576B5B
Black with #576B5B
Text Example
Text Example
White with #576B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B5B; }
p { color: rgb(87,107,91); }
H1.HeaderClassName
{
color: #576B5B;
}
.AnyTagClassName
{
color: #576B5B;
}
</style>
background-color css
<style>
a { background-color: #576B5B; }
a { background-color: rgb(87,107,91); }
div.DivClassName
{
background-color: #576B5B;
}
.BgClassName
{
background-color: #576B5B;
}
</style>
border-color css
<style>
span { border-color: #576B5B; }
span { border-color: rgb(87,107,91); }
td.TdClassName
{
border-color: #576B5B;
}
.TagClassName
{
border-color: #576B5B;
}
</style>