Shades of Mineral Green #586F5C
Tints of Mineral Green #586F5C
RGB
CMYK
RGB Variations
Color information
#586F5C (or 0x586F5C) is known color: Mineral Green. HEX triplet: 58, 6F and 5C. RGB value is (88,111,92). Sum of RGB (Red+Green+Blue) = 88+111+92=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #586F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F5C is #A790A3. Grayscale: #666666. Windows color (decimal): -10981540 or 6057816. OLE color: 6057816.
HSL color Cylindrical-coordinate representation of color #586F5C: hue angle of 130.43º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586F5C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 111 | 92 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.56 |
| HSL | 130.43º | 0.12% | 0.39% | - |
| HSV(B) | 130.43º | 0.21% | 0.44% | - |
| XYZ | 11.64 | 14.22 | 12.26 | - |
| YUV | 101.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 92 | 0.21 | 0 | 0.17 | 0.56 | 130.43 | 0.12 | 0.39 |
| Hex | 58 | 6F | 5C | 15 | 0 | 11 | 38 | 82 | C | 27 |
| Octal | 130 | 157 | 134 | 25 | 0 | 21 | 70 | 202 | 14 | 47 |
| Binary | 1011000 | 1101111 | 1011100 | 10101 | 0 | 10001 | 111000 | 10000010 | 1100 | 100111 |
Color Harmonies of #586F5C
Complementary color
Monochromatic Colors of #586F5C
Black with #586F5C
Text Example
Text Example
White with #586F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F5C; }
p { color: rgb(88,111,92); }
H1.HeaderClassName
{
color: #586F5C;
}
.AnyTagClassName
{
color: #586F5C;
}
</style>
background-color css
<style>
a { background-color: #586F5C; }
a { background-color: rgb(88,111,92); }
div.DivClassName
{
background-color: #586F5C;
}
.BgClassName
{
background-color: #586F5C;
}
</style>
border-color css
<style>
span { border-color: #586F5C; }
span { border-color: rgb(88,111,92); }
td.TdClassName
{
border-color: #586F5C;
}
.TagClassName
{
border-color: #586F5C;
}
</style>