Shades of Mineral Green #556C59
Tints of Mineral Green #556C59
RGB
CMYK
RGB Variations
Color information
#556C59 (or 0x556C59) is known color: Mineral Green. HEX triplet: 55, 6C and 59. RGB value is (85,108,89). Sum of RGB (Red+Green+Blue) = 85+108+89=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #556C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C59 is #AA93A6. Grayscale: #636363. Windows color (decimal): -11178919 or 5860437. OLE color: 5860437.
HSL color Cylindrical-coordinate representation of color #556C59: hue angle of 130.43º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C59 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 89 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.58 |
| HSL | 130.43º | 0.12% | 0.38% | - |
| HSV(B) | 130.43º | 0.21% | 0.42% | - |
| XYZ | 10.91 | 13.38 | 11.46 | - |
| YUV | 98.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 89 | 0.21 | 0 | 0.18 | 0.58 | 130.43 | 0.12 | 0.38 |
| Hex | 55 | 6C | 59 | 15 | 0 | 12 | 3A | 82 | C | 26 |
| Octal | 125 | 154 | 131 | 25 | 0 | 22 | 72 | 202 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1011001 | 10101 | 0 | 10010 | 111010 | 10000010 | 1100 | 100110 |
Color Harmonies of #556C59
Complementary color
Monochromatic Colors of #556C59
Black with #556C59
Text Example
Text Example
White with #556C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C59; }
p { color: rgb(85,108,89); }
H1.HeaderClassName
{
color: #556C59;
}
.AnyTagClassName
{
color: #556C59;
}
</style>
background-color css
<style>
a { background-color: #556C59; }
a { background-color: rgb(85,108,89); }
div.DivClassName
{
background-color: #556C59;
}
.BgClassName
{
background-color: #556C59;
}
</style>
border-color css
<style>
span { border-color: #556C59; }
span { border-color: rgb(85,108,89); }
td.TdClassName
{
border-color: #556C59;
}
.TagClassName
{
border-color: #556C59;
}
</style>