Color Hex Logo

#519388 Color Hex

#519388
(81,147,136)
0 Favorites   0 Comments

Color spaces of #519388

RGB 81147136
HSL0.470.290.45
HSV170°45°58°
CMYK 0.450.000.07   0.42
XYZ18.271024.394327.0381
Yxy24.39430.26210.3500
Hunter Lab49.3906-20.40122.1160
CIE-Lab56.4804-23.8500-0.7434

#519388 color RGB value is (81,147,136).

#519388 hex color red value is 81, green value is 147 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #519388 hue: 0.47 , saturation: 0.29 and the lightness value of 519388 is 0.45.

The process color (four color CMYK) of #519388 color hex is 0.45, 0.00, 0.07, 0.42. Web safe color of #519388 is #669999. Color #519388 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010011 10001000
Octal 121 223 210
Decimal 81 147 136
Hex 51 93 88

RGB Percentages of Color #519388

%22.25
%40.38
%37.36

CMYK Percentages of Color #519388

%45
%0
%7
%42

Triadic Colors of #519388

#519388 #885193 #938851

Analogous Colors of #519388

#519388 #517d93 #519367

Monochromatic Colors of #519388

#519388

Complementary Color

#519388 #93515c

#519388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519388 Color CSS Codes

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

#519388 Text Font Color

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

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


#519388 Background Color

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

This div background color is #519388


#519388 Border Color

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

This div border color is #519388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519388


Comments

No comments written yet.

Please login to write comment.