Shades of Tom Thumb #53664C
Tints of Tom Thumb #53664C
RGB
CMYK
RGB Variations
Color information
#53664C (or 0x53664C) is known color: Tom Thumb. HEX triplet: 53, 66 and 4C. RGB value is (83,102,76). Sum of RGB (Red+Green+Blue) = 83+102+76=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #53664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53664C is #AC99B3. Grayscale: #5D5D5D. Windows color (decimal): -11311540 or 5006931. OLE color: 5006931.
HSL color Cylindrical-coordinate representation of color #53664C: hue angle of 103.85º degrees, saturation: 0.15, 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 #53664C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 76 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.6 |
| HSL | 103.85º | 0.15% | 0.35% | - |
| HSV(B) | 103.85º | 0.25% | 0.4% | - |
| XYZ | 9.62 | 11.86 | 8.62 | - |
| YUV | 93.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 76 | 0.19 | 0 | 0.25 | 0.6 | 103.85 | 0.15 | 0.35 |
| Hex | 53 | 66 | 4C | 13 | 0 | 19 | 3C | 68 | F | 23 |
| Octal | 123 | 146 | 114 | 23 | 0 | 31 | 74 | 150 | 17 | 43 |
| Binary | 1010011 | 1100110 | 1001100 | 10011 | 0 | 11001 | 111100 | 1101000 | 1111 | 100011 |
Color Harmonies of #53664C
Complementary color
Monochromatic Colors of #53664C
Black with #53664C
Text Example
Text Example
White with #53664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53664C; }
p { color: rgb(83,102,76); }
H1.HeaderClassName
{
color: #53664C;
}
.AnyTagClassName
{
color: #53664C;
}
</style>
background-color css
<style>
a { background-color: #53664C; }
a { background-color: rgb(83,102,76); }
div.DivClassName
{
background-color: #53664C;
}
.BgClassName
{
background-color: #53664C;
}
</style>
border-color css
<style>
span { border-color: #53664C; }
span { border-color: rgb(83,102,76); }
td.TdClassName
{
border-color: #53664C;
}
.TagClassName
{
border-color: #53664C;
}
</style>