Color Hex Logo

#517aaf Color Hex

#517AAF
(81,122,175)
0 Favorites   0 Comments

Color spaces of #517aaf

RGB 81122175
HSL0.590.370.50
HSV214°54°69°
CMYK 0.540.300.00   0.31
XYZ18.090718.763543.2257
Yxy18.76350.22590.2343
Hunter Lab43.3169-1.2564-28.8434
CIE-Lab50.40941.3661-32.4921

#517aaf color RGB value is (81,122,175).

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

The process color (four color CMYK) of #517aaf color hex is 0.54, 0.30, 0.00, 0.31. Web safe color of #517aaf is #666699. Color #517aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111010 10101111
Octal 121 172 257
Decimal 81 122 175
Hex 51 7A AF

RGB Percentages of Color #517aaf

%21.43
%32.28
%46.30

CMYK Percentages of Color #517aaf

%54
%30
%0
%31

Triadic Colors of #517aaf

#517aaf #af517a #7aaf51

Analogous Colors of #517aaf

#517aaf #5751af #51a9af

Monochromatic Colors of #517aaf

#517aaf

Complementary Color

#517aaf #af8651

#517aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#517aaf Color CSS Codes

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

#517aaf Text Font Color

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

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


#517aaf Background Color

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

This div background color is #517aaf


#517aaf Border Color

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

This div border color is #517aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517aaf


Comments

No comments written yet.

Please login to write comment.