Shades of Mineral Green #586C5E
Tints of Mineral Green #586C5E
RGB
CMYK
RGB Variations
Color information
#586C5E (or 0x586C5E) is known color: Mineral Green. HEX triplet: 58, 6C and 5E. RGB value is (88,108,94). Sum of RGB (Red+Green+Blue) = 88+108+94=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 108 - color contains mainly: green. Hex color #586C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C5E is #A793A1. Grayscale: #646464. Windows color (decimal): -10982306 or 6188120. OLE color: 6188120.
HSL color Cylindrical-coordinate representation of color #586C5E: hue angle of 138º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586C5E is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 108 | 94 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.58 |
| HSL | 138º | 0.1% | 0.38% | - |
| HSV(B) | 138º | 0.19% | 0.42% | - |
| XYZ | 11.41 | 13.61 | 12.62 | - |
| YUV | 100.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 94 | 0.19 | 0 | 0.13 | 0.58 | 138 | 0.1 | 0.38 |
| Hex | 58 | 6C | 5E | 13 | 0 | D | 3A | 8A | A | 26 |
| Octal | 130 | 154 | 136 | 23 | 0 | 15 | 72 | 212 | 12 | 46 |
| Binary | 1011000 | 1101100 | 1011110 | 10011 | 0 | 1101 | 111010 | 10001010 | 1010 | 100110 |
Color Harmonies of #586C5E
Complementary color
Monochromatic Colors of #586C5E
Black with #586C5E
Text Example
Text Example
White with #586C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C5E; }
p { color: rgb(88,108,94); }
H1.HeaderClassName
{
color: #586C5E;
}
.AnyTagClassName
{
color: #586C5E;
}
</style>
background-color css
<style>
a { background-color: #586C5E; }
a { background-color: rgb(88,108,94); }
div.DivClassName
{
background-color: #586C5E;
}
.BgClassName
{
background-color: #586C5E;
}
</style>
border-color css
<style>
span { border-color: #586C5E; }
span { border-color: rgb(88,108,94); }
td.TdClassName
{
border-color: #586C5E;
}
.TagClassName
{
border-color: #586C5E;
}
</style>