Shades of Mineral Green #59605A
Tints of Mineral Green #59605A
RGB
CMYK
RGB Variations
Color information
#59605A (or 0x59605A) is known color: Mineral Green. HEX triplet: 59, 60 and 5A. RGB value is (89,96,90). Sum of RGB (Red+Green+Blue) = 89+96+90=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #59605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59605A is #A69FA5. Grayscale: #5D5D5D. Windows color (decimal): -10919846 or 5922905. OLE color: 5922905.
HSL color Cylindrical-coordinate representation of color #59605A: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #59605A is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 96 | 90 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.62 |
| HSL | 128.57º | 0.04% | 0.36% | - |
| HSV(B) | 128.57º | 0.07% | 0.38% | - |
| XYZ | 10.15 | 11.23 | 11.31 | - |
| YUV | 93.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 96 | 90 | 0.07 | 0 | 0.06 | 0.62 | 128.57 | 0.04 | 0.36 |
| Hex | 59 | 60 | 5A | 7 | 0 | 6 | 3E | 81 | 4 | 24 |
| Octal | 131 | 140 | 132 | 7 | 0 | 6 | 76 | 201 | 4 | 44 |
| Binary | 1011001 | 1100000 | 1011010 | 111 | 0 | 110 | 111110 | 10000001 | 100 | 100100 |
Color Harmonies of #59605A
Complementary color
Monochromatic Colors of #59605A
Black with #59605A
Text Example
Text Example
White with #59605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59605A; }
p { color: rgb(89,96,90); }
H1.HeaderClassName
{
color: #59605A;
}
.AnyTagClassName
{
color: #59605A;
}
</style>
background-color css
<style>
a { background-color: #59605A; }
a { background-color: rgb(89,96,90); }
div.DivClassName
{
background-color: #59605A;
}
.BgClassName
{
background-color: #59605A;
}
</style>
border-color css
<style>
span { border-color: #59605A; }
span { border-color: rgb(89,96,90); }
td.TdClassName
{
border-color: #59605A;
}
.TagClassName
{
border-color: #59605A;
}
</style>