Shades of Mineral Green #556359
Tints of Mineral Green #556359
RGB
CMYK
RGB Variations
Color information
#556359 (or 0x556359) is known color: Mineral Green. HEX triplet: 55, 63 and 59. RGB value is (85,99,89). Sum of RGB (Red+Green+Blue) = 85+99+89=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #556359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556359 is #AA9CA6. Grayscale: #5D5D5D. Windows color (decimal): -11181223 or 5858133. OLE color: 5858133.
HSL color Cylindrical-coordinate representation of color #556359: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556359 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 89 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.61 |
| HSL | 137.14º | 0.08% | 0.36% | - |
| HSV(B) | 137.14º | 0.14% | 0.39% | - |
| XYZ | 10.01 | 11.58 | 11.16 | - |
| YUV | 93.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 89 | 0.14 | 0 | 0.10 | 0.61 | 137.14 | 0.08 | 0.36 |
| Hex | 55 | 63 | 59 | E | 0 | A | 3D | 89 | 8 | 24 |
| Octal | 125 | 143 | 131 | 16 | 0 | 12 | 75 | 211 | 10 | 44 |
| Binary | 1010101 | 1100011 | 1011001 | 1110 | 0 | 1010 | 111101 | 10001001 | 1000 | 100100 |
Color Harmonies of #556359
Complementary color
Monochromatic Colors of #556359
Black with #556359
Text Example
Text Example
White with #556359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556359; }
p { color: rgb(85,99,89); }
H1.HeaderClassName
{
color: #556359;
}
.AnyTagClassName
{
color: #556359;
}
</style>
background-color css
<style>
a { background-color: #556359; }
a { background-color: rgb(85,99,89); }
div.DivClassName
{
background-color: #556359;
}
.BgClassName
{
background-color: #556359;
}
</style>
border-color css
<style>
span { border-color: #556359; }
span { border-color: rgb(85,99,89); }
td.TdClassName
{
border-color: #556359;
}
.TagClassName
{
border-color: #556359;
}
</style>