Color Hex Logo

#519aaa Color Hex

#519AAA
(81,154,170)
0 Favorites   0 Comments

Color spaces of #519aaa

RGB 81154170
HSL0.530.350.49
HSV191°52°67°
CMYK 0.520.090.00   0.33
XYZ22.204627.762842.2187
Yxy27.76280.24090.3012
Hunter Lab52.6904-16.9854-10.6234
CIE-Lab59.6738-18.2365-15.3684

#519aaa color RGB value is (81,154,170).

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

The process color (four color CMYK) of #519aaa color hex is 0.52, 0.09, 0.00, 0.33. Web safe color of #519aaa is #669999. Color #519aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10101010
Octal 121 232 252
Decimal 81 154 170
Hex 51 9A AA

RGB Percentages of Color #519aaa

%20.00
%38.02
%41.98

CMYK Percentages of Color #519aaa

%52
%9
%0
%33

Triadic Colors of #519aaa

#519aaa #aa519a #9aaa51

Analogous Colors of #519aaa

#519aaa #516eaa #51aa8e

Monochromatic Colors of #519aaa

#519aaa

Complementary Color

#519aaa #aa6151

#519aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#519aaa Color CSS Codes

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

#519aaa Text Font Color

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

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


#519aaa Background Color

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

This div background color is #519aaa


#519aaa Border Color

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

This div border color is #519aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519aaa


Comments

No comments written yet.

Please login to write comment.