Shades of Tom Thumb #55624D
Tints of Tom Thumb #55624D
RGB
CMYK
RGB Variations
Color information
#55624D (or 0x55624D) is known color: Tom Thumb. HEX triplet: 55, 62 and 4D. RGB value is (85,98,77). Sum of RGB (Red+Green+Blue) = 85+98+77=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #55624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55624D is #AA9DB2. Grayscale: #5B5B5B. Windows color (decimal): -11181491 or 5071445. OLE color: 5071445.
HSL color Cylindrical-coordinate representation of color #55624D: hue angle of 97.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55624D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 77 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.62 |
| HSL | 97.14º | 0.12% | 0.34% | - |
| HSV(B) | 97.14º | 0.21% | 0.38% | - |
| XYZ | 9.45 | 11.2 | 8.69 | - |
| YUV | 91.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 77 | 0.13 | 0 | 0.21 | 0.62 | 97.14 | 0.12 | 0.34 |
| Hex | 55 | 62 | 4D | D | 0 | 15 | 3E | 61 | C | 22 |
| Octal | 125 | 142 | 115 | 15 | 0 | 25 | 76 | 141 | 14 | 42 |
| Binary | 1010101 | 1100010 | 1001101 | 1101 | 0 | 10101 | 111110 | 1100001 | 1100 | 100010 |
Color Harmonies of #55624D
Complementary color
Monochromatic Colors of #55624D
Black with #55624D
Text Example
Text Example
White with #55624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55624D; }
p { color: rgb(85,98,77); }
H1.HeaderClassName
{
color: #55624D;
}
.AnyTagClassName
{
color: #55624D;
}
</style>
background-color css
<style>
a { background-color: #55624D; }
a { background-color: rgb(85,98,77); }
div.DivClassName
{
background-color: #55624D;
}
.BgClassName
{
background-color: #55624D;
}
</style>
border-color css
<style>
span { border-color: #55624D; }
span { border-color: rgb(85,98,77); }
td.TdClassName
{
border-color: #55624D;
}
.TagClassName
{
border-color: #55624D;
}
</style>