Color Hex Logo

#54779e Color Hex

#54779E
(84,119,158)
0 Favorites   0 Comments

Color spaces of #54779e

RGB 84119158
HSL0.590.310.47
HSV212°47°62°
CMYK 0.470.250.00   0.38
XYZ16.424517.547134.8690
Yxy17.54710.23860.2549
Hunter Lab41.8893-3.3175-20.0311
CIE-Lab48.9421-1.4254-24.8635

#54779e color RGB value is (84,119,158).

#54779e hex color red value is 84, green value is 119 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #54779e hue: 0.59 , saturation: 0.31 and the lightness value of 54779e is 0.47.

The process color (four color CMYK) of #54779e color hex is 0.47, 0.25, 0.00, 0.38. Web safe color of #54779e is #666699. Color #54779e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01110111 10011110
Octal 124 167 236
Decimal 84 119 158
Hex 54 77 9E

RGB Percentages of Color #54779e

%23.27
%32.96
%43.77

CMYK Percentages of Color #54779e

%47
%25
%0
%38

Triadic Colors of #54779e

#54779e #9e5477 #779e54

Analogous Colors of #54779e

#54779e #56549e #549c9e

Monochromatic Colors of #54779e

#54779e

Complementary Color

#54779e #9e7b54

#54779e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54779e Color Preview on White Background

Lorem ipsum dolor sit amet.

#54779e Color CSS Codes

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

#54779e Text Font Color

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

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


#54779e Background Color

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

This div background color is #54779e


#54779e Border Color

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

This div border color is #54779e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54779e


Comments

No comments written yet.

Please login to write comment.