Shades of Tom Thumb #556549
Tints of Tom Thumb #556549
RGB
CMYK
RGB Variations
Color information
#556549 (or 0x556549) is known color: Tom Thumb. HEX triplet: 55, 65 and 49. RGB value is (85,101,73). Sum of RGB (Red+Green+Blue) = 85+101+73=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #556549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556549 is #AA9AB6. Grayscale: #5D5D5D. Windows color (decimal): -11180727 or 4810069. OLE color: 4810069.
HSL color Cylindrical-coordinate representation of color #556549: hue angle of 94.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556549 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 73 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.60 |
| HSL | 94.29º | 0.16% | 0.34% | - |
| HSV(B) | 94.29º | 0.28% | 0.4% | - |
| XYZ | 9.6 | 11.72 | 8.06 | - |
| YUV | 93.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 73 | 0.16 | 0 | 0.28 | 0.60 | 94.29 | 0.16 | 0.34 |
| Hex | 55 | 65 | 49 | 10 | 0 | 1C | 3C | 5E | 10 | 22 |
| Octal | 125 | 145 | 111 | 20 | 0 | 34 | 74 | 136 | 20 | 42 |
| Binary | 1010101 | 1100101 | 1001001 | 10000 | 0 | 11100 | 111100 | 1011110 | 10000 | 100010 |
Color Harmonies of #556549
Complementary color
Monochromatic Colors of #556549
Black with #556549
Text Example
Text Example
White with #556549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556549; }
p { color: rgb(85,101,73); }
H1.HeaderClassName
{
color: #556549;
}
.AnyTagClassName
{
color: #556549;
}
</style>
background-color css
<style>
a { background-color: #556549; }
a { background-color: rgb(85,101,73); }
div.DivClassName
{
background-color: #556549;
}
.BgClassName
{
background-color: #556549;
}
</style>
border-color css
<style>
span { border-color: #556549; }
span { border-color: rgb(85,101,73); }
td.TdClassName
{
border-color: #556549;
}
.TagClassName
{
border-color: #556549;
}
</style>