Shades of Mineral Green #556957
Tints of Mineral Green #556957
RGB
CMYK
RGB Variations
Color information
#556957 (or 0x556957) is known color: Mineral Green. HEX triplet: 55, 69 and 57. RGB value is (85,105,87). Sum of RGB (Red+Green+Blue) = 85+105+87=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #556957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556957 is #AA96A8. Grayscale: #616161. Windows color (decimal): -11179689 or 5728597. OLE color: 5728597.
HSL color Cylindrical-coordinate representation of color #556957: hue angle of 126º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556957 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 87 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.59 |
| HSL | 126º | 0.11% | 0.37% | - |
| HSV(B) | 126º | 0.19% | 0.41% | - |
| XYZ | 10.52 | 12.72 | 10.92 | - |
| YUV | 96.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 87 | 0.19 | 0 | 0.17 | 0.59 | 126 | 0.11 | 0.37 |
| Hex | 55 | 69 | 57 | 13 | 0 | 11 | 3B | 7E | B | 25 |
| Octal | 125 | 151 | 127 | 23 | 0 | 21 | 73 | 176 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1010111 | 10011 | 0 | 10001 | 111011 | 1111110 | 1011 | 100101 |
Color Harmonies of #556957
Complementary color
Monochromatic Colors of #556957
Black with #556957
Text Example
Text Example
White with #556957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556957; }
p { color: rgb(85,105,87); }
H1.HeaderClassName
{
color: #556957;
}
.AnyTagClassName
{
color: #556957;
}
</style>
background-color css
<style>
a { background-color: #556957; }
a { background-color: rgb(85,105,87); }
div.DivClassName
{
background-color: #556957;
}
.BgClassName
{
background-color: #556957;
}
</style>
border-color css
<style>
span { border-color: #556957; }
span { border-color: rgb(85,105,87); }
td.TdClassName
{
border-color: #556957;
}
.TagClassName
{
border-color: #556957;
}
</style>