Shades of Tom Thumb #55674D
Tints of Tom Thumb #55674D
RGB
CMYK
RGB Variations
Color information
#55674D (or 0x55674D) is known color: Tom Thumb. HEX triplet: 55, 67 and 4D. RGB value is (85,103,77). Sum of RGB (Red+Green+Blue) = 85+103+77=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #55674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55674D is #AA98B2. Grayscale: #5E5E5E. Windows color (decimal): -11180211 or 5072725. OLE color: 5072725.
HSL color Cylindrical-coordinate representation of color #55674D: hue angle of 101.54º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55674D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 77 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.60 |
| HSL | 101.54º | 0.14% | 0.35% | - |
| HSV(B) | 101.54º | 0.25% | 0.4% | - |
| XYZ | 9.94 | 12.17 | 8.85 | - |
| YUV | 94.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 77 | 0.17 | 0 | 0.25 | 0.60 | 101.54 | 0.14 | 0.35 |
| Hex | 55 | 67 | 4D | 11 | 0 | 19 | 3C | 66 | E | 23 |
| Octal | 125 | 147 | 115 | 21 | 0 | 31 | 74 | 146 | 16 | 43 |
| Binary | 1010101 | 1100111 | 1001101 | 10001 | 0 | 11001 | 111100 | 1100110 | 1110 | 100011 |
Color Harmonies of #55674D
Complementary color
Monochromatic Colors of #55674D
Black with #55674D
Text Example
Text Example
White with #55674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55674D; }
p { color: rgb(85,103,77); }
H1.HeaderClassName
{
color: #55674D;
}
.AnyTagClassName
{
color: #55674D;
}
</style>
background-color css
<style>
a { background-color: #55674D; }
a { background-color: rgb(85,103,77); }
div.DivClassName
{
background-color: #55674D;
}
.BgClassName
{
background-color: #55674D;
}
</style>
border-color css
<style>
span { border-color: #55674D; }
span { border-color: rgb(85,103,77); }
td.TdClassName
{
border-color: #55674D;
}
.TagClassName
{
border-color: #55674D;
}
</style>