Shades of Mineral Green #596E5B
Tints of Mineral Green #596E5B
RGB
CMYK
RGB Variations
Color information
#596E5B (or 0x596E5B) is known color: Mineral Green. HEX triplet: 59, 6E and 5B. RGB value is (89,110,91). Sum of RGB (Red+Green+Blue) = 89+110+91=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #596E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E5B is #A691A4. Grayscale: #656565. Windows color (decimal): -10916261 or 5992025. OLE color: 5992025.
HSL color Cylindrical-coordinate representation of color #596E5B: hue angle of 125.71º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #596E5B is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 110 | 91 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.57 |
| HSL | 125.71º | 0.11% | 0.39% | - |
| HSV(B) | 125.71º | 0.19% | 0.43% | - |
| XYZ | 11.58 | 14.03 | 12 | - |
| YUV | 101.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 91 | 0.19 | 0 | 0.17 | 0.57 | 125.71 | 0.11 | 0.39 |
| Hex | 59 | 6E | 5B | 13 | 0 | 11 | 39 | 7E | B | 27 |
| Octal | 131 | 156 | 133 | 23 | 0 | 21 | 71 | 176 | 13 | 47 |
| Binary | 1011001 | 1101110 | 1011011 | 10011 | 0 | 10001 | 111001 | 1111110 | 1011 | 100111 |
Color Harmonies of #596E5B
Complementary color
Monochromatic Colors of #596E5B
Black with #596E5B
Text Example
Text Example
White with #596E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596E5B; }
p { color: rgb(89,110,91); }
H1.HeaderClassName
{
color: #596E5B;
}
.AnyTagClassName
{
color: #596E5B;
}
</style>
background-color css
<style>
a { background-color: #596E5B; }
a { background-color: rgb(89,110,91); }
div.DivClassName
{
background-color: #596E5B;
}
.BgClassName
{
background-color: #596E5B;
}
</style>
border-color css
<style>
span { border-color: #596E5B; }
span { border-color: rgb(89,110,91); }
td.TdClassName
{
border-color: #596E5B;
}
.TagClassName
{
border-color: #596E5B;
}
</style>