Shades of Mineral Green #556C5D
Tints of Mineral Green #556C5D
RGB
CMYK
RGB Variations
Color information
#556C5D (or 0x556C5D) is known color: Mineral Green. HEX triplet: 55, 6C and 5D. RGB value is (85,108,93). Sum of RGB (Red+Green+Blue) = 85+108+93=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #556C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C5D is #AA93A2. Grayscale: #636363. Windows color (decimal): -11178915 or 6122581. OLE color: 6122581.
HSL color Cylindrical-coordinate representation of color #556C5D: hue angle of 140.87º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556C5D is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 108 | 93 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.58 |
| HSL | 140.87º | 0.12% | 0.38% | - |
| HSV(B) | 140.87º | 0.21% | 0.42% | - |
| XYZ | 11.08 | 13.45 | 12.37 | - |
| YUV | 99.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 108 | 93 | 0.21 | 0 | 0.14 | 0.58 | 140.87 | 0.12 | 0.38 |
| Hex | 55 | 6C | 5D | 15 | 0 | E | 3A | 8D | C | 26 |
| Octal | 125 | 154 | 135 | 25 | 0 | 16 | 72 | 215 | 14 | 46 |
| Binary | 1010101 | 1101100 | 1011101 | 10101 | 0 | 1110 | 111010 | 10001101 | 1100 | 100110 |
Color Harmonies of #556C5D
Complementary color
Monochromatic Colors of #556C5D
Black with #556C5D
Text Example
Text Example
White with #556C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556C5D; }
p { color: rgb(85,108,93); }
H1.HeaderClassName
{
color: #556C5D;
}
.AnyTagClassName
{
color: #556C5D;
}
</style>
background-color css
<style>
a { background-color: #556C5D; }
a { background-color: rgb(85,108,93); }
div.DivClassName
{
background-color: #556C5D;
}
.BgClassName
{
background-color: #556C5D;
}
</style>
border-color css
<style>
span { border-color: #556C5D; }
span { border-color: rgb(85,108,93); }
td.TdClassName
{
border-color: #556C5D;
}
.TagClassName
{
border-color: #556C5D;
}
</style>