Shades of Mineral Green #595F5B
Tints of Mineral Green #595F5B
RGB
CMYK
RGB Variations
Color information
#595F5B (or 0x595F5B) is known color: Mineral Green. HEX triplet: 59, 5F and 5B. RGB value is (89,95,91). Sum of RGB (Red+Green+Blue) = 89+95+91=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 95 - color contains mainly: green. Hex color #595F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F5B is #A6A0A4. Grayscale: #5C5C5C. Windows color (decimal): -10920101 or 5988185. OLE color: 5988185.
HSL color Cylindrical-coordinate representation of color #595F5B: hue angle of 140º 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 #595F5B is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 89 | 95 | 91 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.63 |
| HSL | 140º | 0.03% | 0.36% | - |
| HSV(B) | 140º | 0.06% | 0.37% | - |
| XYZ | 10.1 | 11.06 | 11.5 | - |
| YUV | 92.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 91 | 0.06 | 0 | 0.04 | 0.63 | 140 | 0.03 | 0.36 |
| Hex | 59 | 5F | 5B | 6 | 0 | 4 | 3F | 8C | 3 | 24 |
| Octal | 131 | 137 | 133 | 6 | 0 | 4 | 77 | 214 | 3 | 44 |
| Binary | 1011001 | 1011111 | 1011011 | 110 | 0 | 100 | 111111 | 10001100 | 11 | 100100 |
Color Harmonies of #595F5B
Complementary color
Monochromatic Colors of #595F5B
Black with #595F5B
Text Example
Text Example
White with #595F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595F5B; }
p { color: rgb(89,95,91); }
H1.HeaderClassName
{
color: #595F5B;
}
.AnyTagClassName
{
color: #595F5B;
}
</style>
background-color css
<style>
a { background-color: #595F5B; }
a { background-color: rgb(89,95,91); }
div.DivClassName
{
background-color: #595F5B;
}
.BgClassName
{
background-color: #595F5B;
}
</style>
border-color css
<style>
span { border-color: #595F5B; }
span { border-color: rgb(89,95,91); }
td.TdClassName
{
border-color: #595F5B;
}
.TagClassName
{
border-color: #595F5B;
}
</style>