Shades of Mineral Green #556F5C
Tints of Mineral Green #556F5C
RGB
CMYK
RGB Variations
Color information
#556F5C (or 0x556F5C) is known color: Mineral Green. HEX triplet: 55, 6F and 5C. RGB value is (85,111,92). Sum of RGB (Red+Green+Blue) = 85+111+92=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #556F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F5C is #AA90A3. Grayscale: #656565. Windows color (decimal): -11178148 or 6057813. OLE color: 6057813.
HSL color Cylindrical-coordinate representation of color #556F5C: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556F5C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 92 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.56 |
| HSL | 136.15º | 0.13% | 0.38% | - |
| HSV(B) | 136.15º | 0.23% | 0.44% | - |
| XYZ | 11.36 | 14.07 | 12.24 | - |
| YUV | 101.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 92 | 0.23 | 0 | 0.17 | 0.56 | 136.15 | 0.13 | 0.38 |
| Hex | 55 | 6F | 5C | 17 | 0 | 11 | 38 | 88 | D | 26 |
| Octal | 125 | 157 | 134 | 27 | 0 | 21 | 70 | 210 | 15 | 46 |
| Binary | 1010101 | 1101111 | 1011100 | 10111 | 0 | 10001 | 111000 | 10001000 | 1101 | 100110 |
Color Harmonies of #556F5C
Complementary color
Monochromatic Colors of #556F5C
Black with #556F5C
Text Example
Text Example
White with #556F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F5C; }
p { color: rgb(85,111,92); }
H1.HeaderClassName
{
color: #556F5C;
}
.AnyTagClassName
{
color: #556F5C;
}
</style>
background-color css
<style>
a { background-color: #556F5C; }
a { background-color: rgb(85,111,92); }
div.DivClassName
{
background-color: #556F5C;
}
.BgClassName
{
background-color: #556F5C;
}
</style>
border-color css
<style>
span { border-color: #556F5C; }
span { border-color: rgb(85,111,92); }
td.TdClassName
{
border-color: #556F5C;
}
.TagClassName
{
border-color: #556F5C;
}
</style>