Shades of Mineral Green #596B5D
Tints of Mineral Green #596B5D
RGB
CMYK
RGB Variations
Color information
#596B5D (or 0x596B5D) is known color: Mineral Green. HEX triplet: 59, 6B and 5D. RGB value is (89,107,93). Sum of RGB (Red+Green+Blue) = 89+107+93=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #596B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B5D is #A694A2. Grayscale: #646464. Windows color (decimal): -10917027 or 6122329. OLE color: 6122329.
HSL color Cylindrical-coordinate representation of color #596B5D: hue angle of 133.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 #596B5D is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
RGB | 89 | 107 | 93 | - |
CMYK | 0.17 | 0 | 0.13 | 0.58 |
HSL | 133.33º | 0.09% | 0.38% | - |
HSV(B) | 133.33º | 0.17% | 0.42% | - |
XYZ | 11.35 | 13.43 | 12.35 | - |
YUV | 100.02 | 124.04 | 120.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 89 | 107 | 93 | 0.17 | 0 | 0.13 | 0.58 | 133.33 | 0.09 | 0.38 |
Hex | 59 | 6B | 5D | 11 | 0 | D | 3A | 85 | 9 | 26 |
Octal | 131 | 153 | 135 | 21 | 0 | 15 | 72 | 205 | 11 | 46 |
Binary | 1011001 | 1101011 | 1011101 | 10001 | 0 | 1101 | 111010 | 10000101 | 1001 | 100110 |
Color Harmonies of #596B5D
Complementary color
Monochromatic Colors of #596B5D
Black with #596B5D
Text Example
Text Example
White with #596B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596B5D; }
p { color: rgb(89,107,93); }
H1.HeaderClassName
{
color: #596B5D;
}
.AnyTagClassName
{
color: #596B5D;
}
</style>
background-color css
<style>
a { background-color: #596B5D; }
a { background-color: rgb(89,107,93); }
div.DivClassName
{
background-color: #596B5D;
}
.BgClassName
{
background-color: #596B5D;
}
</style>
border-color css
<style>
span { border-color: #596B5D; }
span { border-color: rgb(89,107,93); }
td.TdClassName
{
border-color: #596B5D;
}
.TagClassName
{
border-color: #596B5D;
}
</style>