Shades of Tom Thumb #55654C
Tints of Tom Thumb #55654C
RGB
CMYK
RGB Variations
Color information
#55654C (or 0x55654C) is known color: Tom Thumb. HEX triplet: 55, 65 and 4C. RGB value is (85,101,76). Sum of RGB (Red+Green+Blue) = 85+101+76=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #55654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55654C is #AA9AB3. Grayscale: #5D5D5D. Windows color (decimal): -11180724 or 5006677. OLE color: 5006677.
HSL color Cylindrical-coordinate representation of color #55654C: hue angle of 98.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55654C is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 76 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.60 |
| HSL | 98.4º | 0.14% | 0.35% | - |
| HSV(B) | 98.4º | 0.25% | 0.4% | - |
| XYZ | 9.7 | 11.76 | 8.6 | - |
| YUV | 93.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 76 | 0.16 | 0 | 0.25 | 0.60 | 98.4 | 0.14 | 0.35 |
| Hex | 55 | 65 | 4C | 10 | 0 | 19 | 3C | 62 | E | 23 |
| Octal | 125 | 145 | 114 | 20 | 0 | 31 | 74 | 142 | 16 | 43 |
| Binary | 1010101 | 1100101 | 1001100 | 10000 | 0 | 11001 | 111100 | 1100010 | 1110 | 100011 |
Color Harmonies of #55654C
Complementary color
Monochromatic Colors of #55654C
Black with #55654C
Text Example
Text Example
White with #55654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55654C; }
p { color: rgb(85,101,76); }
H1.HeaderClassName
{
color: #55654C;
}
.AnyTagClassName
{
color: #55654C;
}
</style>
background-color css
<style>
a { background-color: #55654C; }
a { background-color: rgb(85,101,76); }
div.DivClassName
{
background-color: #55654C;
}
.BgClassName
{
background-color: #55654C;
}
</style>
border-color css
<style>
span { border-color: #55654C; }
span { border-color: rgb(85,101,76); }
td.TdClassName
{
border-color: #55654C;
}
.TagClassName
{
border-color: #55654C;
}
</style>