Shades of Tom Thumb #54684F
Tints of Tom Thumb #54684F
RGB
CMYK
RGB Variations
Color information
#54684F (or 0x54684F) is known color: Tom Thumb. HEX triplet: 54, 68 and 4F. RGB value is (84,104,79). Sum of RGB (Red+Green+Blue) = 84+104+79=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #54684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54684F is #AB97B0. Grayscale: #5F5F5F. Windows color (decimal): -11245489 or 5204052. OLE color: 5204052.
HSL color Cylindrical-coordinate representation of color #54684F: hue angle of 108º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54684F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 79 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.59 |
| HSL | 108º | 0.14% | 0.36% | - |
| HSV(B) | 108º | 0.24% | 0.41% | - |
| XYZ | 10.02 | 12.35 | 9.25 | - |
| YUV | 95.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 79 | 0.19 | 0 | 0.24 | 0.59 | 108 | 0.14 | 0.36 |
| Hex | 54 | 68 | 4F | 13 | 0 | 18 | 3B | 6C | E | 24 |
| Octal | 124 | 150 | 117 | 23 | 0 | 30 | 73 | 154 | 16 | 44 |
| Binary | 1010100 | 1101000 | 1001111 | 10011 | 0 | 11000 | 111011 | 1101100 | 1110 | 100100 |
Color Harmonies of #54684F
Complementary color
Monochromatic Colors of #54684F
Black with #54684F
Text Example
Text Example
White with #54684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54684F; }
p { color: rgb(84,104,79); }
H1.HeaderClassName
{
color: #54684F;
}
.AnyTagClassName
{
color: #54684F;
}
</style>
background-color css
<style>
a { background-color: #54684F; }
a { background-color: rgb(84,104,79); }
div.DivClassName
{
background-color: #54684F;
}
.BgClassName
{
background-color: #54684F;
}
</style>
border-color css
<style>
span { border-color: #54684F; }
span { border-color: rgb(84,104,79); }
td.TdClassName
{
border-color: #54684F;
}
.TagClassName
{
border-color: #54684F;
}
</style>