Color Hex Logo

#053449 Color Hex

#053449
(5,52,73)
0 Favorites   0 Comments

Color spaces of #053449

RGB 55273
HSL0.550.870.15
HSV199°93°29°
CMYK 0.930.290.00   0.71
XYZ2.49322.96936.7451
Yxy2.96930.20420.2432
Hunter Lab17.2317-4.3287-11.1461
CIE-Lab19.9205-6.2672-17.2038

#053449 color RGB value is (5,52,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110100 01001001
Octal 5 64 111
Decimal 5 52 73
Hex 5 34 49

RGB Percentages of Color #053449

%3.85
%40.00
%56.15

CMYK Percentages of Color #053449

%93
%29
%0
%71

Triadic Colors of #053449

#053449 #490534 #344905

Analogous Colors of #053449

#053449 #051249 #05493c

Monochromatic Colors of #053449

#053449

Complementary Color

#053449 #491a05

#053449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053449 Color CSS Codes

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

#053449 Text Font Color

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

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


#053449 Background Color

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

This div background color is #053449


#053449 Border Color

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

This div border color is #053449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053449


Comments

No comments written yet.

Please login to write comment.