Color Hex Logo

#053973 Color Hex

#053973
(5,57,115)
0 Favorites   0 Comments

Color spaces of #053973

RGB 557115
HSL0.590.920.24
HSV212°96°45°
CMYK 0.960.500.00   0.55
XYZ4.62024.196316.7861
Yxy4.19630.18050.1639
Hunter Lab20.48494.4107-34.2451
CIE-Lab24.31018.7278-37.7407

#053973 color RGB value is (5,57,115).

#053973 hex color red value is 5, green value is 57 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #053973 hue: 0.59 , saturation: 0.92 and the lightness value of 053973 is 0.24.

The process color (four color CMYK) of #053973 color hex is 0.96, 0.50, 0.00, 0.55. Web safe color of #053973 is #003366. Color #053973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111001 01110011
Octal 5 71 163
Decimal 5 57 115
Hex 5 39 73

RGB Percentages of Color #053973

%2.82
%32.20
%64.97

CMYK Percentages of Color #053973

%96
%50
%0
%55

Triadic Colors of #053973

#053973 #730539 #397305

Analogous Colors of #053973

#053973 #080573 #057073

Monochromatic Colors of #053973

#053973

Complementary Color

#053973 #733f05

#053973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053973 Color CSS Codes

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

#053973 Text Font Color

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

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


#053973 Background Color

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

This div background color is #053973


#053973 Border Color

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

This div border color is #053973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053973


Comments

No comments written yet.

Please login to write comment.