Color Hex Logo

#517570 Color Hex

#517570
(81,117,112)
0 Favorites   0 Comments

Color spaces of #517570

RGB 81117112
HSL0.480.180.39
HSV172°31°46°
CMYK 0.310.000.04   0.54
XYZ12.679315.641817.6801
Yxy15.64180.27560.3400
Hunter Lab39.5497-11.98641.1801
CIE-Lab46.5010-13.9216-1.3514

#517570 color RGB value is (81,117,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 01110000
Octal 121 165 160
Decimal 81 117 112
Hex 51 75 70

RGB Percentages of Color #517570

%26.13
%37.74
%36.13

CMYK Percentages of Color #517570

%31
%0
%4
%54

Triadic Colors of #517570

#517570 #705175 #757051

Analogous Colors of #517570

#517570 #516875 #51755e

Monochromatic Colors of #517570

#517570

Complementary Color

#517570 #755156

#517570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517570 Color CSS Codes

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

#517570 Text Font Color

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

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


#517570 Background Color

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

This div background color is #517570


#517570 Border Color

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

This div border color is #517570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517570


Comments

No comments written yet.

Please login to write comment.