Shades of Mineral Green #58665C
Tints of Mineral Green #58665C
RGB
CMYK
RGB Variations
Color information
#58665C (or 0x58665C) is known color: Mineral Green. HEX triplet: 58, 66 and 5C. RGB value is (88,102,92). Sum of RGB (Red+Green+Blue) = 88+102+92=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 102 - color contains mainly: green. Hex color #58665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58665C is #A799A3. Grayscale: #606060. Windows color (decimal): -10983844 or 6055512. OLE color: 6055512.
HSL color Cylindrical-coordinate representation of color #58665C: hue angle of 137.14º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58665C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 102 | 92 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.6 |
| HSL | 137.14º | 0.07% | 0.37% | - |
| HSV(B) | 137.14º | 0.14% | 0.4% | - |
| XYZ | 10.71 | 12.35 | 11.94 | - |
| YUV | 96.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 92 | 0.14 | 0 | 0.10 | 0.6 | 137.14 | 0.07 | 0.37 |
| Hex | 58 | 66 | 5C | E | 0 | A | 3C | 89 | 7 | 25 |
| Octal | 130 | 146 | 134 | 16 | 0 | 12 | 74 | 211 | 7 | 45 |
| Binary | 1011000 | 1100110 | 1011100 | 1110 | 0 | 1010 | 111100 | 10001001 | 111 | 100101 |
Color Harmonies of #58665C
Complementary color
Monochromatic Colors of #58665C
Black with #58665C
Text Example
Text Example
White with #58665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58665C; }
p { color: rgb(88,102,92); }
H1.HeaderClassName
{
color: #58665C;
}
.AnyTagClassName
{
color: #58665C;
}
</style>
background-color css
<style>
a { background-color: #58665C; }
a { background-color: rgb(88,102,92); }
div.DivClassName
{
background-color: #58665C;
}
.BgClassName
{
background-color: #58665C;
}
</style>
border-color css
<style>
span { border-color: #58665C; }
span { border-color: rgb(88,102,92); }
td.TdClassName
{
border-color: #58665C;
}
.TagClassName
{
border-color: #58665C;
}
</style>