Shades of Mineral Green #586B5D
Tints of Mineral Green #586B5D
RGB
CMYK
RGB Variations
Color information
#586B5D (or 0x586B5D) is known color: Mineral Green. HEX triplet: 58, 6B and 5D. RGB value is (88,107,93). Sum of RGB (Red+Green+Blue) = 88+107+93=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #586B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B5D is #A794A2. Grayscale: #636363. Windows color (decimal): -10982563 or 6122328. OLE color: 6122328.
HSL color Cylindrical-coordinate representation of color #586B5D: hue angle of 135.79º 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 #586B5D is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 107 | 93 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.58 |
| HSL | 135.79º | 0.1% | 0.38% | - |
| HSV(B) | 135.79º | 0.18% | 0.42% | - |
| XYZ | 11.26 | 13.38 | 12.35 | - |
| YUV | 99.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 93 | 0.18 | 0 | 0.13 | 0.58 | 135.79 | 0.1 | 0.38 |
| Hex | 58 | 6B | 5D | 12 | 0 | D | 3A | 88 | A | 26 |
| Octal | 130 | 153 | 135 | 22 | 0 | 15 | 72 | 210 | 12 | 46 |
| Binary | 1011000 | 1101011 | 1011101 | 10010 | 0 | 1101 | 111010 | 10001000 | 1010 | 100110 |
Color Harmonies of #586B5D
Complementary color
Monochromatic Colors of #586B5D
Black with #586B5D
Text Example
Text Example
White with #586B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B5D; }
p { color: rgb(88,107,93); }
H1.HeaderClassName
{
color: #586B5D;
}
.AnyTagClassName
{
color: #586B5D;
}
</style>
background-color css
<style>
a { background-color: #586B5D; }
a { background-color: rgb(88,107,93); }
div.DivClassName
{
background-color: #586B5D;
}
.BgClassName
{
background-color: #586B5D;
}
</style>
border-color css
<style>
span { border-color: #586B5D; }
span { border-color: rgb(88,107,93); }
td.TdClassName
{
border-color: #586B5D;
}
.TagClassName
{
border-color: #586B5D;
}
</style>