Color Hex Logo

#519088 Color Hex

#519088
(81,144,136)
0 Favorites   0 Comments

Color spaces of #519088

RGB 81144136
HSL0.480.280.44
HSV172°44°56°
CMYK 0.440.000.06   0.44
XYZ17.810523.473426.8847
Yxy23.47340.26130.3443
Hunter Lab48.4494-19.16791.0143
CIE-Lab55.5566-22.3132-2.0980

#519088 color RGB value is (81,144,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010000 10001000
Octal 121 220 210
Decimal 81 144 136
Hex 51 90 88

RGB Percentages of Color #519088

%22.44
%39.89
%37.67

CMYK Percentages of Color #519088

%44
%0
%6
%44

Triadic Colors of #519088

#519088 #885190 #908851

Analogous Colors of #519088

#519088 #517990 #519069

Monochromatic Colors of #519088

#519088

Complementary Color

#519088 #905159

#519088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#519088 Color CSS Codes

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

#519088 Text Font Color

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

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


#519088 Background Color

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

This div background color is #519088


#519088 Border Color

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

This div border color is #519088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519088


Comments

No comments written yet.

Please login to write comment.