Shades of Tom Thumb #55684E
Tints of Tom Thumb #55684E
RGB
CMYK
RGB Variations
Color information
#55684E (or 0x55684E) is known color: Tom Thumb. HEX triplet: 55, 68 and 4E. RGB value is (85,104,78). Sum of RGB (Red+Green+Blue) = 85+104+78=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #55684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55684E is #AA97B1. Grayscale: #5F5F5F. Windows color (decimal): -11179954 or 5138517. OLE color: 5138517.
HSL color Cylindrical-coordinate representation of color #55684E: hue angle of 103.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55684E is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 78 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.59 |
| HSL | 103.85º | 0.14% | 0.36% | - |
| HSV(B) | 103.85º | 0.25% | 0.41% | - |
| XYZ | 10.07 | 12.38 | 9.07 | - |
| YUV | 95.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 78 | 0.18 | 0 | 0.25 | 0.59 | 103.85 | 0.14 | 0.36 |
| Hex | 55 | 68 | 4E | 12 | 0 | 19 | 3B | 68 | E | 24 |
| Octal | 125 | 150 | 116 | 22 | 0 | 31 | 73 | 150 | 16 | 44 |
| Binary | 1010101 | 1101000 | 1001110 | 10010 | 0 | 11001 | 111011 | 1101000 | 1110 | 100100 |
Color Harmonies of #55684E
Complementary color
Monochromatic Colors of #55684E
Black with #55684E
Text Example
Text Example
White with #55684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55684E; }
p { color: rgb(85,104,78); }
H1.HeaderClassName
{
color: #55684E;
}
.AnyTagClassName
{
color: #55684E;
}
</style>
background-color css
<style>
a { background-color: #55684E; }
a { background-color: rgb(85,104,78); }
div.DivClassName
{
background-color: #55684E;
}
.BgClassName
{
background-color: #55684E;
}
</style>
border-color css
<style>
span { border-color: #55684E; }
span { border-color: rgb(85,104,78); }
td.TdClassName
{
border-color: #55684E;
}
.TagClassName
{
border-color: #55684E;
}
</style>