Shades of Tom Thumb #53654E
Tints of Tom Thumb #53654E
RGB
CMYK
RGB Variations
Color information
#53654E (or 0x53654E) is known color: Tom Thumb. HEX triplet: 53, 65 and 4E. RGB value is (83,101,78). Sum of RGB (Red+Green+Blue) = 83+101+78=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #53654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53654E is #AC9AB1. Grayscale: #5D5D5D. Windows color (decimal): -11311794 or 5137747. OLE color: 5137747.
HSL color Cylindrical-coordinate representation of color #53654E: hue angle of 106.96º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53654E is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 101 | 78 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.60 |
| HSL | 106.96º | 0.13% | 0.35% | - |
| HSV(B) | 106.96º | 0.23% | 0.4% | - |
| XYZ | 9.6 | 11.7 | 8.96 | - |
| YUV | 93 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 101 | 78 | 0.18 | 0 | 0.23 | 0.60 | 106.96 | 0.13 | 0.35 |
| Hex | 53 | 65 | 4E | 12 | 0 | 17 | 3C | 6B | D | 23 |
| Octal | 123 | 145 | 116 | 22 | 0 | 27 | 74 | 153 | 15 | 43 |
| Binary | 1010011 | 1100101 | 1001110 | 10010 | 0 | 10111 | 111100 | 1101011 | 1101 | 100011 |
Color Harmonies of #53654E
Complementary color
Monochromatic Colors of #53654E
Black with #53654E
Text Example
Text Example
White with #53654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53654E; }
p { color: rgb(83,101,78); }
H1.HeaderClassName
{
color: #53654E;
}
.AnyTagClassName
{
color: #53654E;
}
</style>
background-color css
<style>
a { background-color: #53654E; }
a { background-color: rgb(83,101,78); }
div.DivClassName
{
background-color: #53654E;
}
.BgClassName
{
background-color: #53654E;
}
</style>
border-color css
<style>
span { border-color: #53654E; }
span { border-color: rgb(83,101,78); }
td.TdClassName
{
border-color: #53654E;
}
.TagClassName
{
border-color: #53654E;
}
</style>