Color Hex Logo

#517997 Color Hex

#517997
(81,121,151)
0 Favorites   0 Comments

Color spaces of #517997

RGB 81121151
HSL0.570.300.45
HSV206°46°59°
CMYK 0.460.200.00   0.41
XYZ15.816617.658431.8530
Yxy17.65840.24210.2703
Hunter Lab42.0219-6.3528-15.5271
CIE-Lab49.0791-5.4952-20.5626

#517997 color RGB value is (81,121,151).

#517997 hex color red value is 81, green value is 121 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #517997 hue: 0.57 , saturation: 0.30 and the lightness value of 517997 is 0.45.

The process color (four color CMYK) of #517997 color hex is 0.46, 0.20, 0.00, 0.41. Web safe color of #517997 is #666699. Color #517997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 10010111
Octal 121 171 227
Decimal 81 121 151
Hex 51 79 97

RGB Percentages of Color #517997

%22.95
%34.28
%42.78

CMYK Percentages of Color #517997

%46
%20
%0
%41

Triadic Colors of #517997

#517997 #975179 #799751

Analogous Colors of #517997

#517997 #515697 #519792

Monochromatic Colors of #517997

#517997

Complementary Color

#517997 #976f51

#517997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517997 Color CSS Codes

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

#517997 Text Font Color

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

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


#517997 Background Color

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

This div background color is #517997


#517997 Border Color

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

This div border color is #517997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517997


Comments

No comments written yet.

Please login to write comment.