Shades of Mineral Green #586B5E
Tints of Mineral Green #586B5E
RGB
CMYK
RGB Variations
Color information
#586B5E (or 0x586B5E) is known color: Mineral Green. HEX triplet: 58, 6B and 5E. RGB value is (88,107,94). Sum of RGB (Red+Green+Blue) = 88+107+94=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #586B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B5E is #A794A1. Grayscale: #636363. Windows color (decimal): -10982562 or 6187864. OLE color: 6187864.
HSL color Cylindrical-coordinate representation of color #586B5E: hue angle of 138.95º 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 #586B5E is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 88 | 107 | 94 | - |
CMYK | 0.18 | 0 | 0.12 | 0.58 |
HSL | 138.95º | 0.1% | 0.38% | - |
HSV(B) | 138.95º | 0.18% | 0.42% | - |
XYZ | 11.3 | 13.4 | 12.58 | - |
YUV | 99.84 | 124.71 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 88 | 107 | 94 | 0.18 | 0 | 0.12 | 0.58 | 138.95 | 0.1 | 0.38 |
Hex | 58 | 6B | 5E | 12 | 0 | C | 3A | 8B | A | 26 |
Octal | 130 | 153 | 136 | 22 | 0 | 14 | 72 | 213 | 12 | 46 |
Binary | 1011000 | 1101011 | 1011110 | 10010 | 0 | 1100 | 111010 | 10001011 | 1010 | 100110 |
Color Harmonies of #586B5E
Complementary color
Monochromatic Colors of #586B5E
Black with #586B5E
Text Example
Text Example
White with #586B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B5E; }
p { color: rgb(88,107,94); }
H1.HeaderClassName
{
color: #586B5E;
}
.AnyTagClassName
{
color: #586B5E;
}
</style>
background-color css
<style>
a { background-color: #586B5E; }
a { background-color: rgb(88,107,94); }
div.DivClassName
{
background-color: #586B5E;
}
.BgClassName
{
background-color: #586B5E;
}
</style>
border-color css
<style>
span { border-color: #586B5E; }
span { border-color: rgb(88,107,94); }
td.TdClassName
{
border-color: #586B5E;
}
.TagClassName
{
border-color: #586B5E;
}
</style>