Color Hex Logo

#5169aa Color Hex

#5169AA
(81,105,170)
0 Favorites   0 Comments

Color spaces of #5169aa

RGB 81105170
HSL0.620.350.49
HSV224°52°67°
CMYK 0.520.380.00   0.33
XYZ15.700614.754840.0507
Yxy14.75480.22270.2093
Hunter Lab38.41205.7395-34.9310
CIE-Lab45.296510.1352-37.6165

#5169aa color RGB value is (81,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101001 10101010
Octal 121 151 252
Decimal 81 105 170
Hex 51 69 AA

RGB Percentages of Color #5169aa

%22.75
%29.49
%47.75

CMYK Percentages of Color #5169aa

%52
%38
%0
%33

Triadic Colors of #5169aa

#5169aa #aa5169 #69aa51

Analogous Colors of #5169aa

#5169aa #6651aa #5196aa

Monochromatic Colors of #5169aa

#5169aa

Complementary Color

#5169aa #aa9251

#5169aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5169aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5169aa Color CSS Codes

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

#5169aa Text Font Color

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

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


#5169aa Background Color

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

This div background color is #5169aa


#5169aa Border Color

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

This div border color is #5169aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,105,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 #5169aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5169aa


Comments

No comments written yet.

Please login to write comment.