Color Hex Logo

#053369 Color Hex

#053369
(5,51,105)
0 Favorites   0 Comments

Color spaces of #053369

RGB 551105
HSL0.590.910.22
HSV212°95°41°
CMYK 0.950.510.00   0.59
XYZ3.79623.419813.8246
Yxy3.41980.18040.1625
Hunter Lab18.49274.2804-31.3786
CIE-Lab21.65238.6180-35.6042

#053369 color RGB value is (5,51,105).

#053369 hex color red value is 5, green value is 51 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #053369 hue: 0.59 , saturation: 0.91 and the lightness value of 053369 is 0.22.

The process color (four color CMYK) of #053369 color hex is 0.95, 0.51, 0.00, 0.59. Web safe color of #053369 is #003366. Color #053369 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 01101001
Octal 5 63 151
Decimal 5 51 105
Hex 5 33 69

RGB Percentages of Color #053369

%3.11
%31.68
%65.22

CMYK Percentages of Color #053369

%95
%51
%0
%59

Triadic Colors of #053369

#053369 #690533 #336905

Analogous Colors of #053369

#053369 #090569 #056569

Monochromatic Colors of #053369

#053369

Complementary Color

#053369 #693b05

#053369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053369 Color CSS Codes

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

#053369 Text Font Color

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

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


#053369 Background Color

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

This div background color is #053369


#053369 Border Color

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

This div border color is #053369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053369


Comments

No comments written yet.

Please login to write comment.