Color Hex Logo

#517897 Color Hex

#517897
(81,120,151)
0 Favorites   0 Comments

Color spaces of #517897

RGB 81120151
HSL0.570.300.45
HSV207°46°59°
CMYK 0.460.210.00   0.41
XYZ15.695717.416631.8127
Yxy17.41660.24180.2683
Hunter Lab41.7332-5.8999-15.9828
CIE-Lab48.7807-4.9115-21.0211

#517897 color RGB value is (81,120,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111000 10010111
Octal 121 170 227
Decimal 81 120 151
Hex 51 78 97

RGB Percentages of Color #517897

%23.01
%34.09
%42.90

CMYK Percentages of Color #517897

%46
%21
%0
%41

Triadic Colors of #517897

#517897 #975178 #789751

Analogous Colors of #517897

#517897 #515597 #519793

Monochromatic Colors of #517897

#517897

Complementary Color

#517897 #977051

#517897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517897 Color CSS Codes

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

#517897 Text Font Color

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

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


#517897 Background Color

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

This div background color is #517897


#517897 Border Color

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

This div border color is #517897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517897


Comments

No comments written yet.

Please login to write comment.