Shades of Tom Thumb #53624F
Tints of Tom Thumb #53624F
RGB
CMYK
RGB Variations
Color information
#53624F (or 0x53624F) is known color: Tom Thumb. HEX triplet: 53, 62 and 4F. RGB value is (83,98,79). Sum of RGB (Red+Green+Blue) = 83+98+79=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #53624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53624F is #AC9DB0. Grayscale: #5B5B5B. Windows color (decimal): -11312561 or 5202515. OLE color: 5202515.
HSL color Cylindrical-coordinate representation of color #53624F: hue angle of 107.37º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53624F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 79 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.62 |
| HSL | 107.37º | 0.11% | 0.35% | - |
| HSV(B) | 107.37º | 0.19% | 0.38% | - |
| XYZ | 9.35 | 11.14 | 9.05 | - |
| YUV | 91.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 79 | 0.15 | 0 | 0.19 | 0.62 | 107.37 | 0.11 | 0.35 |
| Hex | 53 | 62 | 4F | F | 0 | 13 | 3E | 6B | B | 23 |
| Octal | 123 | 142 | 117 | 17 | 0 | 23 | 76 | 153 | 13 | 43 |
| Binary | 1010011 | 1100010 | 1001111 | 1111 | 0 | 10011 | 111110 | 1101011 | 1011 | 100011 |
Color Harmonies of #53624F
Complementary color
Monochromatic Colors of #53624F
Black with #53624F
Text Example
Text Example
White with #53624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53624F; }
p { color: rgb(83,98,79); }
H1.HeaderClassName
{
color: #53624F;
}
.AnyTagClassName
{
color: #53624F;
}
</style>
background-color css
<style>
a { background-color: #53624F; }
a { background-color: rgb(83,98,79); }
div.DivClassName
{
background-color: #53624F;
}
.BgClassName
{
background-color: #53624F;
}
</style>
border-color css
<style>
span { border-color: #53624F; }
span { border-color: rgb(83,98,79); }
td.TdClassName
{
border-color: #53624F;
}
.TagClassName
{
border-color: #53624F;
}
</style>