Shades of Mineral Green #576D5D
Tints of Mineral Green #576D5D
RGB
CMYK
RGB Variations
Color information
#576D5D (or 0x576D5D) is known color: Mineral Green. HEX triplet: 57, 6D and 5D. RGB value is (87,109,93). Sum of RGB (Red+Green+Blue) = 87+109+93=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #576D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576D5D is #A892A2. Grayscale: #646464. Windows color (decimal): -11047587 or 6122839. OLE color: 6122839.
HSL color Cylindrical-coordinate representation of color #576D5D: hue angle of 136.36º 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 #576D5D is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 109 | 93 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.57 |
| HSL | 136.36º | 0.11% | 0.38% | - |
| HSV(B) | 136.36º | 0.2% | 0.43% | - |
| XYZ | 11.37 | 13.75 | 12.41 | - |
| YUV | 100.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 93 | 0.20 | 0 | 0.15 | 0.57 | 136.36 | 0.11 | 0.38 |
| Hex | 57 | 6D | 5D | 14 | 0 | F | 39 | 88 | B | 26 |
| Octal | 127 | 155 | 135 | 24 | 0 | 17 | 71 | 210 | 13 | 46 |
| Binary | 1010111 | 1101101 | 1011101 | 10100 | 0 | 1111 | 111001 | 10001000 | 1011 | 100110 |
Color Harmonies of #576D5D
Complementary color
Monochromatic Colors of #576D5D
Black with #576D5D
Text Example
Text Example
White with #576D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576D5D; }
p { color: rgb(87,109,93); }
H1.HeaderClassName
{
color: #576D5D;
}
.AnyTagClassName
{
color: #576D5D;
}
</style>
background-color css
<style>
a { background-color: #576D5D; }
a { background-color: rgb(87,109,93); }
div.DivClassName
{
background-color: #576D5D;
}
.BgClassName
{
background-color: #576D5D;
}
</style>
border-color css
<style>
span { border-color: #576D5D; }
span { border-color: rgb(87,109,93); }
td.TdClassName
{
border-color: #576D5D;
}
.TagClassName
{
border-color: #576D5D;
}
</style>