Shades of Mineral Green #586D5C
Tints of Mineral Green #586D5C
RGB
CMYK
RGB Variations
Color information
#586D5C (or 0x586D5C) is known color: Mineral Green. HEX triplet: 58, 6D and 5C. RGB value is (88,109,92). Sum of RGB (Red+Green+Blue) = 88+109+92=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #586D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D5C is #A792A3. Grayscale: #646464. Windows color (decimal): -10982052 or 6057304. OLE color: 6057304.
HSL color Cylindrical-coordinate representation of color #586D5C: hue angle of 131.43º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586D5C is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 109 | 92 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.57 |
| HSL | 131.43º | 0.11% | 0.39% | - |
| HSV(B) | 131.43º | 0.19% | 0.43% | - |
| XYZ | 11.42 | 13.78 | 12.18 | - |
| YUV | 100.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 92 | 0.19 | 0 | 0.16 | 0.57 | 131.43 | 0.11 | 0.39 |
| Hex | 58 | 6D | 5C | 13 | 0 | 10 | 39 | 83 | B | 27 |
| Octal | 130 | 155 | 134 | 23 | 0 | 20 | 71 | 203 | 13 | 47 |
| Binary | 1011000 | 1101101 | 1011100 | 10011 | 0 | 10000 | 111001 | 10000011 | 1011 | 100111 |
Color Harmonies of #586D5C
Complementary color
Monochromatic Colors of #586D5C
Black with #586D5C
Text Example
Text Example
White with #586D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586D5C; }
p { color: rgb(88,109,92); }
H1.HeaderClassName
{
color: #586D5C;
}
.AnyTagClassName
{
color: #586D5C;
}
</style>
background-color css
<style>
a { background-color: #586D5C; }
a { background-color: rgb(88,109,92); }
div.DivClassName
{
background-color: #586D5C;
}
.BgClassName
{
background-color: #586D5C;
}
</style>
border-color css
<style>
span { border-color: #586D5C; }
span { border-color: rgb(88,109,92); }
td.TdClassName
{
border-color: #586D5C;
}
.TagClassName
{
border-color: #586D5C;
}
</style>