Color Hex Logo

#517581 Color Hex

#517581
(81,117,129)
0 Favorites   0 Comments

Color spaces of #517581

RGB 81117129
HSL0.540.230.41
HSV195°37°51°
CMYK 0.370.090.00   0.49
XYZ13.717116.056923.1452
Yxy16.05690.25920.3034
Hunter Lab40.0711-9.0204-6.1964
CIE-Lab47.0491-9.4956-10.6561

#517581 color RGB value is (81,117,129).

#517581 hex color red value is 81, green value is 117 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #517581 hue: 0.54 , saturation: 0.23 and the lightness value of 517581 is 0.41.

The process color (four color CMYK) of #517581 color hex is 0.37, 0.09, 0.00, 0.49. Web safe color of #517581 is #666699. Color #517581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 10000001
Octal 121 165 201
Decimal 81 117 129
Hex 51 75 81

RGB Percentages of Color #517581

%24.77
%35.78
%39.45

CMYK Percentages of Color #517581

%37
%9
%0
%49

Triadic Colors of #517581

#517581 #815175 #758151

Analogous Colors of #517581

#517581 #515d81 #518175

Monochromatic Colors of #517581

#517581

Complementary Color

#517581 #815d51

#517581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517581 Color CSS Codes

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

#517581 Text Font Color

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

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


#517581 Background Color

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

This div background color is #517581


#517581 Border Color

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

This div border color is #517581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517581


Comments

No comments written yet.

Please login to write comment.