Shades of Mineral Green #556258
Tints of Mineral Green #556258
RGB
CMYK
RGB Variations
Color information
#556258 (or 0x556258) is known color: Mineral Green. HEX triplet: 55, 62 and 58. RGB value is (85,98,88). Sum of RGB (Red+Green+Blue) = 85+98+88=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #556258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556258 is #AA9DA7. Grayscale: #5D5D5D. Windows color (decimal): -11181480 or 5792341. OLE color: 5792341.
HSL color Cylindrical-coordinate representation of color #556258: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #556258 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 88 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.62 |
| HSL | 133.85º | 0.07% | 0.36% | - |
| HSV(B) | 133.85º | 0.13% | 0.38% | - |
| XYZ | 9.88 | 11.37 | 10.91 | - |
| YUV | 92.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 88 | 0.13 | 0 | 0.10 | 0.62 | 133.85 | 0.07 | 0.36 |
| Hex | 55 | 62 | 58 | D | 0 | A | 3E | 86 | 7 | 24 |
| Octal | 125 | 142 | 130 | 15 | 0 | 12 | 76 | 206 | 7 | 44 |
| Binary | 1010101 | 1100010 | 1011000 | 1101 | 0 | 1010 | 111110 | 10000110 | 111 | 100100 |
Color Harmonies of #556258
Complementary color
Monochromatic Colors of #556258
Black with #556258
Text Example
Text Example
White with #556258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556258; }
p { color: rgb(85,98,88); }
H1.HeaderClassName
{
color: #556258;
}
.AnyTagClassName
{
color: #556258;
}
</style>
background-color css
<style>
a { background-color: #556258; }
a { background-color: rgb(85,98,88); }
div.DivClassName
{
background-color: #556258;
}
.BgClassName
{
background-color: #556258;
}
</style>
border-color css
<style>
span { border-color: #556258; }
span { border-color: rgb(85,98,88); }
td.TdClassName
{
border-color: #556258;
}
.TagClassName
{
border-color: #556258;
}
</style>