Color Hex Logo

#517184 Color Hex

#517184
(81,113,132)
0 Favorites   0 Comments

Color spaces of #517184

RGB 81113132
HSL0.560.240.42
HSV202°39°52°
CMYK 0.390.140.00   0.48
XYZ13.463315.225524.0590
Yxy15.22550.25520.2886
Hunter Lab39.0199-6.6957-9.2433
CIE-Lab45.9415-6.3493-14.1162

#517184 color RGB value is (81,113,132).

#517184 hex color red value is 81, green value is 113 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #517184 hue: 0.56 , saturation: 0.24 and the lightness value of 517184 is 0.42.

The process color (four color CMYK) of #517184 color hex is 0.39, 0.14, 0.00, 0.48. Web safe color of #517184 is #666699. Color #517184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01110001 10000100
Octal 121 161 204
Decimal 81 113 132
Hex 51 71 84

RGB Percentages of Color #517184

%24.85
%34.66
%40.49

CMYK Percentages of Color #517184

%39
%14
%0
%48

Triadic Colors of #517184

#517184 #845171 #718451

Analogous Colors of #517184

#517184 #515884 #51847e

Monochromatic Colors of #517184

#517184

Complementary Color

#517184 #846451

#517184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#517184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#517184 Color CSS Codes

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

#517184 Text Font Color

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

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


#517184 Background Color

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

This div background color is #517184


#517184 Border Color

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

This div border color is #517184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #517184


Comments

No comments written yet.

Please login to write comment.