Shades of Tom Thumb #52624C
Tints of Tom Thumb #52624C
RGB
CMYK
RGB Variations
Color information
#52624C (or 0x52624C) is known color: Tom Thumb. HEX triplet: 52, 62 and 4C. RGB value is (82,98,76). Sum of RGB (Red+Green+Blue) = 82+98+76=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #52624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52624C is #AD9DB3. Grayscale: #5A5A5A. Windows color (decimal): -11378100 or 5005906. OLE color: 5005906.
HSL color Cylindrical-coordinate representation of color #52624C: hue angle of 103.64º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52624C is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 76 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.62 |
| HSL | 103.64º | 0.13% | 0.34% | - |
| HSV(B) | 103.64º | 0.22% | 0.38% | - |
| XYZ | 9.15 | 11.05 | 8.49 | - |
| YUV | 90.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 76 | 0.16 | 0 | 0.22 | 0.62 | 103.64 | 0.13 | 0.34 |
| Hex | 52 | 62 | 4C | 10 | 0 | 16 | 3E | 68 | D | 22 |
| Octal | 122 | 142 | 114 | 20 | 0 | 26 | 76 | 150 | 15 | 42 |
| Binary | 1010010 | 1100010 | 1001100 | 10000 | 0 | 10110 | 111110 | 1101000 | 1101 | 100010 |
Color Harmonies of #52624C
Complementary color
Monochromatic Colors of #52624C
Black with #52624C
Text Example
Text Example
White with #52624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52624C; }
p { color: rgb(82,98,76); }
H1.HeaderClassName
{
color: #52624C;
}
.AnyTagClassName
{
color: #52624C;
}
</style>
background-color css
<style>
a { background-color: #52624C; }
a { background-color: rgb(82,98,76); }
div.DivClassName
{
background-color: #52624C;
}
.BgClassName
{
background-color: #52624C;
}
</style>
border-color css
<style>
span { border-color: #52624C; }
span { border-color: rgb(82,98,76); }
td.TdClassName
{
border-color: #52624C;
}
.TagClassName
{
border-color: #52624C;
}
</style>