Shades of Mineral Green #586A5D
Tints of Mineral Green #586A5D
RGB
CMYK
RGB Variations
Color information
#586A5D (or 0x586A5D) is known color: Mineral Green. HEX triplet: 58, 6A and 5D. RGB value is (88,106,93). Sum of RGB (Red+Green+Blue) = 88+106+93=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #586A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A5D is #A795A2. Grayscale: #636363. Windows color (decimal): -10982819 or 6122072. OLE color: 6122072.
HSL color Cylindrical-coordinate representation of color #586A5D: hue angle of 136.67º 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 #586A5D is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 106 | 93 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.58 |
| HSL | 136.67º | 0.09% | 0.38% | - |
| HSV(B) | 136.67º | 0.17% | 0.42% | - |
| XYZ | 11.15 | 13.17 | 12.31 | - |
| YUV | 99.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 93 | 0.17 | 0 | 0.12 | 0.58 | 136.67 | 0.09 | 0.38 |
| Hex | 58 | 6A | 5D | 11 | 0 | C | 3A | 89 | 9 | 26 |
| Octal | 130 | 152 | 135 | 21 | 0 | 14 | 72 | 211 | 11 | 46 |
| Binary | 1011000 | 1101010 | 1011101 | 10001 | 0 | 1100 | 111010 | 10001001 | 1001 | 100110 |
Color Harmonies of #586A5D
Complementary color
Monochromatic Colors of #586A5D
Black with #586A5D
Text Example
Text Example
White with #586A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586A5D; }
p { color: rgb(88,106,93); }
H1.HeaderClassName
{
color: #586A5D;
}
.AnyTagClassName
{
color: #586A5D;
}
</style>
background-color css
<style>
a { background-color: #586A5D; }
a { background-color: rgb(88,106,93); }
div.DivClassName
{
background-color: #586A5D;
}
.BgClassName
{
background-color: #586A5D;
}
</style>
border-color css
<style>
span { border-color: #586A5D; }
span { border-color: rgb(88,106,93); }
td.TdClassName
{
border-color: #586A5D;
}
.TagClassName
{
border-color: #586A5D;
}
</style>