Color Hex Logo

#517879 Color Hex

#517879
(81,120,121)
0 Favorites   0 Comments

Color spaces of #517879

RGB 81120121
HSL0.500.200.40
HSV182°33°47°
CMYK 0.330.010.00   0.53
XYZ13.561016.562720.5713
Yxy16.56270.26750.3267
Hunter Lab40.6973-11.7412-1.4813
CIE-Lab47.7042-13.3183-4.9269

#517879 color RGB value is (81,120,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111000 01111001
Octal 121 170 171
Decimal 81 120 121
Hex 51 78 79

RGB Percentages of Color #517879

%25.16
%37.27
%37.58

CMYK Percentages of Color #517879

%33
%1
%0
%53

Triadic Colors of #517879

#517879 #795178 #787951

Analogous Colors of #517879

#517879 #516479 #517966

Monochromatic Colors of #517879

#517879

Complementary Color

#517879 #795251

#517879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517879 Color CSS Codes

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

#517879 Text Font Color

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

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


#517879 Background Color

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

This div background color is #517879


#517879 Border Color

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

This div border color is #517879


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,120,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 #517879">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517879


Comments

No comments written yet.

Please login to write comment.