Color Hex Logo

#054581 Color Hex

#054581
(5,69,129)
0 Favorites   0 Comments

Color spaces of #054581

RGB 569129
HSL0.580.930.26
HSV209°96°51°
CMYK 0.960.470.00   0.49
XYZ6.15325.873521.5783
Yxy5.87350.18310.1748
Hunter Lab24.23532.9083-35.8251
CIE-Lab29.09106.4084-38.8614

#054581 color RGB value is (5,69,129).

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

The process color (four color CMYK) of #054581 color hex is 0.96, 0.47, 0.00, 0.49. Web safe color of #054581 is #003399. Color #054581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000101 10000001
Octal 5 105 201
Decimal 5 69 129
Hex 5 45 81

RGB Percentages of Color #054581

%2.46
%33.99
%63.55

CMYK Percentages of Color #054581

%96
%47
%0
%49

Triadic Colors of #054581

#054581 #810545 #458105

Analogous Colors of #054581

#054581 #050781 #05817f

Monochromatic Colors of #054581

#054581

Complementary Color

#054581 #814105

#054581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054581 Color CSS Codes

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

#054581 Text Font Color

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

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


#054581 Background Color

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

This div background color is #054581


#054581 Border Color

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

This div border color is #054581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054581


Comments

No comments written yet.

Please login to write comment.