Color Hex Logo

#517869 Color Hex

#517869
(81,120,105)
0 Favorites   0 Comments

Color spaces of #517869

RGB 81120105
HSL0.440.190.39
HSV157°33°47°
CMYK 0.330.000.13   0.53
XYZ12.659616.202215.8247
Yxy16.20220.28330.3626
Hunter Lab40.2520-14.30114.8670
CIE-Lab47.2387-17.23363.8791

#517869 color RGB value is (81,120,105).

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

The process color (four color CMYK) of #517869 color hex is 0.33, 0.00, 0.13, 0.53. Web safe color of #517869 is #666666. Color #517869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111000 01101001
Octal 121 170 151
Decimal 81 120 105
Hex 51 78 69

RGB Percentages of Color #517869

%26.47
%39.22
%34.31

CMYK Percentages of Color #517869

%33
%0
%13
%53

Triadic Colors of #517869

#517869 #695178 #786951

Analogous Colors of #517869

#517869 #517478 #517856

Monochromatic Colors of #517869

#517869

Complementary Color

#517869 #785160

#517869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517869 Color CSS Codes

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

#517869 Text Font Color

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

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


#517869 Background Color

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

This div background color is #517869


#517869 Border Color

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

This div border color is #517869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517869


Comments

No comments written yet.

Please login to write comment.