Shades of Tom Thumb #55674E
Tints of Tom Thumb #55674E
RGB
CMYK
RGB Variations
Color information
#55674E (or 0x55674E) is known color: Tom Thumb. HEX triplet: 55, 67 and 4E. RGB value is (85,103,78). Sum of RGB (Red+Green+Blue) = 85+103+78=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #55674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55674E is #AA98B1. Grayscale: #5E5E5E. Windows color (decimal): -11180210 or 5138261. OLE color: 5138261.
HSL color Cylindrical-coordinate representation of color #55674E: hue angle of 103.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55674E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 78 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.60 |
| HSL | 103.2º | 0.14% | 0.35% | - |
| HSV(B) | 103.2º | 0.24% | 0.4% | - |
| XYZ | 9.97 | 12.18 | 9.03 | - |
| YUV | 94.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 78 | 0.17 | 0 | 0.24 | 0.60 | 103.2 | 0.14 | 0.35 |
| Hex | 55 | 67 | 4E | 11 | 0 | 18 | 3C | 67 | E | 23 |
| Octal | 125 | 147 | 116 | 21 | 0 | 30 | 74 | 147 | 16 | 43 |
| Binary | 1010101 | 1100111 | 1001110 | 10001 | 0 | 11000 | 111100 | 1100111 | 1110 | 100011 |
Color Harmonies of #55674E
Complementary color
Monochromatic Colors of #55674E
Black with #55674E
Text Example
Text Example
White with #55674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55674E; }
p { color: rgb(85,103,78); }
H1.HeaderClassName
{
color: #55674E;
}
.AnyTagClassName
{
color: #55674E;
}
</style>
background-color css
<style>
a { background-color: #55674E; }
a { background-color: rgb(85,103,78); }
div.DivClassName
{
background-color: #55674E;
}
.BgClassName
{
background-color: #55674E;
}
</style>
border-color css
<style>
span { border-color: #55674E; }
span { border-color: rgb(85,103,78); }
td.TdClassName
{
border-color: #55674E;
}
.TagClassName
{
border-color: #55674E;
}
</style>