Color Hex Logo

#517568 Color Hex

#517568
(81,117,104)
0 Favorites   0 Comments

Color spaces of #517568

RGB 81117104
HSL0.440.180.39
HSV158°31°46°
CMYK 0.310.000.11   0.54
XYZ12.253315.471415.4372
Yxy15.47140.28390.3585
Hunter Lab39.3337-13.22744.2642
CIE-Lab46.2732-15.83363.0800

#517568 color RGB value is (81,117,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110101 01101000
Octal 121 165 150
Decimal 81 117 104
Hex 51 75 68

RGB Percentages of Color #517568

%26.82
%38.74
%34.44

CMYK Percentages of Color #517568

%31
%0
%11
%54

Triadic Colors of #517568

#517568 #685175 #756851

Analogous Colors of #517568

#517568 #517075 #517556

Monochromatic Colors of #517568

#517568

Complementary Color

#517568 #75515e

#517568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517568 Color CSS Codes

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

#517568 Text Font Color

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

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


#517568 Background Color

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

This div background color is #517568


#517568 Border Color

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

This div border color is #517568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517568


Comments

No comments written yet.

Please login to write comment.