Color Hex Logo

#517076 Color Hex

#517076
(81,112,118)
0 Favorites   0 Comments

Color spaces of #517076

RGB 81112118
HSL0.530.190.39
HSV190°31°46°
CMYK 0.310.050.00   0.54
XYZ12.457514.645719.3099
Yxy14.64570.26840.3156
Hunter Lab38.2697-8.8669-3.1274
CIE-Lab45.1451-9.5755-6.9439

#517076 color RGB value is (81,112,118).

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

The process color (four color CMYK) of #517076 color hex is 0.31, 0.05, 0.00, 0.54. Web safe color of #517076 is #666666. Color #517076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110000 01110110
Octal 121 160 166
Decimal 81 112 118
Hex 51 70 76

RGB Percentages of Color #517076

%26.05
%36.01
%37.94

CMYK Percentages of Color #517076

%31
%5
%0
%54

Triadic Colors of #517076

#517076 #765170 #707651

Analogous Colors of #517076

#517076 #515e76 #51766a

Monochromatic Colors of #517076

#517076

Complementary Color

#517076 #765751

#517076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517076 Color CSS Codes

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

#517076 Text Font Color

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

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


#517076 Background Color

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

This div background color is #517076


#517076 Border Color

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

This div border color is #517076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517076

#517076 Color Palettes


Comments

No comments written yet.

Please login to write comment.