Shades of Mineral Green #556558
Tints of Mineral Green #556558
RGB
CMYK
RGB Variations
Color information
#556558 (or 0x556558) is known color: Mineral Green. HEX triplet: 55, 65 and 58. RGB value is (85,101,88). Sum of RGB (Red+Green+Blue) = 85+101+88=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 101 - color contains mainly: green. Hex color #556558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556558 is #AA9AA7. Grayscale: #5E5E5E. Windows color (decimal): -11180712 or 5793109. OLE color: 5793109.
HSL color Cylindrical-coordinate representation of color #556558: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556558 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 88 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.60 |
| HSL | 131.25º | 0.09% | 0.36% | - |
| HSV(B) | 131.25º | 0.16% | 0.4% | - |
| XYZ | 10.16 | 11.94 | 11 | - |
| YUV | 94.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 88 | 0.16 | 0 | 0.13 | 0.60 | 131.25 | 0.09 | 0.36 |
| Hex | 55 | 65 | 58 | 10 | 0 | D | 3C | 83 | 9 | 24 |
| Octal | 125 | 145 | 130 | 20 | 0 | 15 | 74 | 203 | 11 | 44 |
| Binary | 1010101 | 1100101 | 1011000 | 10000 | 0 | 1101 | 111100 | 10000011 | 1001 | 100100 |
Color Harmonies of #556558
Complementary color
Monochromatic Colors of #556558
Black with #556558
Text Example
Text Example
White with #556558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556558; }
p { color: rgb(85,101,88); }
H1.HeaderClassName
{
color: #556558;
}
.AnyTagClassName
{
color: #556558;
}
</style>
background-color css
<style>
a { background-color: #556558; }
a { background-color: rgb(85,101,88); }
div.DivClassName
{
background-color: #556558;
}
.BgClassName
{
background-color: #556558;
}
</style>
border-color css
<style>
span { border-color: #556558; }
span { border-color: rgb(85,101,88); }
td.TdClassName
{
border-color: #556558;
}
.TagClassName
{
border-color: #556558;
}
</style>