Color Hex Logo

#053486 Color Hex

#053486
(5,52,134)
0 Favorites   0 Comments

Color spaces of #053486

RGB 552134
HSL0.610.930.27
HSV218°96°53°
CMYK 0.960.610.00   0.47
XYZ5.59374.209523.0719
Yxy4.20950.17020.1280
Hunter Lab20.517112.7607-52.3110
CIE-Lab24.352320.5546-49.6623

#053486 color RGB value is (5,52,134).

#053486 hex color red value is 5, green value is 52 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #053486 hue: 0.61 , saturation: 0.93 and the lightness value of 053486 is 0.27.

The process color (four color CMYK) of #053486 color hex is 0.96, 0.61, 0.00, 0.47. Web safe color of #053486 is #003399. Color #053486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110100 10000110
Octal 5 64 206
Decimal 5 52 134
Hex 5 34 86

RGB Percentages of Color #053486

%2.62
%27.23
%70.16

CMYK Percentages of Color #053486

%96
%61
%0
%47

Triadic Colors of #053486

#053486 #860534 #348605

Analogous Colors of #053486

#053486 #170586 #057586

Monochromatic Colors of #053486

#053486

Complementary Color

#053486 #865705

#053486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053486 Color CSS Codes

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

#053486 Text Font Color

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

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


#053486 Background Color

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

This div background color is #053486


#053486 Border Color

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

This div border color is #053486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053486


Comments

No comments written yet.

Please login to write comment.