Color Hex Logo

#517379 Color Hex

#517379
(81,115,121)
0 Favorites   0 Comments

Color spaces of #517379

RGB 81115121
HSL0.530.200.40
HSV189°33°47°
CMYK 0.330.050.00   0.53
XYZ12.975315.391320.3761
Yxy15.39130.26620.3158
Hunter Lab39.2317-9.6194-3.3317
CIE-Lab46.1655-10.5029-7.2156

#517379 color RGB value is (81,115,121).

#517379 hex color red value is 81, green value is 115 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #517379 hue: 0.53 , saturation: 0.20 and the lightness value of 517379 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110011 01111001
Octal 121 163 171
Decimal 81 115 121
Hex 51 73 79

RGB Percentages of Color #517379

%25.55
%36.28
%38.17

CMYK Percentages of Color #517379

%33
%5
%0
%53

Triadic Colors of #517379

#517379 #795173 #737951

Analogous Colors of #517379

#517379 #515f79 #51796b

Monochromatic Colors of #517379

#517379

Complementary Color

#517379 #795751

#517379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517379 Color CSS Codes

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

#517379 Text Font Color

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

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


#517379 Background Color

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

This div background color is #517379


#517379 Border Color

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

This div border color is #517379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517379


Comments

No comments written yet.

Please login to write comment.