Shades of Mineral Green #596A5D
Tints of Mineral Green #596A5D
RGB
CMYK
RGB Variations
Color information
#596A5D (or 0x596A5D) is known color: Mineral Green. HEX triplet: 59, 6A and 5D. RGB value is (89,106,93). Sum of RGB (Red+Green+Blue) = 89+106+93=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 106 - color contains mainly: green. Hex color #596A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A5D is #A695A2. Grayscale: #636363. Windows color (decimal): -10917283 or 6122073. OLE color: 6122073.
HSL color Cylindrical-coordinate representation of color #596A5D: hue angle of 134.12º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #596A5D is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 89 | 106 | 93 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.58 |
| HSL | 134.12º | 0.09% | 0.38% | - |
| HSV(B) | 134.12º | 0.16% | 0.42% | - |
| XYZ | 11.25 | 13.22 | 12.32 | - |
| YUV | 99.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 106 | 93 | 0.16 | 0 | 0.12 | 0.58 | 134.12 | 0.09 | 0.38 |
| Hex | 59 | 6A | 5D | 10 | 0 | C | 3A | 86 | 9 | 26 |
| Octal | 131 | 152 | 135 | 20 | 0 | 14 | 72 | 206 | 11 | 46 |
| Binary | 1011001 | 1101010 | 1011101 | 10000 | 0 | 1100 | 111010 | 10000110 | 1001 | 100110 |
Color Harmonies of #596A5D
Complementary color
Monochromatic Colors of #596A5D
Black with #596A5D
Text Example
Text Example
White with #596A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596A5D; }
p { color: rgb(89,106,93); }
H1.HeaderClassName
{
color: #596A5D;
}
.AnyTagClassName
{
color: #596A5D;
}
</style>
background-color css
<style>
a { background-color: #596A5D; }
a { background-color: rgb(89,106,93); }
div.DivClassName
{
background-color: #596A5D;
}
.BgClassName
{
background-color: #596A5D;
}
</style>
border-color css
<style>
span { border-color: #596A5D; }
span { border-color: rgb(89,106,93); }
td.TdClassName
{
border-color: #596A5D;
}
.TagClassName
{
border-color: #596A5D;
}
</style>