Color Hex Logo

#053186 Color Hex

#053186
(5,49,134)
0 Favorites   0 Comments

Color spaces of #053186

RGB 549134
HSL0.610.930.27
HSV220°96°53°
CMYK 0.960.630.00   0.47
XYZ5.46403.950123.0287
Yxy3.95010.16840.1218
Hunter Lab19.874914.2923-54.7860
CIE-Lab23.505822.6884-51.0473

#053186 color RGB value is (5,49,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00110001 10000110
Octal 5 61 206
Decimal 5 49 134
Hex 5 31 86

RGB Percentages of Color #053186

%2.66
%26.06
%71.28

CMYK Percentages of Color #053186

%96
%63
%0
%47

Triadic Colors of #053186

#053186 #860531 #318605

Analogous Colors of #053186

#053186 #1a0586 #057286

Monochromatic Colors of #053186

#053186

Complementary Color

#053186 #865a05

#053186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#053186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#053186 Color CSS Codes

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

#053186 Text Font Color

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

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


#053186 Background Color

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

This div background color is #053186


#053186 Border Color

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

This div border color is #053186


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,49,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 #053186">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #053186


Comments

No comments written yet.

Please login to write comment.