Color Hex Logo

#053949 Color Hex

#053949
(5,57,73)
0 Favorites   0 Comments

Color spaces of #053949

RGB 55773
HSL0.540.870.15
HSV194°93°29°
CMYK 0.930.220.00   0.71
XYZ2.72833.43966.8234
Yxy3.43960.21000.2648
Hunter Lab18.5462-6.1969-8.8313
CIE-Lab21.7248-9.5143-14.3980

#053949 color RGB value is (5,57,73).

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

The process color (four color CMYK) of #053949 color hex is 0.93, 0.22, 0.00, 0.71. Web safe color of #053949 is #003333. Color #053949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00111001 01001001
Octal 5 71 111
Decimal 5 57 73
Hex 5 39 49

RGB Percentages of Color #053949

%3.70
%42.22
%54.07

CMYK Percentages of Color #053949

%93
%22
%0
%71

Triadic Colors of #053949

#053949 #490539 #394905

Analogous Colors of #053949

#053949 #051749 #054937

Monochromatic Colors of #053949

#053949

Complementary Color

#053949 #491505

#053949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053949 Color CSS Codes

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

#053949 Text Font Color

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

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


#053949 Background Color

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

This div background color is #053949


#053949 Border Color

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

This div border color is #053949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053949


Comments

No comments written yet.

Please login to write comment.