Color Hex Logo

#517571 Color Hex

#517571
(81,117,113)
0 Favorites   0 Comments

Color spaces of #517571

RGB 81117113
HSL0.480.180.39
HSV173°31°46°
CMYK 0.310.000.03   0.54
XYZ12.735315.664217.9751
Yxy15.66420.27460.3378
Hunter Lab39.5780-11.82430.7770
CIE-Lab46.5308-13.6745-1.9035

#517571 color RGB value is (81,117,113).

#517571 hex color red value is 81, green value is 117 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #517571 hue: 0.48 , saturation: 0.18 and the lightness value of 517571 is 0.39.

The process color (four color CMYK) of #517571 color hex is 0.31, 0.00, 0.03, 0.54. Web safe color of #517571 is #666666. Color #517571 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 01110001
Octal 121 165 161
Decimal 81 117 113
Hex 51 75 71

RGB Percentages of Color #517571

%26.05
%37.62
%36.33

CMYK Percentages of Color #517571

%31
%0
%3
%54

Triadic Colors of #517571

#517571 #715175 #757151

Analogous Colors of #517571

#517571 #516775 #51755f

Monochromatic Colors of #517571

#517571

Complementary Color

#517571 #755155

#517571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517571 Color CSS Codes

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

#517571 Text Font Color

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

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


#517571 Background Color

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

This div background color is #517571


#517571 Border Color

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

This div border color is #517571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517571


Comments

No comments written yet.

Please login to write comment.