Color Hex Logo

#054290 Color Hex

#054290
(5,66,144)
0 Favorites   0 Comments

Color spaces of #054290

RGB 566144
HSL0.590.930.29
HSV214°97°56°
CMYK 0.970.540.00   0.44
XYZ7.04485.942327.1612
Yxy5.94230.17550.1480
Hunter Lab24.37688.9263-48.9984
CIE-Lab29.266414.9155-47.8546

#054290 color RGB value is (5,66,144).

#054290 hex color red value is 5, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #054290 hue: 0.59 , saturation: 0.93 and the lightness value of 054290 is 0.29.

The process color (four color CMYK) of #054290 color hex is 0.97, 0.54, 0.00, 0.44. Web safe color of #054290 is #003399. Color #054290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000010 10010000
Octal 5 102 220
Decimal 5 66 144
Hex 5 42 90

RGB Percentages of Color #054290

%2.33
%30.70
%66.98

CMYK Percentages of Color #054290

%97
%54
%0
%44

Triadic Colors of #054290

#054290 #900542 #429005

Analogous Colors of #054290

#054290 #0d0590 #058890

Monochromatic Colors of #054290

#054290

Complementary Color

#054290 #905305

#054290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054290 Color CSS Codes

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

#054290 Text Font Color

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

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


#054290 Background Color

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

This div background color is #054290


#054290 Border Color

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

This div border color is #054290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054290


Comments

No comments written yet.

Please login to write comment.