#545F4E

Color #545F4E Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #545F4E

Tints of Tom Thumb #545F4E

Color information

#545F4E (or 0x545F4E) is unknown color: approx 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

RGB849578-
CMYK0.1200.180.63
HSL98.82º9.83%33.92%-
HSV(B)98.82º17.89%37.25%-
XYZ9.1210.628.78-
YUV89.77121.36123.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=32.68%
G=36.96%
B=30.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8495780.1200.180.6398.829.8333.92
Hex545F4EC0123F63a22
Octal12413711614022771431242
Binary101010010111111001110110001001011111111000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>