Shades of Tom Thumb #52664A
Tints of Tom Thumb #52664A
RGB
CMYK
RGB Variations
Color information
#52664A (or 0x52664A) is known color: Tom Thumb. HEX triplet: 52, 66 and 4A. RGB value is (82,102,74). Sum of RGB (Red+Green+Blue) = 82+102+74=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #52664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52664A is #AD99B5. Grayscale: #5C5C5C. Windows color (decimal): -11377078 or 4875858. OLE color: 4875858.
HSL color Cylindrical-coordinate representation of color #52664A: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52664A is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 82 | 102 | 74 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.6 |
| HSL | 102.86º | 0.16% | 0.35% | - |
| HSV(B) | 102.86º | 0.27% | 0.4% | - |
| XYZ | 9.47 | 11.79 | 8.26 | - |
| YUV | 92.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 74 | 0.20 | 0 | 0.27 | 0.6 | 102.86 | 0.16 | 0.35 |
| Hex | 52 | 66 | 4A | 14 | 0 | 1B | 3C | 67 | 10 | 23 |
| Octal | 122 | 146 | 112 | 24 | 0 | 33 | 74 | 147 | 20 | 43 |
| Binary | 1010010 | 1100110 | 1001010 | 10100 | 0 | 11011 | 111100 | 1100111 | 10000 | 100011 |
Color Harmonies of #52664A
Complementary color
Monochromatic Colors of #52664A
Black with #52664A
Text Example
Text Example
White with #52664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52664A; }
p { color: rgb(82,102,74); }
H1.HeaderClassName
{
color: #52664A;
}
.AnyTagClassName
{
color: #52664A;
}
</style>
background-color css
<style>
a { background-color: #52664A; }
a { background-color: rgb(82,102,74); }
div.DivClassName
{
background-color: #52664A;
}
.BgClassName
{
background-color: #52664A;
}
</style>
border-color css
<style>
span { border-color: #52664A; }
span { border-color: rgb(82,102,74); }
td.TdClassName
{
border-color: #52664A;
}
.TagClassName
{
border-color: #52664A;
}
</style>