Shades of Mineral Green #576B5D
Tints of Mineral Green #576B5D
RGB
CMYK
RGB Variations
Color information
#576B5D (or 0x576B5D) is known color: Mineral Green. HEX triplet: 57, 6B and 5D. RGB value is (87,107,93). Sum of RGB (Red+Green+Blue) = 87+107+93=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #576B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576B5D is #A894A2. Grayscale: #636363. Windows color (decimal): -11048099 or 6122327. OLE color: 6122327.
HSL color Cylindrical-coordinate representation of color #576B5D: hue angle of 138º 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 #576B5D is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 107 | 93 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.58 |
| HSL | 138º | 0.1% | 0.38% | - |
| HSV(B) | 138º | 0.19% | 0.42% | - |
| XYZ | 11.16 | 13.33 | 12.34 | - |
| YUV | 99.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 93 | 0.19 | 0 | 0.13 | 0.58 | 138 | 0.1 | 0.38 |
| Hex | 57 | 6B | 5D | 13 | 0 | D | 3A | 8A | A | 26 |
| Octal | 127 | 153 | 135 | 23 | 0 | 15 | 72 | 212 | 12 | 46 |
| Binary | 1010111 | 1101011 | 1011101 | 10011 | 0 | 1101 | 111010 | 10001010 | 1010 | 100110 |
Color Harmonies of #576B5D
Complementary color
Monochromatic Colors of #576B5D
Black with #576B5D
Text Example
Text Example
White with #576B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B5D; }
p { color: rgb(87,107,93); }
H1.HeaderClassName
{
color: #576B5D;
}
.AnyTagClassName
{
color: #576B5D;
}
</style>
background-color css
<style>
a { background-color: #576B5D; }
a { background-color: rgb(87,107,93); }
div.DivClassName
{
background-color: #576B5D;
}
.BgClassName
{
background-color: #576B5D;
}
</style>
border-color css
<style>
span { border-color: #576B5D; }
span { border-color: rgb(87,107,93); }
td.TdClassName
{
border-color: #576B5D;
}
.TagClassName
{
border-color: #576B5D;
}
</style>