Color Hex Logo

#053279 Color Hex

#053279
(5,50,121)
0 Favorites   0 Comments

Color spaces of #053279

RGB 550121
HSL0.600.920.25
HSV217°96°47°
CMYK 0.960.590.00   0.53
XYZ4.65443.693918.5568
Yxy3.69390.17300.1373
Hunter Lab19.21959.5933-43.7919
CIE-Lab22.632516.4078-44.2784

#053279 color RGB value is (5,50,121).

#053279 hex color red value is 5, green value is 50 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #053279 hue: 0.60 , saturation: 0.92 and the lightness value of 053279 is 0.25.

The process color (four color CMYK) of #053279 color hex is 0.96, 0.59, 0.00, 0.53. Web safe color of #053279 is #003366. Color #053279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110010 01111001
Octal 5 62 171
Decimal 5 50 121
Hex 5 32 79

RGB Percentages of Color #053279

%2.84
%28.41
%68.75

CMYK Percentages of Color #053279

%96
%59
%0
%53

Triadic Colors of #053279

#053279 #790532 #327905

Analogous Colors of #053279

#053279 #120579 #056c79

Monochromatic Colors of #053279

#053279

Complementary Color

#053279 #794c05

#053279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053279 Color CSS Codes

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

#053279 Text Font Color

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

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


#053279 Background Color

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

This div background color is #053279


#053279 Border Color

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

This div border color is #053279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053279


Comments

No comments written yet.

Please login to write comment.