Shades of Tom Thumb #53604C
Tints of Tom Thumb #53604C
RGB
CMYK
RGB Variations
Color information
#53604C (or 0x53604C) is known color: Tom Thumb. HEX triplet: 53, 60 and 4C. RGB value is (83,96,76). Sum of RGB (Red+Green+Blue) = 83+96+76=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #53604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53604C is #AC9FB3. Grayscale: #595959. Windows color (decimal): -11313076 or 5005395. OLE color: 5005395.
HSL color Cylindrical-coordinate representation of color #53604C: hue angle of 99º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53604C is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 96 | 76 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.62 |
| HSL | 99º | 0.12% | 0.34% | - |
| HSV(B) | 99º | 0.21% | 0.38% | - |
| XYZ | 9.05 | 10.73 | 8.43 | - |
| YUV | 89.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 76 | 0.14 | 0 | 0.21 | 0.62 | 99 | 0.12 | 0.34 |
| Hex | 53 | 60 | 4C | E | 0 | 15 | 3E | 63 | C | 22 |
| Octal | 123 | 140 | 114 | 16 | 0 | 25 | 76 | 143 | 14 | 42 |
| Binary | 1010011 | 1100000 | 1001100 | 1110 | 0 | 10101 | 111110 | 1100011 | 1100 | 100010 |
Color Harmonies of #53604C
Complementary color
Monochromatic Colors of #53604C
Black with #53604C
Text Example
Text Example
White with #53604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53604C; }
p { color: rgb(83,96,76); }
H1.HeaderClassName
{
color: #53604C;
}
.AnyTagClassName
{
color: #53604C;
}
</style>
background-color css
<style>
a { background-color: #53604C; }
a { background-color: rgb(83,96,76); }
div.DivClassName
{
background-color: #53604C;
}
.BgClassName
{
background-color: #53604C;
}
</style>
border-color css
<style>
span { border-color: #53604C; }
span { border-color: rgb(83,96,76); }
td.TdClassName
{
border-color: #53604C;
}
.TagClassName
{
border-color: #53604C;
}
</style>