Color Hex Logo

#54637e Color Hex

#54637E
(84,99,126)
0 Favorites   0 Comments

Color spaces of #54637e

RGB 8499126
HSL0.610.200.41
HSV219°33°49°
CMYK 0.330.210.00   0.51
XYZ11.883912.314921.4893
Yxy12.31490.26010.2695
Hunter Lab35.0926-0.9641-11.7420
CIE-Lab41.71231.2614-16.9401

#54637e color RGB value is (84,99,126).

#54637e hex color red value is 84, green value is 99 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #54637e hue: 0.61 , saturation: 0.20 and the lightness value of 54637e is 0.41.

The process color (four color CMYK) of #54637e color hex is 0.33, 0.21, 0.00, 0.51. Web safe color of #54637e is #666666. Color #54637e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100011 01111110
Octal 124 143 176
Decimal 84 99 126
Hex 54 63 7E

RGB Percentages of Color #54637e

%27.18
%32.04
%40.78

CMYK Percentages of Color #54637e

%33
%21
%0
%51

Triadic Colors of #54637e

#54637e #7e5463 #637e54

Analogous Colors of #54637e

#54637e #5a547e #54787e

Monochromatic Colors of #54637e

#54637e

Complementary Color

#54637e #7e6f54

#54637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54637e Color CSS Codes

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

#54637e Text Font Color

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

This sample text font color is #54637e
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.


#54637e Background Color

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

This div background color is #54637e


#54637e Border Color

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

This div border color is #54637e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54637e


Comments

No comments written yet.

Please login to write comment.