Color Hex Logo

#054899 Color Hex

#054899
(5,72,153)
0 Favorites   0 Comments

Color spaces of #054899

RGB 572153
HSL0.590.940.31
HSV213°97°60°
CMYK 0.970.530.00   0.40
XYZ8.12976.966931.0533
Yxy6.96690.17620.1510
Hunter Lab26.39498.7875-51.2776
CIE-Lab31.731414.5615-49.3519

#054899 color RGB value is (5,72,153).

#054899 hex color red value is 5, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #054899 hue: 0.59 , saturation: 0.94 and the lightness value of 054899 is 0.31.

The process color (four color CMYK) of #054899 color hex is 0.97, 0.53, 0.00, 0.40. Web safe color of #054899 is #003399. Color #054899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001000 10011001
Octal 5 110 231
Decimal 5 72 153
Hex 5 48 99

RGB Percentages of Color #054899

%2.17
%31.30
%66.52

CMYK Percentages of Color #054899

%97
%53
%0
%40

Triadic Colors of #054899

#054899 #990548 #489905

Analogous Colors of #054899

#054899 #0c0599 #059299

Monochromatic Colors of #054899

#054899

Complementary Color

#054899 #995605

#054899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054899 Color CSS Codes

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

#054899 Text Font Color

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

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


#054899 Background Color

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

This div background color is #054899


#054899 Border Color

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

This div border color is #054899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054899


Comments

No comments written yet.

Please login to write comment.