Shades of Mineral Green #556B59
Tints of Mineral Green #556B59
RGB
CMYK
RGB Variations
Color information
#556B59 (or 0x556B59) is known color: Mineral Green. HEX triplet: 55, 6B and 59. RGB value is (85,107,89). Sum of RGB (Red+Green+Blue) = 85+107+89=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #556B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B59 is #AA94A6. Grayscale: #626262. Windows color (decimal): -11179175 or 5860181. OLE color: 5860181.
HSL color Cylindrical-coordinate representation of color #556B59: hue angle of 130.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556B59 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 107 | 89 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.58 |
| HSL | 130.91º | 0.11% | 0.38% | - |
| HSV(B) | 130.91º | 0.21% | 0.42% | - |
| XYZ | 10.81 | 13.17 | 11.42 | - |
| YUV | 98.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 89 | 0.21 | 0 | 0.17 | 0.58 | 130.91 | 0.11 | 0.38 |
| Hex | 55 | 6B | 59 | 15 | 0 | 11 | 3A | 83 | B | 26 |
| Octal | 125 | 153 | 131 | 25 | 0 | 21 | 72 | 203 | 13 | 46 |
| Binary | 1010101 | 1101011 | 1011001 | 10101 | 0 | 10001 | 111010 | 10000011 | 1011 | 100110 |
Color Harmonies of #556B59
Complementary color
Monochromatic Colors of #556B59
Black with #556B59
Text Example
Text Example
White with #556B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B59; }
p { color: rgb(85,107,89); }
H1.HeaderClassName
{
color: #556B59;
}
.AnyTagClassName
{
color: #556B59;
}
</style>
background-color css
<style>
a { background-color: #556B59; }
a { background-color: rgb(85,107,89); }
div.DivClassName
{
background-color: #556B59;
}
.BgClassName
{
background-color: #556B59;
}
</style>
border-color css
<style>
span { border-color: #556B59; }
span { border-color: rgb(85,107,89); }
td.TdClassName
{
border-color: #556B59;
}
.TagClassName
{
border-color: #556B59;
}
</style>