Color Hex Logo

#054962 Color Hex

#054962
(5,73,98)
0 Favorites   0 Comments

Color spaces of #054962

RGB 57398
HSL0.540.900.20
HSV196°95°38°
CMYK 0.950.260.00   0.62
XYZ4.64975.679212.4064
Yxy5.67920.20450.2498
Hunter Lab23.8311-6.8771-14.1845
CIE-Lab28.5882-9.3250-20.0836

#054962 color RGB value is (5,73,98).

#054962 hex color red value is 5, green value is 73 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #054962 hue: 0.54 , saturation: 0.90 and the lightness value of 054962 is 0.20.

The process color (four color CMYK) of #054962 color hex is 0.95, 0.26, 0.00, 0.62. Web safe color of #054962 is #003366. Color #054962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001001 01100010
Octal 5 111 142
Decimal 5 73 98
Hex 5 49 62

RGB Percentages of Color #054962

%2.84
%41.48
%55.68

CMYK Percentages of Color #054962

%95
%26
%0
%62

Triadic Colors of #054962

#054962 #620549 #496205

Analogous Colors of #054962

#054962 #051a62 #05624d

Monochromatic Colors of #054962

#054962

Complementary Color

#054962 #621e05

#054962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054962 Color CSS Codes

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

#054962 Text Font Color

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

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


#054962 Background Color

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

This div background color is #054962


#054962 Border Color

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

This div border color is #054962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054962


Comments

No comments written yet.

Please login to write comment.