Color Hex Logo

#517391 Color Hex

#517391
(81,115,145)
0 Favorites   0 Comments

Color spaces of #517391

RGB 81115145
HSL0.580.280.44
HSV208°44°57°
CMYK 0.440.210.00   0.43
XYZ14.634916.055129.1157
Yxy16.05510.24470.2685
Hunter Lab40.0688-4.9243-15.0345
CIE-Lab47.0467-3.7618-20.1492

#517391 color RGB value is (81,115,145).

#517391 hex color red value is 81, green value is 115 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #517391 hue: 0.58 , saturation: 0.28 and the lightness value of 517391 is 0.44.

The process color (four color CMYK) of #517391 color hex is 0.44, 0.21, 0.00, 0.43. Web safe color of #517391 is #666699. Color #517391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110011 10010001
Octal 121 163 221
Decimal 81 115 145
Hex 51 73 91

RGB Percentages of Color #517391

%23.75
%33.72
%42.52

CMYK Percentages of Color #517391

%44
%21
%0
%43

Triadic Colors of #517391

#517391 #915173 #739151

Analogous Colors of #517391

#517391 #515391 #51918f

Monochromatic Colors of #517391

#517391

Complementary Color

#517391 #916f51

#517391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517391 Color CSS Codes

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

#517391 Text Font Color

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

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


#517391 Background Color

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

This div background color is #517391


#517391 Border Color

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

This div border color is #517391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,115,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #517391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #517391;
  -webkit-box-shadow: 1px 1px 3px 2px #517391;
  box-shadow:         1px 1px 3px 2px #517391; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517391


Comments

No comments written yet.

Please login to write comment.