Shades of Tom Thumb #545F4D
Tints of Tom Thumb #545F4D
RGB
CMYK
RGB Variations
Color information
#545F4D (or 0x545F4D) is known color: Tom Thumb. HEX triplet: 54, 5F and 4D. RGB value is (84,95,77). Sum of RGB (Red+Green+Blue) = 84+95+77=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 95 - color contains mainly: green. Hex color #545F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F4D is #ABA0B2. Grayscale: #595959. Windows color (decimal): -11247795 or 5070676. OLE color: 5070676.
HSL color Cylindrical-coordinate representation of color #545F4D: hue angle of 96.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #545F4D is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 95 | 77 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.63 |
| HSL | 96.67º | 0.1% | 0.34% | - |
| HSV(B) | 96.67º | 0.19% | 0.37% | - |
| XYZ | 9.09 | 10.61 | 8.59 | - |
| YUV | 89.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 77 | 0.12 | 0 | 0.19 | 0.63 | 96.67 | 0.1 | 0.34 |
| Hex | 54 | 5F | 4D | C | 0 | 13 | 3F | 61 | A | 22 |
| Octal | 124 | 137 | 115 | 14 | 0 | 23 | 77 | 141 | 12 | 42 |
| Binary | 1010100 | 1011111 | 1001101 | 1100 | 0 | 10011 | 111111 | 1100001 | 1010 | 100010 |
Color Harmonies of #545F4D
Complementary color
Monochromatic Colors of #545F4D
Black with #545F4D
Text Example
Text Example
White with #545F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F4D; }
p { color: rgb(84,95,77); }
H1.HeaderClassName
{
color: #545F4D;
}
.AnyTagClassName
{
color: #545F4D;
}
</style>
background-color css
<style>
a { background-color: #545F4D; }
a { background-color: rgb(84,95,77); }
div.DivClassName
{
background-color: #545F4D;
}
.BgClassName
{
background-color: #545F4D;
}
</style>
border-color css
<style>
span { border-color: #545F4D; }
span { border-color: rgb(84,95,77); }
td.TdClassName
{
border-color: #545F4D;
}
.TagClassName
{
border-color: #545F4D;
}
</style>