Color Hex Logo

#5170aa Color Hex

#5170AA
(81,112,170)
0 Favorites   0 Comments

Color spaces of #5170aa

RGB 81112170
HSL0.610.350.49
HSV219°52°67°
CMYK 0.520.340.00   0.33
XYZ16.443216.240040.2982
Yxy16.24000.22530.2225
Hunter Lab40.29892.3105-31.0798
CIE-Lab47.28785.8109-34.4778

#5170aa color RGB value is (81,112,170).

#5170aa hex color red value is 81, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5170aa hue: 0.61 , saturation: 0.35 and the lightness value of 5170aa is 0.49.

The process color (four color CMYK) of #5170aa color hex is 0.52, 0.34, 0.00, 0.33. Web safe color of #5170aa is #666699. Color #5170aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110000 10101010
Octal 121 160 252
Decimal 81 112 170
Hex 51 70 AA

RGB Percentages of Color #5170aa

%22.31
%30.85
%46.83

CMYK Percentages of Color #5170aa

%52
%34
%0
%33

Triadic Colors of #5170aa

#5170aa #aa5170 #70aa51

Analogous Colors of #5170aa

#5170aa #5e51aa #519daa

Monochromatic Colors of #5170aa

#5170aa

Complementary Color

#5170aa #aa8b51

#5170aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5170aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5170aa Color CSS Codes

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

#5170aa Text Font Color

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

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


#5170aa Background Color

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

This div background color is #5170aa


#5170aa Border Color

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

This div border color is #5170aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,112,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5170aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5170aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5170aa;
  box-shadow:         1px 1px 3px 2px #5170aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,112,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5170aa


Comments

No comments written yet.

Please login to write comment.