Color Hex Logo

#054380 Color Hex

#054380
(5,67,128)
0 Favorites   0 Comments

Color spaces of #054380

RGB 567128
HSL0.580.920.26
HSV210°96°50°
CMYK 0.960.480.00   0.50
XYZ5.96605.605121.1895
Yxy5.60510.18210.1711
Hunter Lab23.67513.5497-36.4927
CIE-Lab28.39357.3582-39.3596

#054380 color RGB value is (5,67,128).

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

The process color (four color CMYK) of #054380 color hex is 0.96, 0.48, 0.00, 0.50. Web safe color of #054380 is #003399. Color #054380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000011 10000000
Octal 5 103 200
Decimal 5 67 128
Hex 5 43 80

RGB Percentages of Color #054380

%2.50
%33.50
%64.00

CMYK Percentages of Color #054380

%96
%48
%0
%50

Triadic Colors of #054380

#054380 #800543 #438005

Analogous Colors of #054380

#054380 #050580 #058080

Monochromatic Colors of #054380

#054380

Complementary Color

#054380 #804205

#054380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054380 Color CSS Codes

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

#054380 Text Font Color

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

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


#054380 Background Color

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

This div background color is #054380


#054380 Border Color

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

This div border color is #054380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054380


Comments

No comments written yet.

Please login to write comment.