Shades of Mineral Green #585D59
Tints of Mineral Green #585D59
RGB
CMYK
RGB Variations
Color information
#585D59 (or 0x585D59) is known color: Mineral Green. HEX triplet: 58, 5D and 59. RGB value is (88,93,89). Sum of RGB (Red+Green+Blue) = 88+93+89=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 93 - color contains mainly: green. Hex color #585D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D59 is #A7A2A6. Grayscale: #5B5B5B. Windows color (decimal): -10986151 or 5856600. OLE color: 5856600.
HSL color Cylindrical-coordinate representation of color #585D59: hue angle of 132º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585D59 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 93 | 89 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.64 |
| HSL | 132º | 0.03% | 0.35% | - |
| HSV(B) | 132º | 0.05% | 0.36% | - |
| XYZ | 9.74 | 10.62 | 10.99 | - |
| YUV | 91.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 89 | 0.05 | 0 | 0.04 | 0.64 | 132 | 0.03 | 0.35 |
| Hex | 58 | 5D | 59 | 5 | 0 | 4 | 40 | 84 | 3 | 23 |
| Octal | 130 | 135 | 131 | 5 | 0 | 4 | 100 | 204 | 3 | 43 |
| Binary | 1011000 | 1011101 | 1011001 | 101 | 0 | 100 | 1000000 | 10000100 | 11 | 100011 |
Color Harmonies of #585D59
Complementary color
Monochromatic Colors of #585D59
Black with #585D59
Text Example
Text Example
White with #585D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D59; }
p { color: rgb(88,93,89); }
H1.HeaderClassName
{
color: #585D59;
}
.AnyTagClassName
{
color: #585D59;
}
</style>
background-color css
<style>
a { background-color: #585D59; }
a { background-color: rgb(88,93,89); }
div.DivClassName
{
background-color: #585D59;
}
.BgClassName
{
background-color: #585D59;
}
</style>
border-color css
<style>
span { border-color: #585D59; }
span { border-color: rgb(88,93,89); }
td.TdClassName
{
border-color: #585D59;
}
.TagClassName
{
border-color: #585D59;
}
</style>