Shades of Mineral Green #586E5C
Tints of Mineral Green #586E5C
RGB
CMYK
RGB Variations
Color information
#586E5C (or 0x586E5C) is known color: Mineral Green. HEX triplet: 58, 6E and 5C. RGB value is (88,110,92). Sum of RGB (Red+Green+Blue) = 88+110+92=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 110 - color contains mainly: green. Hex color #586E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E5C is #A791A3. Grayscale: #656565. Windows color (decimal): -10981796 or 6057560. OLE color: 6057560.
HSL color Cylindrical-coordinate representation of color #586E5C: hue angle of 130.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586E5C is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 110 | 92 | - |
| CMYK | 0.2 | 0 | 0.16 | 0.57 |
| HSL | 130.91º | 0.11% | 0.39% | - |
| HSV(B) | 130.91º | 0.2% | 0.43% | - |
| XYZ | 11.53 | 14 | 12.22 | - |
| YUV | 101.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 92 | 0.2 | 0 | 0.16 | 0.57 | 130.91 | 0.11 | 0.39 |
| Hex | 58 | 6E | 5C | 14 | 0 | 10 | 39 | 83 | B | 27 |
| Octal | 130 | 156 | 134 | 24 | 0 | 20 | 71 | 203 | 13 | 47 |
| Binary | 1011000 | 1101110 | 1011100 | 10100 | 0 | 10000 | 111001 | 10000011 | 1011 | 100111 |
Color Harmonies of #586E5C
Complementary color
Monochromatic Colors of #586E5C
Black with #586E5C
Text Example
Text Example
White with #586E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E5C; }
p { color: rgb(88,110,92); }
H1.HeaderClassName
{
color: #586E5C;
}
.AnyTagClassName
{
color: #586E5C;
}
</style>
background-color css
<style>
a { background-color: #586E5C; }
a { background-color: rgb(88,110,92); }
div.DivClassName
{
background-color: #586E5C;
}
.BgClassName
{
background-color: #586E5C;
}
</style>
border-color css
<style>
span { border-color: #586E5C; }
span { border-color: rgb(88,110,92); }
td.TdClassName
{
border-color: #586E5C;
}
.TagClassName
{
border-color: #586E5C;
}
</style>