Shades of Mineral Green #596B5A
Tints of Mineral Green #596B5A
RGB
CMYK
RGB Variations
Color information
#596B5A (or 0x596B5A) is known color: Mineral Green. HEX triplet: 59, 6B and 5A. RGB value is (89,107,90). Sum of RGB (Red+Green+Blue) = 89+107+90=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 107 - color contains mainly: green. Hex color #596B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B5A is #A694A5. Grayscale: #636363. Windows color (decimal): -10917030 or 5925721. OLE color: 5925721.
HSL color Cylindrical-coordinate representation of color #596B5A: hue angle of 123.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #596B5A is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 107 | 90 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.58 |
| HSL | 123.33º | 0.09% | 0.38% | - |
| HSV(B) | 123.33º | 0.17% | 0.42% | - |
| XYZ | 11.22 | 13.38 | 11.66 | - |
| YUV | 99.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 90 | 0.17 | 0 | 0.16 | 0.58 | 123.33 | 0.09 | 0.38 |
| Hex | 59 | 6B | 5A | 11 | 0 | 10 | 3A | 7B | 9 | 26 |
| Octal | 131 | 153 | 132 | 21 | 0 | 20 | 72 | 173 | 11 | 46 |
| Binary | 1011001 | 1101011 | 1011010 | 10001 | 0 | 10000 | 111010 | 1111011 | 1001 | 100110 |
Color Harmonies of #596B5A
Complementary color
Monochromatic Colors of #596B5A
Black with #596B5A
Text Example
Text Example
White with #596B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B5A; }
p { color: rgb(89,107,90); }
H1.HeaderClassName
{
color: #596B5A;
}
.AnyTagClassName
{
color: #596B5A;
}
</style>
background-color css
<style>
a { background-color: #596B5A; }
a { background-color: rgb(89,107,90); }
div.DivClassName
{
background-color: #596B5A;
}
.BgClassName
{
background-color: #596B5A;
}
</style>
border-color css
<style>
span { border-color: #596B5A; }
span { border-color: rgb(89,107,90); }
td.TdClassName
{
border-color: #596B5A;
}
.TagClassName
{
border-color: #596B5A;
}
</style>