Shades of Mineral Green #596E5E
Tints of Mineral Green #596E5E
RGB
CMYK
RGB Variations
Color information
#596E5E (or 0x596E5E) is known color: Mineral Green. HEX triplet: 59, 6E and 5E. RGB value is (89,110,94). Sum of RGB (Red+Green+Blue) = 89+110+94=293 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.38% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #596E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E5E is #A691A1. Grayscale: #656565. Windows color (decimal): -10916258 or 6188633. OLE color: 6188633.
HSL color Cylindrical-coordinate representation of color #596E5E: hue angle of 134.29º 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 #596E5E is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
RGB | 89 | 110 | 94 | - |
CMYK | 0.19 | 0 | 0.15 | 0.57 |
HSL | 134.29º | 0.11% | 0.39% | - |
HSV(B) | 134.29º | 0.19% | 0.43% | - |
XYZ | 11.72 | 14.08 | 12.69 | - |
YUV | 101.9 | 123.54 | 118.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 89 | 110 | 94 | 0.19 | 0 | 0.15 | 0.57 | 134.29 | 0.11 | 0.39 |
Hex | 59 | 6E | 5E | 13 | 0 | F | 39 | 86 | B | 27 |
Octal | 131 | 156 | 136 | 23 | 0 | 17 | 71 | 206 | 13 | 47 |
Binary | 1011001 | 1101110 | 1011110 | 10011 | 0 | 1111 | 111001 | 10000110 | 1011 | 100111 |
Color Harmonies of #596E5E
Complementary color
Monochromatic Colors of #596E5E
Black with #596E5E
Text Example
Text Example
White with #596E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596E5E; }
p { color: rgb(89,110,94); }
H1.HeaderClassName
{
color: #596E5E;
}
.AnyTagClassName
{
color: #596E5E;
}
</style>
background-color css
<style>
a { background-color: #596E5E; }
a { background-color: rgb(89,110,94); }
div.DivClassName
{
background-color: #596E5E;
}
.BgClassName
{
background-color: #596E5E;
}
</style>
border-color css
<style>
span { border-color: #596E5E; }
span { border-color: rgb(89,110,94); }
td.TdClassName
{
border-color: #596E5E;
}
.TagClassName
{
border-color: #596E5E;
}
</style>