Shades of Tom Thumb #545F4C
Tints of Tom Thumb #545F4C
RGB
CMYK
RGB Variations
Color information
#545F4C (or 0x545F4C) is known color: Tom Thumb. HEX triplet: 54, 5F and 4C. RGB value is (84,95,76). Sum of RGB (Red+Green+Blue) = 84+95+76=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #545F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545F4C is #ABA0B3. Grayscale: #595959. Windows color (decimal): -11247796 or 5005140. OLE color: 5005140.
HSL color Cylindrical-coordinate representation of color #545F4C: hue angle of 94.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #545F4C is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 84 | 95 | 76 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.63 |
| HSL | 94.74º | 0.11% | 0.34% | - |
| HSV(B) | 94.74º | 0.2% | 0.37% | - |
| XYZ | 9.05 | 10.59 | 8.4 | - |
| YUV | 89.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 76 | 0.12 | 0 | 0.20 | 0.63 | 94.74 | 0.11 | 0.34 |
| Hex | 54 | 5F | 4C | C | 0 | 14 | 3F | 5F | B | 22 |
| Octal | 124 | 137 | 114 | 14 | 0 | 24 | 77 | 137 | 13 | 42 |
| Binary | 1010100 | 1011111 | 1001100 | 1100 | 0 | 10100 | 111111 | 1011111 | 1011 | 100010 |
Color Harmonies of #545F4C
Complementary color
Monochromatic Colors of #545F4C
Black with #545F4C
Text Example
Text Example
White with #545F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545F4C; }
p { color: rgb(84,95,76); }
H1.HeaderClassName
{
color: #545F4C;
}
.AnyTagClassName
{
color: #545F4C;
}
</style>
background-color css
<style>
a { background-color: #545F4C; }
a { background-color: rgb(84,95,76); }
div.DivClassName
{
background-color: #545F4C;
}
.BgClassName
{
background-color: #545F4C;
}
</style>
border-color css
<style>
span { border-color: #545F4C; }
span { border-color: rgb(84,95,76); }
td.TdClassName
{
border-color: #545F4C;
}
.TagClassName
{
border-color: #545F4C;
}
</style>