Shades of Tom Thumb #545F4E
Tints of Tom Thumb #545F4E
RGB
CMYK
RGB Variations
Color information
#545F4E (or 0x545F4E) is known color: Tom Thumb. HEX triplet: 54, 5F and 4E. RGB value is (84,95,78). Sum of RGB (Red+Green+Blue) = 84+95+78=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 95 - color contains mainly: green. Hex color #545F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F4E is #ABA0B1. Grayscale: #595959. Windows color (decimal): -11247794 or 5136212. OLE color: 5136212.
HSL color Cylindrical-coordinate representation of color #545F4E: hue angle of 98.82º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #545F4E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 95 | 78 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.63 |
| HSL | 98.82º | 0.1% | 0.34% | - |
| HSV(B) | 98.82º | 0.18% | 0.37% | - |
| XYZ | 9.12 | 10.62 | 8.78 | - |
| YUV | 89.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 78 | 0.12 | 0 | 0.18 | 0.63 | 98.82 | 0.1 | 0.34 |
| Hex | 54 | 5F | 4E | C | 0 | 12 | 3F | 63 | A | 22 |
| Octal | 124 | 137 | 116 | 14 | 0 | 22 | 77 | 143 | 12 | 42 |
| Binary | 1010100 | 1011111 | 1001110 | 1100 | 0 | 10010 | 111111 | 1100011 | 1010 | 100010 |
Color Harmonies of #545F4E
Complementary color
Monochromatic Colors of #545F4E
Black with #545F4E
Text Example
Text Example
White with #545F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F4E; }
p { color: rgb(84,95,78); }
H1.HeaderClassName
{
color: #545F4E;
}
.AnyTagClassName
{
color: #545F4E;
}
</style>
background-color css
<style>
a { background-color: #545F4E; }
a { background-color: rgb(84,95,78); }
div.DivClassName
{
background-color: #545F4E;
}
.BgClassName
{
background-color: #545F4E;
}
</style>
border-color css
<style>
span { border-color: #545F4E; }
span { border-color: rgb(84,95,78); }
td.TdClassName
{
border-color: #545F4E;
}
.TagClassName
{
border-color: #545F4E;
}
</style>