Color Hex Logo

#54668d Color Hex

#54668D
(84,102,141)
0 Favorites   0 Comments

Color spaces of #54668d

RGB 84102141
HSL0.610.250.44
HSV221°40°55°
CMYK 0.400.280.00   0.45
XYZ13.215213.310627.0720
Yxy13.31060.24660.2483
Hunter Lab36.48370.8102-18.4564
CIE-Lab43.22763.7378-23.6457

#54668d color RGB value is (84,102,141).

#54668d hex color red value is 84, green value is 102 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #54668d hue: 0.61 , saturation: 0.25 and the lightness value of 54668d is 0.44.

The process color (four color CMYK) of #54668d color hex is 0.40, 0.28, 0.00, 0.45. Web safe color of #54668d is #666699. Color #54668d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01100110 10001101
Octal 124 146 215
Decimal 84 102 141
Hex 54 66 8D

RGB Percentages of Color #54668d

%25.69
%31.19
%43.12

CMYK Percentages of Color #54668d

%40
%28
%0
%45

Triadic Colors of #54668d

#54668d #8d5466 #668d54

Analogous Colors of #54668d

#54668d #5f548d #54838d

Monochromatic Colors of #54668d

#54668d

Complementary Color

#54668d #8d7b54

#54668d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54668d Color Preview on White Background

Lorem ipsum dolor sit amet.

#54668d Color CSS Codes

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

#54668d Text Font Color

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

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


#54668d Background Color

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

This div background color is #54668d


#54668d Border Color

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

This div border color is #54668d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54668d

#54668d Color Palettes


Comments

No comments written yet.

Please login to write comment.