Shades of Mineral Green #595C5A
Tints of Mineral Green #595C5A
RGB
CMYK
RGB Variations
Color information
#595C5A (or 0x595C5A) is known color: Mineral Green. HEX triplet: 59, 5C and 5A. RGB value is (89,92,90). Sum of RGB (Red+Green+Blue) = 89+92+90=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 92 - color contains mainly: green. Hex color #595C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C5A is #A6A3A5. Grayscale: #5A5A5A. Windows color (decimal): -10920870 or 5921881. OLE color: 5921881.
HSL color Cylindrical-coordinate representation of color #595C5A: hue angle of 140º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #595C5A is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 90 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.64 |
| HSL | 140º | 0.02% | 0.35% | - |
| HSV(B) | 140º | 0.03% | 0.36% | - |
| XYZ | 9.79 | 10.52 | 11.19 | - |
| YUV | 90.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 90 | 0.03 | 0 | 0.02 | 0.64 | 140 | 0.02 | 0.35 |
| Hex | 59 | 5C | 5A | 3 | 0 | 2 | 40 | 8C | 2 | 23 |
| Octal | 131 | 134 | 132 | 3 | 0 | 2 | 100 | 214 | 2 | 43 |
| Binary | 1011001 | 1011100 | 1011010 | 11 | 0 | 10 | 1000000 | 10001100 | 10 | 100011 |
Color Harmonies of #595C5A
Complementary color
Monochromatic Colors of #595C5A
Black with #595C5A
Text Example
Text Example
White with #595C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C5A; }
p { color: rgb(89,92,90); }
H1.HeaderClassName
{
color: #595C5A;
}
.AnyTagClassName
{
color: #595C5A;
}
</style>
background-color css
<style>
a { background-color: #595C5A; }
a { background-color: rgb(89,92,90); }
div.DivClassName
{
background-color: #595C5A;
}
.BgClassName
{
background-color: #595C5A;
}
</style>
border-color css
<style>
span { border-color: #595C5A; }
span { border-color: rgb(89,92,90); }
td.TdClassName
{
border-color: #595C5A;
}
.TagClassName
{
border-color: #595C5A;
}
</style>