Shades of Tom Thumb #55634D
Tints of Tom Thumb #55634D
RGB
CMYK
RGB Variations
Color information
#55634D (or 0x55634D) is known color: Tom Thumb. HEX triplet: 55, 63 and 4D. RGB value is (85,99,77). Sum of RGB (Red+Green+Blue) = 85+99+77=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #55634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55634D is #AA9CB2. Grayscale: #5C5C5C. Windows color (decimal): -11181235 or 5071701. OLE color: 5071701.
HSL color Cylindrical-coordinate representation of color #55634D: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55634D is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 77 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.61 |
| HSL | 98.18º | 0.13% | 0.35% | - |
| HSV(B) | 98.18º | 0.22% | 0.39% | - |
| XYZ | 9.55 | 11.39 | 8.72 | - |
| YUV | 92.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 77 | 0.14 | 0 | 0.22 | 0.61 | 98.18 | 0.13 | 0.35 |
| Hex | 55 | 63 | 4D | E | 0 | 16 | 3D | 62 | C | 23 |
| Octal | 125 | 143 | 115 | 16 | 0 | 26 | 75 | 142 | 14 | 43 |
| Binary | 1010101 | 1100011 | 1001101 | 1110 | 0 | 10110 | 111101 | 1100010 | 1100 | 100011 |
Color Harmonies of #55634D
Complementary color
Monochromatic Colors of #55634D
Black with #55634D
Text Example
Text Example
White with #55634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55634D; }
p { color: rgb(85,99,77); }
H1.HeaderClassName
{
color: #55634D;
}
.AnyTagClassName
{
color: #55634D;
}
</style>
background-color css
<style>
a { background-color: #55634D; }
a { background-color: rgb(85,99,77); }
div.DivClassName
{
background-color: #55634D;
}
.BgClassName
{
background-color: #55634D;
}
</style>
border-color css
<style>
span { border-color: #55634D; }
span { border-color: rgb(85,99,77); }
td.TdClassName
{
border-color: #55634D;
}
.TagClassName
{
border-color: #55634D;
}
</style>