Shades of Mineral Green #556B5A
Tints of Mineral Green #556B5A
RGB
CMYK
RGB Variations
Color information
#556B5A (or 0x556B5A) is known color: Mineral Green. HEX triplet: 55, 6B and 5A. RGB value is (85,107,90). Sum of RGB (Red+Green+Blue) = 85+107+90=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #556B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B5A is #AA94A5. Grayscale: #626262. Windows color (decimal): -11179174 or 5925717. OLE color: 5925717.
HSL color Cylindrical-coordinate representation of color #556B5A: hue angle of 133.64º 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 #556B5A is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 107 | 90 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.58 |
| HSL | 133.64º | 0.11% | 0.38% | - |
| HSV(B) | 133.64º | 0.21% | 0.42% | - |
| XYZ | 10.85 | 13.18 | 11.65 | - |
| YUV | 98.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 90 | 0.21 | 0 | 0.16 | 0.58 | 133.64 | 0.11 | 0.38 |
| Hex | 55 | 6B | 5A | 15 | 0 | 10 | 3A | 86 | B | 26 |
| Octal | 125 | 153 | 132 | 25 | 0 | 20 | 72 | 206 | 13 | 46 |
| Binary | 1010101 | 1101011 | 1011010 | 10101 | 0 | 10000 | 111010 | 10000110 | 1011 | 100110 |
Color Harmonies of #556B5A
Complementary color
Monochromatic Colors of #556B5A
Black with #556B5A
Text Example
Text Example
White with #556B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B5A; }
p { color: rgb(85,107,90); }
H1.HeaderClassName
{
color: #556B5A;
}
.AnyTagClassName
{
color: #556B5A;
}
</style>
background-color css
<style>
a { background-color: #556B5A; }
a { background-color: rgb(85,107,90); }
div.DivClassName
{
background-color: #556B5A;
}
.BgClassName
{
background-color: #556B5A;
}
</style>
border-color css
<style>
span { border-color: #556B5A; }
span { border-color: rgb(85,107,90); }
td.TdClassName
{
border-color: #556B5A;
}
.TagClassName
{
border-color: #556B5A;
}
</style>