Color Hex Logo

#054479 Color Hex

#054479
(5,68,121)
0 Favorites   0 Comments

Color spaces of #054479

RGB 568121
HSL0.580.920.25
HSV207°96°47°
CMYK 0.960.440.00   0.53
XYZ5.58095.547018.8657
Yxy5.54700.18610.1849
Hunter Lab23.55211.0812-31.0061
CIE-Lab28.23963.6507-35.2230

#054479 color RGB value is (5,68,121).

#054479 hex color red value is 5, green value is 68 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #054479 hue: 0.58 , saturation: 0.92 and the lightness value of 054479 is 0.25.

The process color (four color CMYK) of #054479 color hex is 0.96, 0.44, 0.00, 0.53. Web safe color of #054479 is #003366. Color #054479 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000100 01111001
Octal 5 104 171
Decimal 5 68 121
Hex 5 44 79

RGB Percentages of Color #054479

%2.58
%35.05
%62.37

CMYK Percentages of Color #054479

%96
%44
%0
%53

Triadic Colors of #054479

#054479 #790544 #447905

Analogous Colors of #054479

#054479 #050a79 #057974

Monochromatic Colors of #054479

#054479

Complementary Color

#054479 #793a05

#054479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054479 Color CSS Codes

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

#054479 Text Font Color

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

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


#054479 Background Color

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

This div background color is #054479


#054479 Border Color

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

This div border color is #054479


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,68,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #054479; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #054479;
  -webkit-box-shadow: 1px 1px 3px 2px #054479;
  box-shadow:         1px 1px 3px 2px #054479; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,68,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054479


Comments

No comments written yet.

Please login to write comment.