Color Hex Logo

#54667d Color Hex

#54667D
(84,102,125)
0 Favorites   0 Comments

Color spaces of #54667d

RGB 84102125
HSL0.590.200.41
HSV214°33°49°
CMYK 0.330.180.00   0.51
XYZ12.109212.868221.2476
Yxy12.86820.26200.2784
Hunter Lab35.8723-2.5212-10.0076
CIE-Lab42.5640-0.8396-15.0335

#54667d color RGB value is (84,102,125).

#54667d hex color red value is 84, green value is 102 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #54667d hue: 0.59 , saturation: 0.20 and the lightness value of 54667d is 0.41.

The process color (four color CMYK) of #54667d color hex is 0.33, 0.18, 0.00, 0.51. Web safe color of #54667d is #666666. Color #54667d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100110 01111101
Octal 124 146 175
Decimal 84 102 125
Hex 54 66 7D

RGB Percentages of Color #54667d

%27.01
%32.80
%40.19

CMYK Percentages of Color #54667d

%33
%18
%0
%51

Triadic Colors of #54667d

#54667d #7d5466 #667d54

Analogous Colors of #54667d

#54667d #56547d #547b7d

Monochromatic Colors of #54667d

#54667d

Complementary Color

#54667d #7d6b54

#54667d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54667d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54667d Color CSS Codes

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

#54667d Text Font Color

<p style="color:#54667d">Text here</p>

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


#54667d Background Color

<div style="background-color:#54667d">
Div content here</div>

This div background color is #54667d


#54667d Border Color

<div style="border:3px solid #54667d">
Div here</div>

This div border color is #54667d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,102,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54667d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54667d;
  -webkit-box-shadow: 1px 1px 3px 2px #54667d;
  box-shadow:         1px 1px 3px 2px #54667d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54667d


Comments

No comments written yet.

Please login to write comment.