Shades of Mineral Green #576A5B
Tints of Mineral Green #576A5B
RGB
CMYK
RGB Variations
Color information
#576A5B (or 0x576A5B) is known color: Mineral Green. HEX triplet: 57, 6A and 5B. RGB value is (87,106,91). Sum of RGB (Red+Green+Blue) = 87+106+91=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #576A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576A5B is #A895A4. Grayscale: #626262. Windows color (decimal): -11048357 or 5990999. OLE color: 5990999.
HSL color Cylindrical-coordinate representation of color #576A5B: hue angle of 132.63º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #576A5B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 106 | 91 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.58 |
| HSL | 132.63º | 0.1% | 0.38% | - |
| HSV(B) | 132.63º | 0.18% | 0.42% | - |
| XYZ | 10.97 | 13.09 | 11.85 | - |
| YUV | 98.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 91 | 0.18 | 0 | 0.14 | 0.58 | 132.63 | 0.1 | 0.38 |
| Hex | 57 | 6A | 5B | 12 | 0 | E | 3A | 85 | A | 26 |
| Octal | 127 | 152 | 133 | 22 | 0 | 16 | 72 | 205 | 12 | 46 |
| Binary | 1010111 | 1101010 | 1011011 | 10010 | 0 | 1110 | 111010 | 10000101 | 1010 | 100110 |
Color Harmonies of #576A5B
Complementary color
Monochromatic Colors of #576A5B
Black with #576A5B
Text Example
Text Example
White with #576A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576A5B; }
p { color: rgb(87,106,91); }
H1.HeaderClassName
{
color: #576A5B;
}
.AnyTagClassName
{
color: #576A5B;
}
</style>
background-color css
<style>
a { background-color: #576A5B; }
a { background-color: rgb(87,106,91); }
div.DivClassName
{
background-color: #576A5B;
}
.BgClassName
{
background-color: #576A5B;
}
</style>
border-color css
<style>
span { border-color: #576A5B; }
span { border-color: rgb(87,106,91); }
td.TdClassName
{
border-color: #576A5B;
}
.TagClassName
{
border-color: #576A5B;
}
</style>