Color Hex Logo

#053962 Color Hex

#053962
(5,57,98)
0 Favorites   0 Comments

Color spaces of #053962

RGB 55798
HSL0.570.900.20
HSV206°95°38°
CMYK 0.950.420.00   0.62
XYZ3.73033.840412.0999
Yxy3.84040.18960.1952
Hunter Lab19.5969-0.3170-22.8901
CIE-Lab23.13661.2252-28.6778

#053962 color RGB value is (5,57,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111001 01100010
Octal 5 71 142
Decimal 5 57 98
Hex 5 39 62

RGB Percentages of Color #053962

%3.13
%35.63
%61.25

CMYK Percentages of Color #053962

%95
%42
%0
%62

Triadic Colors of #053962

#053962 #620539 #396205

Analogous Colors of #053962

#053962 #050b62 #05625d

Monochromatic Colors of #053962

#053962

Complementary Color

#053962 #622e05

#053962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053962 Color CSS Codes

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

#053962 Text Font Color

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

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


#053962 Background Color

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

This div background color is #053962


#053962 Border Color

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

This div border color is #053962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,57,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 #053962">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053962


Comments

No comments written yet.

Please login to write comment.