Shades of Tom Thumb #53664D
Tints of Tom Thumb #53664D
RGB
CMYK
RGB Variations
Color information
#53664D (or 0x53664D) is known color: Tom Thumb. HEX triplet: 53, 66 and 4D. RGB value is (83,102,77). Sum of RGB (Red+Green+Blue) = 83+102+77=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #53664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53664D is #AC99B2. Grayscale: #5D5D5D. Windows color (decimal): -11311539 or 5072467. OLE color: 5072467.
HSL color Cylindrical-coordinate representation of color #53664D: hue angle of 105.6º 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 #53664D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 77 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.6 |
| HSL | 105.6º | 0.14% | 0.35% | - |
| HSV(B) | 105.6º | 0.25% | 0.4% | - |
| XYZ | 9.66 | 11.88 | 8.8 | - |
| YUV | 93.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 77 | 0.19 | 0 | 0.25 | 0.6 | 105.6 | 0.14 | 0.35 |
| Hex | 53 | 66 | 4D | 13 | 0 | 19 | 3C | 6A | E | 23 |
| Octal | 123 | 146 | 115 | 23 | 0 | 31 | 74 | 152 | 16 | 43 |
| Binary | 1010011 | 1100110 | 1001101 | 10011 | 0 | 11001 | 111100 | 1101010 | 1110 | 100011 |
Color Harmonies of #53664D
Complementary color
Monochromatic Colors of #53664D
Black with #53664D
Text Example
Text Example
White with #53664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53664D; }
p { color: rgb(83,102,77); }
H1.HeaderClassName
{
color: #53664D;
}
.AnyTagClassName
{
color: #53664D;
}
</style>
background-color css
<style>
a { background-color: #53664D; }
a { background-color: rgb(83,102,77); }
div.DivClassName
{
background-color: #53664D;
}
.BgClassName
{
background-color: #53664D;
}
</style>
border-color css
<style>
span { border-color: #53664D; }
span { border-color: rgb(83,102,77); }
td.TdClassName
{
border-color: #53664D;
}
.TagClassName
{
border-color: #53664D;
}
</style>