Shades of Tom Thumb #55654B
Tints of Tom Thumb #55654B
RGB
CMYK
RGB Variations
Color information
#55654B (or 0x55654B) is known color: Tom Thumb. HEX triplet: 55, 65 and 4B. RGB value is (85,101,75). Sum of RGB (Red+Green+Blue) = 85+101+75=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #55654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55654B is #AA9AB4. Grayscale: #5D5D5D. Windows color (decimal): -11180725 or 4941141. OLE color: 4941141.
HSL color Cylindrical-coordinate representation of color #55654B: hue angle of 96.92º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55654B is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 75 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.60 |
| HSL | 96.92º | 0.15% | 0.35% | - |
| HSV(B) | 96.92º | 0.26% | 0.4% | - |
| XYZ | 9.67 | 11.75 | 8.41 | - |
| YUV | 93.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 75 | 0.16 | 0 | 0.26 | 0.60 | 96.92 | 0.15 | 0.35 |
| Hex | 55 | 65 | 4B | 10 | 0 | 1A | 3C | 61 | F | 23 |
| Octal | 125 | 145 | 113 | 20 | 0 | 32 | 74 | 141 | 17 | 43 |
| Binary | 1010101 | 1100101 | 1001011 | 10000 | 0 | 11010 | 111100 | 1100001 | 1111 | 100011 |
Color Harmonies of #55654B
Complementary color
Monochromatic Colors of #55654B
Black with #55654B
Text Example
Text Example
White with #55654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55654B; }
p { color: rgb(85,101,75); }
H1.HeaderClassName
{
color: #55654B;
}
.AnyTagClassName
{
color: #55654B;
}
</style>
background-color css
<style>
a { background-color: #55654B; }
a { background-color: rgb(85,101,75); }
div.DivClassName
{
background-color: #55654B;
}
.BgClassName
{
background-color: #55654B;
}
</style>
border-color css
<style>
span { border-color: #55654B; }
span { border-color: rgb(85,101,75); }
td.TdClassName
{
border-color: #55654B;
}
.TagClassName
{
border-color: #55654B;
}
</style>