Color Hex Logo

#517587 Color Hex

#517587
(81,117,135)
0 Favorites   0 Comments

Color spaces of #517587

RGB 81117135
HSL0.560.250.42
HSV200°40°53°
CMYK 0.400.130.00   0.47
XYZ14.127816.221225.3081
Yxy16.22120.25380.2914
Hunter Lab40.2756-7.8682-9.0634
CIE-Lab47.2634-7.8275-13.8945

#517587 color RGB value is (81,117,135).

#517587 hex color red value is 81, green value is 117 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #517587 hue: 0.56 , saturation: 0.25 and the lightness value of 517587 is 0.42.

The process color (four color CMYK) of #517587 color hex is 0.40, 0.13, 0.00, 0.47. Web safe color of #517587 is #666699. Color #517587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 10000111
Octal 121 165 207
Decimal 81 117 135
Hex 51 75 87

RGB Percentages of Color #517587

%24.32
%35.14
%40.54

CMYK Percentages of Color #517587

%40
%13
%0
%47

Triadic Colors of #517587

#517587 #875175 #758751

Analogous Colors of #517587

#517587 #515a87 #51877e

Monochromatic Colors of #517587

#517587

Complementary Color

#517587 #876351

#517587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517587 Color CSS Codes

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

#517587 Text Font Color

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

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


#517587 Background Color

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

This div background color is #517587


#517587 Border Color

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

This div border color is #517587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517587


Comments

No comments written yet.

Please login to write comment.