Shades of Mineral Green #556157
Tints of Mineral Green #556157
RGB
CMYK
RGB Variations
Color information
#556157 (or 0x556157) is known color: Mineral Green. HEX triplet: 55, 61 and 57. RGB value is (85,97,87). Sum of RGB (Red+Green+Blue) = 85+97+87=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #556157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556157 is #AA9EA8. Grayscale: #5C5C5C. Windows color (decimal): -11181737 or 5726549. OLE color: 5726549.
HSL color Cylindrical-coordinate representation of color #556157: hue angle of 130º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #556157 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 87 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.62 |
| HSL | 130º | 0.07% | 0.36% | - |
| HSV(B) | 130º | 0.12% | 0.38% | - |
| XYZ | 9.74 | 11.17 | 10.66 | - |
| YUV | 92.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 87 | 0.12 | 0 | 0.10 | 0.62 | 130 | 0.07 | 0.36 |
| Hex | 55 | 61 | 57 | C | 0 | A | 3E | 82 | 7 | 24 |
| Octal | 125 | 141 | 127 | 14 | 0 | 12 | 76 | 202 | 7 | 44 |
| Binary | 1010101 | 1100001 | 1010111 | 1100 | 0 | 1010 | 111110 | 10000010 | 111 | 100100 |
Color Harmonies of #556157
Complementary color
Monochromatic Colors of #556157
Black with #556157
Text Example
Text Example
White with #556157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556157; }
p { color: rgb(85,97,87); }
H1.HeaderClassName
{
color: #556157;
}
.AnyTagClassName
{
color: #556157;
}
</style>
background-color css
<style>
a { background-color: #556157; }
a { background-color: rgb(85,97,87); }
div.DivClassName
{
background-color: #556157;
}
.BgClassName
{
background-color: #556157;
}
</style>
border-color css
<style>
span { border-color: #556157; }
span { border-color: rgb(85,97,87); }
td.TdClassName
{
border-color: #556157;
}
.TagClassName
{
border-color: #556157;
}
</style>