Color Hex Logo

#053578 Color Hex

#053578
(5,53,120)
0 Favorites   0 Comments

Color spaces of #053578

RGB 553120
HSL0.600.920.25
HSV215°96°47°
CMYK 0.960.560.00   0.53
XYZ4.72593.934518.2797
Yxy3.93450.17540.1460
Hunter Lab19.83567.8160-40.7545
CIE-Lab23.453713.8001-42.3079

#053578 color RGB value is (5,53,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110101 01111000
Octal 5 65 170
Decimal 5 53 120
Hex 5 35 78

RGB Percentages of Color #053578

%2.81
%29.78
%67.42

CMYK Percentages of Color #053578

%96
%56
%0
%53

Triadic Colors of #053578

#053578 #780535 #357805

Analogous Colors of #053578

#053578 #0e0578 #056f78

Monochromatic Colors of #053578

#053578

Complementary Color

#053578 #784805

#053578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053578 Color CSS Codes

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

#053578 Text Font Color

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

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


#053578 Background Color

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

This div background color is #053578


#053578 Border Color

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

This div border color is #053578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053578


Comments

No comments written yet.

Please login to write comment.