Shades of Mineral Green #575E58
Tints of Mineral Green #575E58
RGB
CMYK
RGB Variations
Color information
#575E58 (or 0x575E58) is known color: Mineral Green. HEX triplet: 57, 5E and 58. RGB value is (87,94,88). Sum of RGB (Red+Green+Blue) = 87+94+88=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 94 - color contains mainly: green. Hex color #575E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E58 is #A8A1A7. Grayscale: #5B5B5B. Windows color (decimal): -11051432 or 5791319. OLE color: 5791319.
HSL color Cylindrical-coordinate representation of color #575E58: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575E58 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 94 | 88 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.63 |
| HSL | 128.57º | 0.04% | 0.35% | - |
| HSV(B) | 128.57º | 0.07% | 0.37% | - |
| XYZ | 9.69 | 10.74 | 10.79 | - |
| YUV | 91.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 88 | 0.07 | 0 | 0.06 | 0.63 | 128.57 | 0.04 | 0.35 |
| Hex | 57 | 5E | 58 | 7 | 0 | 6 | 3F | 81 | 4 | 23 |
| Octal | 127 | 136 | 130 | 7 | 0 | 6 | 77 | 201 | 4 | 43 |
| Binary | 1010111 | 1011110 | 1011000 | 111 | 0 | 110 | 111111 | 10000001 | 100 | 100011 |
Color Harmonies of #575E58
Complementary color
Monochromatic Colors of #575E58
Black with #575E58
Text Example
Text Example
White with #575E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E58; }
p { color: rgb(87,94,88); }
H1.HeaderClassName
{
color: #575E58;
}
.AnyTagClassName
{
color: #575E58;
}
</style>
background-color css
<style>
a { background-color: #575E58; }
a { background-color: rgb(87,94,88); }
div.DivClassName
{
background-color: #575E58;
}
.BgClassName
{
background-color: #575E58;
}
</style>
border-color css
<style>
span { border-color: #575E58; }
span { border-color: rgb(87,94,88); }
td.TdClassName
{
border-color: #575E58;
}
.TagClassName
{
border-color: #575E58;
}
</style>