Shades of Mineral Green #596D5B
Tints of Mineral Green #596D5B
RGB
CMYK
RGB Variations
Color information
#596D5B (or 0x596D5B) is known color: Mineral Green. HEX triplet: 59, 6D and 5B. RGB value is (89,109,91). Sum of RGB (Red+Green+Blue) = 89+109+91=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #596D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D5B is #A692A4. Grayscale: #656565. Windows color (decimal): -10916517 or 5991769. OLE color: 5991769.
HSL color Cylindrical-coordinate representation of color #596D5B: hue angle of 126º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #596D5B is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 109 | 91 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.57 |
| HSL | 126º | 0.1% | 0.39% | - |
| HSV(B) | 126º | 0.18% | 0.43% | - |
| XYZ | 11.48 | 13.82 | 11.96 | - |
| YUV | 100.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 109 | 91 | 0.18 | 0 | 0.17 | 0.57 | 126 | 0.1 | 0.39 |
| Hex | 59 | 6D | 5B | 12 | 0 | 11 | 39 | 7E | A | 27 |
| Octal | 131 | 155 | 133 | 22 | 0 | 21 | 71 | 176 | 12 | 47 |
| Binary | 1011001 | 1101101 | 1011011 | 10010 | 0 | 10001 | 111001 | 1111110 | 1010 | 100111 |
Color Harmonies of #596D5B
Complementary color
Monochromatic Colors of #596D5B
Black with #596D5B
Text Example
Text Example
White with #596D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596D5B; }
p { color: rgb(89,109,91); }
H1.HeaderClassName
{
color: #596D5B;
}
.AnyTagClassName
{
color: #596D5B;
}
</style>
background-color css
<style>
a { background-color: #596D5B; }
a { background-color: rgb(89,109,91); }
div.DivClassName
{
background-color: #596D5B;
}
.BgClassName
{
background-color: #596D5B;
}
</style>
border-color css
<style>
span { border-color: #596D5B; }
span { border-color: rgb(89,109,91); }
td.TdClassName
{
border-color: #596D5B;
}
.TagClassName
{
border-color: #596D5B;
}
</style>