Shades of Cabbage Pont #556049
Tints of Cabbage Pont #556049
RGB
CMYK
RGB Variations
Color information
#556049 (or 0x556049) is known color: Cabbage Pont. HEX triplet: 55, 60 and 49. RGB value is (85,96,73). Sum of RGB (Red+Green+Blue) = 85+96+73=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #556049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556049 is #AA9FB6. Grayscale: #5A5A5A. Windows color (decimal): -11182007 or 4808789. OLE color: 4808789.
HSL color Cylindrical-coordinate representation of color #556049: hue angle of 88.7º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #556049 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 73 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.62 |
| HSL | 88.7º | 0.14% | 0.33% | - |
| HSV(B) | 88.7º | 0.24% | 0.38% | - |
| XYZ | 9.13 | 10.78 | 7.9 | - |
| YUV | 90.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 73 | 0.11 | 0 | 0.24 | 0.62 | 88.7 | 0.14 | 0.33 |
| Hex | 55 | 60 | 49 | B | 0 | 18 | 3E | 59 | E | 21 |
| Octal | 125 | 140 | 111 | 13 | 0 | 30 | 76 | 131 | 16 | 41 |
| Binary | 1010101 | 1100000 | 1001001 | 1011 | 0 | 11000 | 111110 | 1011001 | 1110 | 100001 |
Color Harmonies of #556049
Complementary color
Monochromatic Colors of #556049
Black with #556049
Text Example
Text Example
White with #556049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556049; }
p { color: rgb(85,96,73); }
H1.HeaderClassName
{
color: #556049;
}
.AnyTagClassName
{
color: #556049;
}
</style>
background-color css
<style>
a { background-color: #556049; }
a { background-color: rgb(85,96,73); }
div.DivClassName
{
background-color: #556049;
}
.BgClassName
{
background-color: #556049;
}
</style>
border-color css
<style>
span { border-color: #556049; }
span { border-color: rgb(85,96,73); }
td.TdClassName
{
border-color: #556049;
}
.TagClassName
{
border-color: #556049;
}
</style>