Color Hex Logo

#54555e Color Hex

#54555E
(84,85,94)
0 Favorites   0 Comments

Color spaces of #54555e

RGB 848594
HSL0.650.060.35
HSV234°11°37°
CMYK 0.110.100.00   0.63
XYZ8.92509.190011.8931
Yxy9.19000.29740.3063
Hunter Lab30.3150-0.4993-2.0400
CIE-Lab36.34761.6258-5.3493

#54555e color RGB value is (84,85,94).

#54555e hex color red value is 84, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #54555e hue: 0.65 , saturation: 0.06 and the lightness value of 54555e is 0.35.

The process color (four color CMYK) of #54555e color hex is 0.11, 0.10, 0.00, 0.63. Web safe color of #54555e is #666666. Color #54555e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010101 01011110
Octal 124 125 136
Decimal 84 85 94
Hex 54 55 5E

RGB Percentages of Color #54555e

%31.94
%32.32
%35.74

CMYK Percentages of Color #54555e

%11
%10
%0
%63

Triadic Colors of #54555e

#54555e #5e5455 #555e54

Analogous Colors of #54555e

#54555e #58545e #545a5e

Monochromatic Colors of #54555e

#54555e

Complementary Color

#54555e #5e5d54

#54555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54555e Color CSS Codes

.mybgcolor {background-color:#54555e; } 
.myforecolor {color:#54555e; }
.mybordercolor {border:3px solid #54555e; }

#54555e Text Font Color

<p style="color:#54555e">Text here</p>

This sample text font color is #54555e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#54555e Background Color

<div style="background-color:#54555e">
Div content here</div>

This div background color is #54555e


#54555e Border Color

<div style="border:3px solid #54555e">
Div here</div>

This div border color is #54555e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,85,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54555e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54555e;
  -webkit-box-shadow: 1px 1px 3px 2px #54555e;
  box-shadow:         1px 1px 3px 2px #54555e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,85,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #54555e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #54555e;
  -webkit-box-shadow: 1px 1px 3px 2px #54555e;
  box-shadow:         1px 1px 3px 2px #54555e;">
Div content here</div>

This div box has shadow with color #54555e


Comments

No comments written yet.

Please login to write comment.