Shades of Tom Thumb #556551
Tints of Tom Thumb #556551
RGB
CMYK
RGB Variations
Color information
#556551 (or 0x556551) is known color: Tom Thumb. HEX triplet: 55, 65 and 51. RGB value is (85,101,81). Sum of RGB (Red+Green+Blue) = 85+101+81=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #556551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556551 is #AA9AAE. Grayscale: #5E5E5E. Windows color (decimal): -11180719 or 5334357. OLE color: 5334357.
HSL color Cylindrical-coordinate representation of color #556551: hue angle of 108º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556551 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 81 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.60 |
| HSL | 108º | 0.11% | 0.36% | - |
| HSV(B) | 108º | 0.2% | 0.4% | - |
| XYZ | 9.89 | 11.83 | 9.55 | - |
| YUV | 93.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 81 | 0.16 | 0 | 0.20 | 0.60 | 108 | 0.11 | 0.36 |
| Hex | 55 | 65 | 51 | 10 | 0 | 14 | 3C | 6C | B | 24 |
| Octal | 125 | 145 | 121 | 20 | 0 | 24 | 74 | 154 | 13 | 44 |
| Binary | 1010101 | 1100101 | 1010001 | 10000 | 0 | 10100 | 111100 | 1101100 | 1011 | 100100 |
Color Harmonies of #556551
Complementary color
Monochromatic Colors of #556551
Black with #556551
Text Example
Text Example
White with #556551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556551; }
p { color: rgb(85,101,81); }
H1.HeaderClassName
{
color: #556551;
}
.AnyTagClassName
{
color: #556551;
}
</style>
background-color css
<style>
a { background-color: #556551; }
a { background-color: rgb(85,101,81); }
div.DivClassName
{
background-color: #556551;
}
.BgClassName
{
background-color: #556551;
}
</style>
border-color css
<style>
span { border-color: #556551; }
span { border-color: rgb(85,101,81); }
td.TdClassName
{
border-color: #556551;
}
.TagClassName
{
border-color: #556551;
}
</style>