Shades of Mineral Green #575D59
Tints of Mineral Green #575D59
RGB
CMYK
RGB Variations
Color information
#575D59 (or 0x575D59) is known color: Mineral Green. HEX triplet: 57, 5D and 59. RGB value is (87,93,89). Sum of RGB (Red+Green+Blue) = 87+93+89=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 93 - color contains mainly: green. Hex color #575D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D59 is #A8A2A6. Grayscale: #5A5A5A. Windows color (decimal): -11051687 or 5856599. OLE color: 5856599.
HSL color Cylindrical-coordinate representation of color #575D59: hue angle of 140º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #575D59 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 89 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.64 |
| HSL | 140º | 0.03% | 0.35% | - |
| HSV(B) | 140º | 0.06% | 0.36% | - |
| XYZ | 9.65 | 10.58 | 10.98 | - |
| YUV | 90.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 89 | 0.06 | 0 | 0.04 | 0.64 | 140 | 0.03 | 0.35 |
| Hex | 57 | 5D | 59 | 6 | 0 | 4 | 40 | 8C | 3 | 23 |
| Octal | 127 | 135 | 131 | 6 | 0 | 4 | 100 | 214 | 3 | 43 |
| Binary | 1010111 | 1011101 | 1011001 | 110 | 0 | 100 | 1000000 | 10001100 | 11 | 100011 |
Color Harmonies of #575D59
Complementary color
Monochromatic Colors of #575D59
Black with #575D59
Text Example
Text Example
White with #575D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D59; }
p { color: rgb(87,93,89); }
H1.HeaderClassName
{
color: #575D59;
}
.AnyTagClassName
{
color: #575D59;
}
</style>
background-color css
<style>
a { background-color: #575D59; }
a { background-color: rgb(87,93,89); }
div.DivClassName
{
background-color: #575D59;
}
.BgClassName
{
background-color: #575D59;
}
</style>
border-color css
<style>
span { border-color: #575D59; }
span { border-color: rgb(87,93,89); }
td.TdClassName
{
border-color: #575D59;
}
.TagClassName
{
border-color: #575D59;
}
</style>