Shades of Tom Thumb #55654F
Tints of Tom Thumb #55654F
RGB
CMYK
RGB Variations
Color information
#55654F (or 0x55654F) is known color: Tom Thumb. HEX triplet: 55, 65 and 4F. RGB value is (85,101,79). Sum of RGB (Red+Green+Blue) = 85+101+79=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #55654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55654F is #AA9AB0. Grayscale: #5D5D5D. Windows color (decimal): -11180721 or 5203285. OLE color: 5203285.
HSL color Cylindrical-coordinate representation of color #55654F: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55654F is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 79 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.60 |
| HSL | 103.64º | 0.12% | 0.35% | - |
| HSV(B) | 103.64º | 0.22% | 0.4% | - |
| XYZ | 9.81 | 11.8 | 9.16 | - |
| YUV | 93.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 79 | 0.16 | 0 | 0.22 | 0.60 | 103.64 | 0.12 | 0.35 |
| Hex | 55 | 65 | 4F | 10 | 0 | 16 | 3C | 68 | C | 23 |
| Octal | 125 | 145 | 117 | 20 | 0 | 26 | 74 | 150 | 14 | 43 |
| Binary | 1010101 | 1100101 | 1001111 | 10000 | 0 | 10110 | 111100 | 1101000 | 1100 | 100011 |
Color Harmonies of #55654F
Complementary color
Monochromatic Colors of #55654F
Black with #55654F
Text Example
Text Example
White with #55654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55654F; }
p { color: rgb(85,101,79); }
H1.HeaderClassName
{
color: #55654F;
}
.AnyTagClassName
{
color: #55654F;
}
</style>
background-color css
<style>
a { background-color: #55654F; }
a { background-color: rgb(85,101,79); }
div.DivClassName
{
background-color: #55654F;
}
.BgClassName
{
background-color: #55654F;
}
</style>
border-color css
<style>
span { border-color: #55654F; }
span { border-color: rgb(85,101,79); }
td.TdClassName
{
border-color: #55654F;
}
.TagClassName
{
border-color: #55654F;
}
</style>