Color Hex Logo

#54657c Color Hex

#54657C
(84,101,124)
0 Favorites   0 Comments

Color spaces of #54657c

RGB 84101124
HSL0.600.190.41
HSV215°32°49°
CMYK 0.320.190.00   0.51
XYZ11.947912.647420.8803
Yxy12.64740.26270.2781
Hunter Lab35.5632-2.2662-9.9169
CIE-Lab42.2271-0.5096-14.9420

#54657c color RGB value is (84,101,124).

#54657c hex color red value is 84, green value is 101 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #54657c hue: 0.60 , saturation: 0.19 and the lightness value of 54657c is 0.41.

The process color (four color CMYK) of #54657c color hex is 0.32, 0.19, 0.00, 0.51. Web safe color of #54657c is #666666. Color #54657c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100101 01111100
Octal 124 145 174
Decimal 84 101 124
Hex 54 65 7C

RGB Percentages of Color #54657c

%27.18
%32.69
%40.13

CMYK Percentages of Color #54657c

%32
%19
%0
%51

Triadic Colors of #54657c

#54657c #7c5465 #657c54

Analogous Colors of #54657c

#54657c #57547c #54797c

Monochromatic Colors of #54657c

#54657c

Complementary Color

#54657c #7c6b54

#54657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#54657c Color CSS Codes

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

#54657c Text Font Color

<p style="color:#54657c">Text here</p>

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


#54657c Background Color

<div style="background-color:#54657c">
Div content here</div>

This div background color is #54657c


#54657c Border Color

<div style="border:3px solid #54657c">
Div here</div>

This div border color is #54657c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,101,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54657c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54657c;
  -webkit-box-shadow: 1px 1px 3px 2px #54657c;
  box-shadow:         1px 1px 3px 2px #54657c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54657c


Comments

No comments written yet.

Please login to write comment.