Shades of Mineral Green #556858
Tints of Mineral Green #556858
RGB
CMYK
RGB Variations
Color information
#556858 (or 0x556858) is known color: Mineral Green. HEX triplet: 55, 68 and 58. RGB value is (85,104,88). Sum of RGB (Red+Green+Blue) = 85+104+88=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #556858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556858 is #AA97A7. Grayscale: #606060. Windows color (decimal): -11179944 or 5793877. OLE color: 5793877.
HSL color Cylindrical-coordinate representation of color #556858: hue angle of 129.47º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556858 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 88 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.59 |
| HSL | 129.47º | 0.1% | 0.37% | - |
| HSV(B) | 129.47º | 0.18% | 0.41% | - |
| XYZ | 10.46 | 12.54 | 11.1 | - |
| YUV | 96.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 88 | 0.18 | 0 | 0.15 | 0.59 | 129.47 | 0.1 | 0.37 |
| Hex | 55 | 68 | 58 | 12 | 0 | F | 3B | 81 | A | 25 |
| Octal | 125 | 150 | 130 | 22 | 0 | 17 | 73 | 201 | 12 | 45 |
| Binary | 1010101 | 1101000 | 1011000 | 10010 | 0 | 1111 | 111011 | 10000001 | 1010 | 100101 |
Color Harmonies of #556858
Complementary color
Monochromatic Colors of #556858
Black with #556858
Text Example
Text Example
White with #556858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556858; }
p { color: rgb(85,104,88); }
H1.HeaderClassName
{
color: #556858;
}
.AnyTagClassName
{
color: #556858;
}
</style>
background-color css
<style>
a { background-color: #556858; }
a { background-color: rgb(85,104,88); }
div.DivClassName
{
background-color: #556858;
}
.BgClassName
{
background-color: #556858;
}
</style>
border-color css
<style>
span { border-color: #556858; }
span { border-color: rgb(85,104,88); }
td.TdClassName
{
border-color: #556858;
}
.TagClassName
{
border-color: #556858;
}
</style>