Shades of Tom Thumb #55614C
Tints of Tom Thumb #55614C
RGB
CMYK
RGB Variations
Color information
#55614C (or 0x55614C) is known color: Tom Thumb. HEX triplet: 55, 61 and 4C. RGB value is (85,97,76). Sum of RGB (Red+Green+Blue) = 85+97+76=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #55614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55614C is #AA9EB3. Grayscale: #5B5B5B. Windows color (decimal): -11181748 or 5005653. OLE color: 5005653.
HSL color Cylindrical-coordinate representation of color #55614C: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55614C is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 76 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.62 |
| HSL | 94.29º | 0.12% | 0.34% | - |
| HSV(B) | 94.29º | 0.22% | 0.38% | - |
| XYZ | 9.33 | 11 | 8.47 | - |
| YUV | 91.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 76 | 0.12 | 0 | 0.22 | 0.62 | 94.29 | 0.12 | 0.34 |
| Hex | 55 | 61 | 4C | C | 0 | 16 | 3E | 5E | C | 22 |
| Octal | 125 | 141 | 114 | 14 | 0 | 26 | 76 | 136 | 14 | 42 |
| Binary | 1010101 | 1100001 | 1001100 | 1100 | 0 | 10110 | 111110 | 1011110 | 1100 | 100010 |
Color Harmonies of #55614C
Complementary color
Monochromatic Colors of #55614C
Black with #55614C
Text Example
Text Example
White with #55614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55614C; }
p { color: rgb(85,97,76); }
H1.HeaderClassName
{
color: #55614C;
}
.AnyTagClassName
{
color: #55614C;
}
</style>
background-color css
<style>
a { background-color: #55614C; }
a { background-color: rgb(85,97,76); }
div.DivClassName
{
background-color: #55614C;
}
.BgClassName
{
background-color: #55614C;
}
</style>
border-color css
<style>
span { border-color: #55614C; }
span { border-color: rgb(85,97,76); }
td.TdClassName
{
border-color: #55614C;
}
.TagClassName
{
border-color: #55614C;
}
</style>