Shades of Mineral Green #556557
Tints of Mineral Green #556557
RGB
CMYK
RGB Variations
Color information
#556557 (or 0x556557) is known color: Mineral Green. HEX triplet: 55, 65 and 57. RGB value is (85,101,87). Sum of RGB (Red+Green+Blue) = 85+101+87=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #556557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556557 is #AA9AA8. Grayscale: #5E5E5E. Windows color (decimal): -11180713 or 5727573. OLE color: 5727573.
HSL color Cylindrical-coordinate representation of color #556557: hue angle of 127.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556557 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 87 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.60 |
| HSL | 127.5º | 0.09% | 0.36% | - |
| HSV(B) | 127.5º | 0.16% | 0.4% | - |
| XYZ | 10.12 | 11.93 | 10.79 | - |
| YUV | 94.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 87 | 0.16 | 0 | 0.14 | 0.60 | 127.5 | 0.09 | 0.36 |
| Hex | 55 | 65 | 57 | 10 | 0 | E | 3C | 80 | 9 | 24 |
| Octal | 125 | 145 | 127 | 20 | 0 | 16 | 74 | 200 | 11 | 44 |
| Binary | 1010101 | 1100101 | 1010111 | 10000 | 0 | 1110 | 111100 | 10000000 | 1001 | 100100 |
Color Harmonies of #556557
Complementary color
Monochromatic Colors of #556557
Black with #556557
Text Example
Text Example
White with #556557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556557; }
p { color: rgb(85,101,87); }
H1.HeaderClassName
{
color: #556557;
}
.AnyTagClassName
{
color: #556557;
}
</style>
background-color css
<style>
a { background-color: #556557; }
a { background-color: rgb(85,101,87); }
div.DivClassName
{
background-color: #556557;
}
.BgClassName
{
background-color: #556557;
}
</style>
border-color css
<style>
span { border-color: #556557; }
span { border-color: rgb(85,101,87); }
td.TdClassName
{
border-color: #556557;
}
.TagClassName
{
border-color: #556557;
}
</style>