Color Hex Logo

#517eaf Color Hex

#517EAF
(81,126,175)
0 Favorites   0 Comments

Color spaces of #517eaf

RGB 81126175
HSL0.590.370.50
HSV211°54°69°
CMYK 0.540.280.00   0.31
XYZ18.592119.766243.3928
Yxy19.76620.22740.2418
Hunter Lab44.4592-3.1578-26.7464
CIE-Lab51.5718-1.0116-30.6770

#517eaf color RGB value is (81,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111110 10101111
Octal 121 176 257
Decimal 81 126 175
Hex 51 7E AF

RGB Percentages of Color #517eaf

%21.20
%32.98
%45.81

CMYK Percentages of Color #517eaf

%54
%28
%0
%31

Triadic Colors of #517eaf

#517eaf #af517e #7eaf51

Analogous Colors of #517eaf

#517eaf #5351af #51adaf

Monochromatic Colors of #517eaf

#517eaf

Complementary Color

#517eaf #af8251

#517eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#517eaf Color CSS Codes

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

#517eaf Text Font Color

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

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


#517eaf Background Color

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

This div background color is #517eaf


#517eaf Border Color

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

This div border color is #517eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517eaf


Comments

No comments written yet.

Please login to write comment.