Shades of Tom Thumb #55624C
Tints of Tom Thumb #55624C
RGB
CMYK
RGB Variations
Color information
#55624C (or 0x55624C) is known color: Tom Thumb. HEX triplet: 55, 62 and 4C. RGB value is (85,98,76). Sum of RGB (Red+Green+Blue) = 85+98+76=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #55624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55624C is #AA9DB3. Grayscale: #5B5B5B. Windows color (decimal): -11181492 or 5005909. OLE color: 5005909.
HSL color Cylindrical-coordinate representation of color #55624C: hue angle of 95.45º degrees, saturation: 0.13, 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 #55624C is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 76 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.62 |
| HSL | 95.45º | 0.13% | 0.34% | - |
| HSV(B) | 95.45º | 0.22% | 0.38% | - |
| XYZ | 9.42 | 11.19 | 8.5 | - |
| YUV | 91.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 76 | 0.13 | 0 | 0.22 | 0.62 | 95.45 | 0.13 | 0.34 |
| Hex | 55 | 62 | 4C | D | 0 | 16 | 3E | 5F | D | 22 |
| Octal | 125 | 142 | 114 | 15 | 0 | 26 | 76 | 137 | 15 | 42 |
| Binary | 1010101 | 1100010 | 1001100 | 1101 | 0 | 10110 | 111110 | 1011111 | 1101 | 100010 |
Color Harmonies of #55624C
Complementary color
Monochromatic Colors of #55624C
Black with #55624C
Text Example
Text Example
White with #55624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55624C; }
p { color: rgb(85,98,76); }
H1.HeaderClassName
{
color: #55624C;
}
.AnyTagClassName
{
color: #55624C;
}
</style>
background-color css
<style>
a { background-color: #55624C; }
a { background-color: rgb(85,98,76); }
div.DivClassName
{
background-color: #55624C;
}
.BgClassName
{
background-color: #55624C;
}
</style>
border-color css
<style>
span { border-color: #55624C; }
span { border-color: rgb(85,98,76); }
td.TdClassName
{
border-color: #55624C;
}
.TagClassName
{
border-color: #55624C;
}
</style>