Shades of Mineral Green #575D58
Tints of Mineral Green #575D58
RGB
CMYK
RGB Variations
Color information
#575D58 (or 0x575D58) is known color: Mineral Green. HEX triplet: 57, 5D and 58. RGB value is (87,93,88). Sum of RGB (Red+Green+Blue) = 87+93+88=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 93 - color contains mainly: green. Hex color #575D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D58 is #A8A2A7. Grayscale: #5A5A5A. Windows color (decimal): -11051688 or 5791063. OLE color: 5791063.
HSL color Cylindrical-coordinate representation of color #575D58: hue angle of 130º 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 #575D58 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 87 | 93 | 88 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.64 |
| HSL | 130º | 0.03% | 0.35% | - |
| HSV(B) | 130º | 0.06% | 0.36% | - |
| XYZ | 9.61 | 10.56 | 10.76 | - |
| YUV | 90.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 88 | 0.06 | 0 | 0.05 | 0.64 | 130 | 0.03 | 0.35 |
| Hex | 57 | 5D | 58 | 6 | 0 | 5 | 40 | 82 | 3 | 23 |
| Octal | 127 | 135 | 130 | 6 | 0 | 5 | 100 | 202 | 3 | 43 |
| Binary | 1010111 | 1011101 | 1011000 | 110 | 0 | 101 | 1000000 | 10000010 | 11 | 100011 |
Color Harmonies of #575D58
Complementary color
Monochromatic Colors of #575D58
Black with #575D58
Text Example
Text Example
White with #575D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575D58; }
p { color: rgb(87,93,88); }
H1.HeaderClassName
{
color: #575D58;
}
.AnyTagClassName
{
color: #575D58;
}
</style>
background-color css
<style>
a { background-color: #575D58; }
a { background-color: rgb(87,93,88); }
div.DivClassName
{
background-color: #575D58;
}
.BgClassName
{
background-color: #575D58;
}
</style>
border-color css
<style>
span { border-color: #575D58; }
span { border-color: rgb(87,93,88); }
td.TdClassName
{
border-color: #575D58;
}
.TagClassName
{
border-color: #575D58;
}
</style>