Color Hex Logo

#519890 Color Hex

#519890
(81,152,144)
0 Favorites   0 Comments

Color spaces of #519890

RGB 81152144
HSL0.480.300.46
HSV173°47°60°
CMYK 0.470.000.05   0.40
XYZ19.655626.219430.4105
Yxy26.21940.25770.3437
Hunter Lab51.2049-21.08920.6312
CIE-Lab58.2447-24.3421-2.7246

#519890 color RGB value is (81,152,144).

#519890 hex color red value is 81, green value is 152 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #519890 hue: 0.48 , saturation: 0.30 and the lightness value of 519890 is 0.46.

The process color (four color CMYK) of #519890 color hex is 0.47, 0.00, 0.05, 0.40. Web safe color of #519890 is #669999. Color #519890 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011000 10010000
Octal 121 230 220
Decimal 81 152 144
Hex 51 98 90

RGB Percentages of Color #519890

%21.49
%40.32
%38.20

CMYK Percentages of Color #519890

%47
%0
%5
%40

Triadic Colors of #519890

#519890 #905198 #989051

Analogous Colors of #519890

#519890 #517d98 #51986d

Monochromatic Colors of #519890

#519890

Complementary Color

#519890 #985159

#519890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519890 Color CSS Codes

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

#519890 Text Font Color

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

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


#519890 Background Color

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

This div background color is #519890


#519890 Border Color

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

This div border color is #519890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519890


Comments

No comments written yet.

Please login to write comment.