Shades of Tom Thumb #52604D
Tints of Tom Thumb #52604D
RGB
CMYK
RGB Variations
Color information
#52604D (or 0x52604D) is known color: Tom Thumb. HEX triplet: 52, 60 and 4D. RGB value is (82,96,77). Sum of RGB (Red+Green+Blue) = 82+96+77=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #52604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52604D is #AD9FB2. Grayscale: #595959. Windows color (decimal): -11378611 or 5070930. OLE color: 5070930.
HSL color Cylindrical-coordinate representation of color #52604D: hue angle of 104.21º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52604D is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 77 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.62 |
| HSL | 104.21º | 0.11% | 0.34% | - |
| HSV(B) | 104.21º | 0.2% | 0.38% | - |
| XYZ | 9 | 10.7 | 8.61 | - |
| YUV | 89.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 77 | 0.15 | 0 | 0.20 | 0.62 | 104.21 | 0.11 | 0.34 |
| Hex | 52 | 60 | 4D | F | 0 | 14 | 3E | 68 | B | 22 |
| Octal | 122 | 140 | 115 | 17 | 0 | 24 | 76 | 150 | 13 | 42 |
| Binary | 1010010 | 1100000 | 1001101 | 1111 | 0 | 10100 | 111110 | 1101000 | 1011 | 100010 |
Color Harmonies of #52604D
Complementary color
Monochromatic Colors of #52604D
Black with #52604D
Text Example
Text Example
White with #52604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52604D; }
p { color: rgb(82,96,77); }
H1.HeaderClassName
{
color: #52604D;
}
.AnyTagClassName
{
color: #52604D;
}
</style>
background-color css
<style>
a { background-color: #52604D; }
a { background-color: rgb(82,96,77); }
div.DivClassName
{
background-color: #52604D;
}
.BgClassName
{
background-color: #52604D;
}
</style>
border-color css
<style>
span { border-color: #52604D; }
span { border-color: rgb(82,96,77); }
td.TdClassName
{
border-color: #52604D;
}
.TagClassName
{
border-color: #52604D;
}
</style>