Shades of Mineral Green #595F5A
Tints of Mineral Green #595F5A
RGB
CMYK
RGB Variations
Color information
#595F5A (or 0x595F5A) is known color: Mineral Green. HEX triplet: 59, 5F and 5A. RGB value is (89,95,90). Sum of RGB (Red+Green+Blue) = 89+95+90=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 95 - color contains mainly: green. Hex color #595F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F5A is #A6A0A5. Grayscale: #5C5C5C. Windows color (decimal): -10920102 or 5922649. OLE color: 5922649.
HSL color Cylindrical-coordinate representation of color #595F5A: hue angle of 130º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #595F5A is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 90 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.63 |
| HSL | 130º | 0.03% | 0.36% | - |
| HSV(B) | 130º | 0.06% | 0.37% | - |
| XYZ | 10.06 | 11.05 | 11.27 | - |
| YUV | 92.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 90 | 0.06 | 0 | 0.05 | 0.63 | 130 | 0.03 | 0.36 |
| Hex | 59 | 5F | 5A | 6 | 0 | 5 | 3F | 82 | 3 | 24 |
| Octal | 131 | 137 | 132 | 6 | 0 | 5 | 77 | 202 | 3 | 44 |
| Binary | 1011001 | 1011111 | 1011010 | 110 | 0 | 101 | 111111 | 10000010 | 11 | 100100 |
Color Harmonies of #595F5A
Complementary color
Monochromatic Colors of #595F5A
Black with #595F5A
Text Example
Text Example
White with #595F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F5A; }
p { color: rgb(89,95,90); }
H1.HeaderClassName
{
color: #595F5A;
}
.AnyTagClassName
{
color: #595F5A;
}
</style>
background-color css
<style>
a { background-color: #595F5A; }
a { background-color: rgb(89,95,90); }
div.DivClassName
{
background-color: #595F5A;
}
.BgClassName
{
background-color: #595F5A;
}
</style>
border-color css
<style>
span { border-color: #595F5A; }
span { border-color: rgb(89,95,90); }
td.TdClassName
{
border-color: #595F5A;
}
.TagClassName
{
border-color: #595F5A;
}
</style>