Shades of Mineral Green #556E5C
Tints of Mineral Green #556E5C
RGB
CMYK
RGB Variations
Color information
#556E5C (or 0x556E5C) is known color: Mineral Green. HEX triplet: 55, 6E and 5C. RGB value is (85,110,92). Sum of RGB (Red+Green+Blue) = 85+110+92=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #556E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E5C is #AA91A3. Grayscale: #646464. Windows color (decimal): -11178404 or 6057557. OLE color: 6057557.
HSL color Cylindrical-coordinate representation of color #556E5C: hue angle of 136.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556E5C is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 110 | 92 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.57 |
| HSL | 136.8º | 0.13% | 0.38% | - |
| HSV(B) | 136.8º | 0.23% | 0.43% | - |
| XYZ | 11.25 | 13.86 | 12.21 | - |
| YUV | 100.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 92 | 0.23 | 0 | 0.16 | 0.57 | 136.8 | 0.13 | 0.38 |
| Hex | 55 | 6E | 5C | 17 | 0 | 10 | 39 | 89 | D | 26 |
| Octal | 125 | 156 | 134 | 27 | 0 | 20 | 71 | 211 | 15 | 46 |
| Binary | 1010101 | 1101110 | 1011100 | 10111 | 0 | 10000 | 111001 | 10001001 | 1101 | 100110 |
Color Harmonies of #556E5C
Complementary color
Monochromatic Colors of #556E5C
Black with #556E5C
Text Example
Text Example
White with #556E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556E5C; }
p { color: rgb(85,110,92); }
H1.HeaderClassName
{
color: #556E5C;
}
.AnyTagClassName
{
color: #556E5C;
}
</style>
background-color css
<style>
a { background-color: #556E5C; }
a { background-color: rgb(85,110,92); }
div.DivClassName
{
background-color: #556E5C;
}
.BgClassName
{
background-color: #556E5C;
}
</style>
border-color css
<style>
span { border-color: #556E5C; }
span { border-color: rgb(85,110,92); }
td.TdClassName
{
border-color: #556E5C;
}
.TagClassName
{
border-color: #556E5C;
}
</style>