Shades of Tom Thumb #53694E
Tints of Tom Thumb #53694E
RGB
CMYK
RGB Variations
Color information
#53694E (or 0x53694E) is known color: Tom Thumb. HEX triplet: 53, 69 and 4E. RGB value is (83,105,78). Sum of RGB (Red+Green+Blue) = 83+105+78=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #53694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53694E is #AC96B1. Grayscale: #5F5F5F. Windows color (decimal): -11310770 or 5138771. OLE color: 5138771.
HSL color Cylindrical-coordinate representation of color #53694E: hue angle of 108.89º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53694E is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 78 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.59 |
| HSL | 108.89º | 0.15% | 0.36% | - |
| HSV(B) | 108.89º | 0.26% | 0.41% | - |
| XYZ | 9.99 | 12.49 | 9.09 | - |
| YUV | 95.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 78 | 0.21 | 0 | 0.26 | 0.59 | 108.89 | 0.15 | 0.36 |
| Hex | 53 | 69 | 4E | 15 | 0 | 1A | 3B | 6D | F | 24 |
| Octal | 123 | 151 | 116 | 25 | 0 | 32 | 73 | 155 | 17 | 44 |
| Binary | 1010011 | 1101001 | 1001110 | 10101 | 0 | 11010 | 111011 | 1101101 | 1111 | 100100 |
Color Harmonies of #53694E
Complementary color
Monochromatic Colors of #53694E
Black with #53694E
Text Example
Text Example
White with #53694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53694E; }
p { color: rgb(83,105,78); }
H1.HeaderClassName
{
color: #53694E;
}
.AnyTagClassName
{
color: #53694E;
}
</style>
background-color css
<style>
a { background-color: #53694E; }
a { background-color: rgb(83,105,78); }
div.DivClassName
{
background-color: #53694E;
}
.BgClassName
{
background-color: #53694E;
}
</style>
border-color css
<style>
span { border-color: #53694E; }
span { border-color: rgb(83,105,78); }
td.TdClassName
{
border-color: #53694E;
}
.TagClassName
{
border-color: #53694E;
}
</style>