Color Hex Logo

#519185 Color Hex

#519185
(81,145,133)
0 Favorites   0 Comments

Color spaces of #519185

RGB 81145133
HSL0.470.280.44
HSV169°44°57°
CMYK 0.440.000.08   0.43
XYZ17.752423.693625.8280
Yxy23.69360.26390.3522
Hunter Lab48.6761-20.08332.6134
CIE-Lab55.7797-23.5861-0.0475

#519185 color RGB value is (81,145,133).

#519185 hex color red value is 81, green value is 145 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #519185 hue: 0.47 , saturation: 0.28 and the lightness value of 519185 is 0.44.

The process color (four color CMYK) of #519185 color hex is 0.44, 0.00, 0.08, 0.43. Web safe color of #519185 is #669999. Color #519185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010001 10000101
Octal 121 221 205
Decimal 81 145 133
Hex 51 91 85

RGB Percentages of Color #519185

%22.56
%40.39
%37.05

CMYK Percentages of Color #519185

%44
%0
%8
%43

Triadic Colors of #519185

#519185 #855191 #918551

Analogous Colors of #519185

#519185 #517d91 #519165

Monochromatic Colors of #519185

#519185

Complementary Color

#519185 #91515d

#519185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519185 Color CSS Codes

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

#519185 Text Font Color

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

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


#519185 Background Color

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

This div background color is #519185


#519185 Border Color

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

This div border color is #519185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519185


Comments

No comments written yet.

Please login to write comment.