Color Hex Logo

#053077 Color Hex

#053077
(5,48,119)
0 Favorites   0 Comments

Color spaces of #053077

RGB 548119
HSL0.600.920.24
HSV217°96°47°
CMYK 0.960.600.00   0.53
XYZ4.44933.478117.8896
Yxy3.47810.17230.1347
Hunter Lab18.64979.9483-43.8189
CIE-Lab21.865116.9884-44.2564

#053077 color RGB value is (5,48,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110000 01110111
Octal 5 60 167
Decimal 5 48 119
Hex 5 30 77

RGB Percentages of Color #053077

%2.91
%27.91
%69.19

CMYK Percentages of Color #053077

%96
%60
%0
%53

Triadic Colors of #053077

#053077 #770530 #307705

Analogous Colors of #053077

#053077 #130577 #056977

Monochromatic Colors of #053077

#053077

Complementary Color

#053077 #774c05

#053077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053077 Color CSS Codes

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

#053077 Text Font Color

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

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


#053077 Background Color

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

This div background color is #053077


#053077 Border Color

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

This div border color is #053077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053077


Comments

No comments written yet.

Please login to write comment.