Shades of Mineral Green #556658
Tints of Mineral Green #556658
RGB
CMYK
RGB Variations
Color information
#556658 (or 0x556658) is known color: Mineral Green. HEX triplet: 55, 66 and 58. RGB value is (85,102,88). Sum of RGB (Red+Green+Blue) = 85+102+88=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #556658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556658 is #AA99A7. Grayscale: #5F5F5F. Windows color (decimal): -11180456 or 5793365. OLE color: 5793365.
HSL color Cylindrical-coordinate representation of color #556658: hue angle of 130.59º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556658 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 102 | 88 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.6 |
| HSL | 130.59º | 0.09% | 0.37% | - |
| HSV(B) | 130.59º | 0.17% | 0.4% | - |
| XYZ | 10.26 | 12.14 | 11.03 | - |
| YUV | 95.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 88 | 0.17 | 0 | 0.14 | 0.6 | 130.59 | 0.09 | 0.37 |
| Hex | 55 | 66 | 58 | 11 | 0 | E | 3C | 83 | 9 | 25 |
| Octal | 125 | 146 | 130 | 21 | 0 | 16 | 74 | 203 | 11 | 45 |
| Binary | 1010101 | 1100110 | 1011000 | 10001 | 0 | 1110 | 111100 | 10000011 | 1001 | 100101 |
Color Harmonies of #556658
Complementary color
Monochromatic Colors of #556658
Black with #556658
Text Example
Text Example
White with #556658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556658; }
p { color: rgb(85,102,88); }
H1.HeaderClassName
{
color: #556658;
}
.AnyTagClassName
{
color: #556658;
}
</style>
background-color css
<style>
a { background-color: #556658; }
a { background-color: rgb(85,102,88); }
div.DivClassName
{
background-color: #556658;
}
.BgClassName
{
background-color: #556658;
}
</style>
border-color css
<style>
span { border-color: #556658; }
span { border-color: rgb(85,102,88); }
td.TdClassName
{
border-color: #556658;
}
.TagClassName
{
border-color: #556658;
}
</style>