Color Hex Logo

#053357 Color Hex

#053357
(5,51,87)
0 Favorites   0 Comments

Color spaces of #053357

RGB 55187
HSL0.570.890.18
HSV206°94°34°
CMYK 0.940.410.00   0.66
XYZ2.96673.08809.4565
Yxy3.08800.19130.1991
Hunter Lab17.5727-0.6171-19.6052
CIE-Lab20.39290.5618-25.8236

#053357 color RGB value is (5,51,87).

#053357 hex color red value is 5, green value is 51 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #053357 hue: 0.57 , saturation: 0.89 and the lightness value of 053357 is 0.18.

The process color (four color CMYK) of #053357 color hex is 0.94, 0.41, 0.00, 0.66. Web safe color of #053357 is #003366. Color #053357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110011 01010111
Octal 5 63 127
Decimal 5 51 87
Hex 5 33 57

RGB Percentages of Color #053357

%3.50
%35.66
%60.84

CMYK Percentages of Color #053357

%94
%41
%0
%66

Triadic Colors of #053357

#053357 #570533 #335705

Analogous Colors of #053357

#053357 #050a57 #055752

Monochromatic Colors of #053357

#053357

Complementary Color

#053357 #572905

#053357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053357 Color CSS Codes

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

#053357 Text Font Color

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

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


#053357 Background Color

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

This div background color is #053357


#053357 Border Color

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

This div border color is #053357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053357


Comments

No comments written yet.

Please login to write comment.