Shades of Tom Thumb #52654F
Tints of Tom Thumb #52654F
RGB
CMYK
RGB Variations
Color information
#52654F (or 0x52654F) is known color: Tom Thumb. HEX triplet: 52, 65 and 4F. RGB value is (82,101,79). Sum of RGB (Red+Green+Blue) = 82+101+79=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 101 - color contains mainly: green. Hex color #52654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52654F is #AD9AB0. Grayscale: #5C5C5C. Windows color (decimal): -11377329 or 5203282. OLE color: 5203282.
HSL color Cylindrical-coordinate representation of color #52654F: hue angle of 111.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52654F is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 79 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.60 |
| HSL | 111.82º | 0.12% | 0.35% | - |
| HSV(B) | 111.82º | 0.22% | 0.4% | - |
| XYZ | 9.54 | 11.67 | 9.15 | - |
| YUV | 92.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 79 | 0.19 | 0 | 0.22 | 0.60 | 111.82 | 0.12 | 0.35 |
| Hex | 52 | 65 | 4F | 13 | 0 | 16 | 3C | 70 | C | 23 |
| Octal | 122 | 145 | 117 | 23 | 0 | 26 | 74 | 160 | 14 | 43 |
| Binary | 1010010 | 1100101 | 1001111 | 10011 | 0 | 10110 | 111100 | 1110000 | 1100 | 100011 |
Color Harmonies of #52654F
Complementary color
Monochromatic Colors of #52654F
Black with #52654F
Text Example
Text Example
White with #52654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52654F; }
p { color: rgb(82,101,79); }
H1.HeaderClassName
{
color: #52654F;
}
.AnyTagClassName
{
color: #52654F;
}
</style>
background-color css
<style>
a { background-color: #52654F; }
a { background-color: rgb(82,101,79); }
div.DivClassName
{
background-color: #52654F;
}
.BgClassName
{
background-color: #52654F;
}
</style>
border-color css
<style>
span { border-color: #52654F; }
span { border-color: rgb(82,101,79); }
td.TdClassName
{
border-color: #52654F;
}
.TagClassName
{
border-color: #52654F;
}
</style>