Shades of Tom Thumb #52604E
Tints of Tom Thumb #52604E
RGB
CMYK
RGB Variations
Color information
#52604E (or 0x52604E) is known color: Tom Thumb. HEX triplet: 52, 60 and 4E. RGB value is (82,96,78). Sum of RGB (Red+Green+Blue) = 82+96+78=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 96 - color contains mainly: green. Hex color #52604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52604E is #AD9FB1. Grayscale: #595959. Windows color (decimal): -11378610 or 5136466. OLE color: 5136466.
HSL color Cylindrical-coordinate representation of color #52604E: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #52604E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 78 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.62 |
| HSL | 106.67º | 0.1% | 0.34% | - |
| HSV(B) | 106.67º | 0.19% | 0.38% | - |
| XYZ | 9.04 | 10.71 | 8.8 | - |
| YUV | 89.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 78 | 0.15 | 0 | 0.19 | 0.62 | 106.67 | 0.1 | 0.34 |
| Hex | 52 | 60 | 4E | F | 0 | 13 | 3E | 6B | A | 22 |
| Octal | 122 | 140 | 116 | 17 | 0 | 23 | 76 | 153 | 12 | 42 |
| Binary | 1010010 | 1100000 | 1001110 | 1111 | 0 | 10011 | 111110 | 1101011 | 1010 | 100010 |
Color Harmonies of #52604E
Complementary color
Monochromatic Colors of #52604E
Black with #52604E
Text Example
Text Example
White with #52604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52604E; }
p { color: rgb(82,96,78); }
H1.HeaderClassName
{
color: #52604E;
}
.AnyTagClassName
{
color: #52604E;
}
</style>
background-color css
<style>
a { background-color: #52604E; }
a { background-color: rgb(82,96,78); }
div.DivClassName
{
background-color: #52604E;
}
.BgClassName
{
background-color: #52604E;
}
</style>
border-color css
<style>
span { border-color: #52604E; }
span { border-color: rgb(82,96,78); }
td.TdClassName
{
border-color: #52604E;
}
.TagClassName
{
border-color: #52604E;
}
</style>