Color Hex Logo

#053249 Color Hex

#053249
(5,50,73)
0 Favorites   0 Comments

Color spaces of #053249

RGB 55073
HSL0.560.870.15
HSV200°93°29°
CMYK 0.930.320.00   0.71
XYZ2.40582.79456.7159
Yxy2.79450.20190.2345
Hunter Lab16.7168-3.5654-12.1178
CIE-Lab19.2014-4.9240-18.3294

#053249 color RGB value is (5,50,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110010 01001001
Octal 5 62 111
Decimal 5 50 73
Hex 5 32 49

RGB Percentages of Color #053249

%3.91
%39.06
%57.03

CMYK Percentages of Color #053249

%93
%32
%0
%71

Triadic Colors of #053249

#053249 #490532 #324905

Analogous Colors of #053249

#053249 #051049 #05493e

Monochromatic Colors of #053249

#053249

Complementary Color

#053249 #491c05

#053249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053249 Color CSS Codes

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

#053249 Text Font Color

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

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


#053249 Background Color

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

This div background color is #053249


#053249 Border Color

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

This div border color is #053249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053249


Comments

No comments written yet.

Please login to write comment.