Color Hex Logo

#517678 Color Hex

#517678
(81,118,120)
0 Favorites   0 Comments

Color spaces of #517678

RGB 81118120
HSL0.510.190.39
HSV183°33°47°
CMYK 0.330.020.00   0.53
XYZ13.261916.062320.1706
Yxy16.06230.26790.3245
Hunter Lab40.0778-11.0698-1.7854
CIE-Lab47.0561-12.4598-5.2943

#517678 color RGB value is (81,118,120).

#517678 hex color red value is 81, green value is 118 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #517678 hue: 0.51 , saturation: 0.19 and the lightness value of 517678 is 0.39.

The process color (four color CMYK) of #517678 color hex is 0.33, 0.02, 0.00, 0.53. Web safe color of #517678 is #666666. Color #517678 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110110 01111000
Octal 121 166 170
Decimal 81 118 120
Hex 51 76 78

RGB Percentages of Color #517678

%25.39
%36.99
%37.62

CMYK Percentages of Color #517678

%33
%2
%0
%53

Triadic Colors of #517678

#517678 #785176 #767851

Analogous Colors of #517678

#517678 #516378 #517867

Monochromatic Colors of #517678

#517678

Complementary Color

#517678 #785351

#517678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517678 Color CSS Codes

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

#517678 Text Font Color

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

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


#517678 Background Color

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

This div background color is #517678


#517678 Border Color

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

This div border color is #517678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517678


Comments

No comments written yet.

Please login to write comment.