Color Hex Logo

#053164 Color Hex

#053164
(5,49,100)
0 Favorites   0 Comments

Color spaces of #053164

RGB 549100
HSL0.590.900.21
HSV212°95°39°
CMYK 0.950.510.00   0.61
XYZ3.46123.149012.4820
Yxy3.14900.18130.1649
Hunter Lab17.74543.7615-29.2824
CIE-Lab20.63107.8371-33.9995

#053164 color RGB value is (5,49,100).

#053164 hex color red value is 5, green value is 49 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #053164 hue: 0.59 , saturation: 0.90 and the lightness value of 053164 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110001 01100100
Octal 5 61 144
Decimal 5 49 100
Hex 5 31 64

RGB Percentages of Color #053164

%3.25
%31.82
%64.94

CMYK Percentages of Color #053164

%95
%51
%0
%61

Triadic Colors of #053164

#053164 #640531 #316405

Analogous Colors of #053164

#053164 #080564 #056164

Monochromatic Colors of #053164

#053164

Complementary Color

#053164 #643805

#053164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053164 Color CSS Codes

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

#053164 Text Font Color

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

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


#053164 Background Color

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

This div background color is #053164


#053164 Border Color

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

This div border color is #053164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053164


Comments

No comments written yet.

Please login to write comment.