Color Hex Logo

#519190 Color Hex

#519190
(81,145,144)
0 Favorites   0 Comments

Color spaces of #519190

RGB 81145144
HSL0.500.280.44
HSV179°44°57°
CMYK 0.440.000.01   0.43
XYZ18.552824.013730.0428
Yxy24.01370.25550.3307
Hunter Lab49.0038-18.1766-2.0463
CIE-Lab56.1015-20.7407-5.8908

#519190 color RGB value is (81,145,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010001 10010000
Octal 121 221 220
Decimal 81 145 144
Hex 51 91 90

RGB Percentages of Color #519190

%21.89
%39.19
%38.92

CMYK Percentages of Color #519190

%44
%0
%1
%43

Triadic Colors of #519190

#519190 #905191 #919051

Analogous Colors of #519190

#519190 #517291 #519170

Monochromatic Colors of #519190

#519190

Complementary Color

#519190 #915152

#519190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519190 Color CSS Codes

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

#519190 Text Font Color

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

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


#519190 Background Color

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

This div background color is #519190


#519190 Border Color

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

This div border color is #519190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519190


Comments

No comments written yet.

Please login to write comment.