Shades of Mineral Green #575F59
Tints of Mineral Green #575F59
RGB
CMYK
RGB Variations
Color information
#575F59 (or 0x575F59) is known color: Mineral Green. HEX triplet: 57, 5F and 59. RGB value is (87,95,89). Sum of RGB (Red+Green+Blue) = 87+95+89=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 95 - color contains mainly: green. Hex color #575F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F59 is #A8A0A6. Grayscale: #5B5B5B. Windows color (decimal): -11051175 or 5857111. OLE color: 5857111.
HSL color Cylindrical-coordinate representation of color #575F59: hue angle of 135º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575F59 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 89 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.63 |
| HSL | 135º | 0.04% | 0.36% | - |
| HSV(B) | 135º | 0.08% | 0.37% | - |
| XYZ | 9.83 | 10.93 | 11.04 | - |
| YUV | 91.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 89 | 0.08 | 0 | 0.06 | 0.63 | 135 | 0.04 | 0.36 |
| Hex | 57 | 5F | 59 | 8 | 0 | 6 | 3F | 87 | 4 | 24 |
| Octal | 127 | 137 | 131 | 10 | 0 | 6 | 77 | 207 | 4 | 44 |
| Binary | 1010111 | 1011111 | 1011001 | 1000 | 0 | 110 | 111111 | 10000111 | 100 | 100100 |
Color Harmonies of #575F59
Complementary color
Monochromatic Colors of #575F59
Black with #575F59
Text Example
Text Example
White with #575F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F59; }
p { color: rgb(87,95,89); }
H1.HeaderClassName
{
color: #575F59;
}
.AnyTagClassName
{
color: #575F59;
}
</style>
background-color css
<style>
a { background-color: #575F59; }
a { background-color: rgb(87,95,89); }
div.DivClassName
{
background-color: #575F59;
}
.BgClassName
{
background-color: #575F59;
}
</style>
border-color css
<style>
span { border-color: #575F59; }
span { border-color: rgb(87,95,89); }
td.TdClassName
{
border-color: #575F59;
}
.TagClassName
{
border-color: #575F59;
}
</style>