Color Hex Logo

#519aaf Color Hex

#519AAF
(81,154,175)
0 Favorites   0 Comments

Color spaces of #519aaf

RGB 81154175
HSL0.540.370.50
HSV193°54°69°
CMYK 0.540.120.00   0.31
XYZ22.686827.955744.7577
Yxy27.95570.23780.2930
Hunter Lab52.8732-15.9373-13.1784
CIE-Lab59.8487-16.7770-17.9338

#519aaf color RGB value is (81,154,175).

#519aaf hex color red value is 81, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #519aaf hue: 0.54 , saturation: 0.37 and the lightness value of 519aaf is 0.50.

The process color (four color CMYK) of #519aaf color hex is 0.54, 0.12, 0.00, 0.31. Web safe color of #519aaf is #669999. Color #519aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011010 10101111
Octal 121 232 257
Decimal 81 154 175
Hex 51 9A AF

RGB Percentages of Color #519aaf

%19.76
%37.56
%42.68

CMYK Percentages of Color #519aaf

%54
%12
%0
%31

Triadic Colors of #519aaf

#519aaf #af519a #9aaf51

Analogous Colors of #519aaf

#519aaf #516baf #51af95

Monochromatic Colors of #519aaf

#519aaf

Complementary Color

#519aaf #af6651

#519aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#519aaf Color CSS Codes

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

#519aaf Text Font Color

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

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


#519aaf Background Color

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

This div background color is #519aaf


#519aaf Border Color

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

This div border color is #519aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519aaf


Comments

No comments written yet.

Please login to write comment.