Color Hex Logo

#053361 Color Hex

#053361
(5,51,97)
0 Favorites   0 Comments

Color spaces of #053361

RGB 55197
HSL0.580.900.20
HSV210°95°38°
CMYK 0.950.470.00   0.62
XYZ3.40413.263011.7597
Yxy3.26300.18470.1771
Hunter Lab18.06382.0265-25.9537
CIE-Lab21.06785.0379-31.3349

#053361 color RGB value is (5,51,97).

#053361 hex color red value is 5, green value is 51 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #053361 hue: 0.58 , saturation: 0.90 and the lightness value of 053361 is 0.20.

The process color (four color CMYK) of #053361 color hex is 0.95, 0.47, 0.00, 0.62. Web safe color of #053361 is #003366. Color #053361 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 01100001
Octal 5 63 141
Decimal 5 51 97
Hex 5 33 61

RGB Percentages of Color #053361

%3.27
%33.33
%63.40

CMYK Percentages of Color #053361

%95
%47
%0
%62

Triadic Colors of #053361

#053361 #610533 #336105

Analogous Colors of #053361

#053361 #050561 #056161

Monochromatic Colors of #053361

#053361

Complementary Color

#053361 #613305

#053361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053361 Color CSS Codes

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

#053361 Text Font Color

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

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


#053361 Background Color

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

This div background color is #053361


#053361 Border Color

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

This div border color is #053361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053361


Comments

No comments written yet.

Please login to write comment.