Shades of Mineral Green #586B5C
Tints of Mineral Green #586B5C
RGB
CMYK
RGB Variations
Color information
#586B5C (or 0x586B5C) is known color: Mineral Green. HEX triplet: 58, 6B and 5C. RGB value is (88,107,92). Sum of RGB (Red+Green+Blue) = 88+107+92=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #586B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B5C is #A794A3. Grayscale: #636363. Windows color (decimal): -10982564 or 6056792. OLE color: 6056792.
HSL color Cylindrical-coordinate representation of color #586B5C: hue angle of 132.63º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #586B5C is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 107 | 92 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.58 |
| HSL | 132.63º | 0.1% | 0.38% | - |
| HSV(B) | 132.63º | 0.18% | 0.42% | - |
| XYZ | 11.21 | 13.36 | 12.11 | - |
| YUV | 99.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 92 | 0.18 | 0 | 0.14 | 0.58 | 132.63 | 0.1 | 0.38 |
| Hex | 58 | 6B | 5C | 12 | 0 | E | 3A | 85 | A | 26 |
| Octal | 130 | 153 | 134 | 22 | 0 | 16 | 72 | 205 | 12 | 46 |
| Binary | 1011000 | 1101011 | 1011100 | 10010 | 0 | 1110 | 111010 | 10000101 | 1010 | 100110 |
Color Harmonies of #586B5C
Complementary color
Monochromatic Colors of #586B5C
Black with #586B5C
Text Example
Text Example
White with #586B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B5C; }
p { color: rgb(88,107,92); }
H1.HeaderClassName
{
color: #586B5C;
}
.AnyTagClassName
{
color: #586B5C;
}
</style>
background-color css
<style>
a { background-color: #586B5C; }
a { background-color: rgb(88,107,92); }
div.DivClassName
{
background-color: #586B5C;
}
.BgClassName
{
background-color: #586B5C;
}
</style>
border-color css
<style>
span { border-color: #586B5C; }
span { border-color: rgb(88,107,92); }
td.TdClassName
{
border-color: #586B5C;
}
.TagClassName
{
border-color: #586B5C;
}
</style>