COLOR #519891

HEX: #519891
RGB: (81,152,145)

Color info

#519891 contains mainly green and blue colors. Web safe color of #519891 is #669999 (or #699).

RGB color model

#519891 color RGB value is (81,152,145).

  • red value is 81;
  • green value is 152;
  • blue value is 145.
RGB:
(81,152,145)
(32%,60%,57%)

RGB channels and saturation

R 81 of 255 = 32%
G 152 of 255 = 60%
B 145 of 255 = 57%

81
152
145

R + G + B ~ 50%. #519891 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 152 + 145 = 378 (100%)
R 81 of 378 ~ 21.43%
G 152 of 378 ~ 40.21%
B 145 of 378 ~ 38.36%

%21.43
%40.21
%38.36

CMYK color model

#519891 color CMYK value is (47,0,5,40).

  • cyan value is 46.71%
  • magenta value is 0.00%
  • yellow value is 4.61%
  • key color value is 40.39%
CMYK:
(47,0,5,40)
C47M0Y5K40 
(47%,0%,5%,40%)
(0.47/0.00/0.05/0.40)	

CMYK percentages

%46.71
%0
%4.61
%40.39

Codes

Color #519891 in popluar color models

519891
RGB81152145
HSL174°30.47%45.69%
HSB/HSV174°46.71%59.61%
CMYK46.71%0.00%4.61%
40.39%

Color #519891 in popluar number systems.

HEX519891
Decimal81152145
Binary10100011001100010010001
Octal121230221

Shades and tints

Shades of #519891

#519891
(81,152,145)
#4A8B84
(74,139,132)
#437E77
(67,126,119)
#3C716A
(60,113,106)
#35645D
(53,100,93)
#2E5750
(46,87,80)
#274A43
(39,74,67)
#203D36
(32,61,54)
#193029
(25,48,41)
#12231C
(18,35,28)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #519891

#519891
(81,152,145)
#60A19B
(96,161,155)
#6FAAA5
(111,170,165)
#7EB3AF
(126,179,175)
#8DBCB9
(141,188,185)
#9CC5C3
(156,197,195)
#ABCECD
(171,206,205)
#BAD7D7
(186,215,215)
#C9E0E1
(201,224,225)
#D8E9EB
(216,233,235)
#E7F2F5
(231,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519891 color. Also use rgb(81,152,145) instead hex code.

Text Font Color

.myTextColor { color: #519891; }

<p style="color:#519891">This sample text font color is #519891.</p>

This text font color is #519891.


Background Color

.myBgColor { background-color: #519891; }

<div style="background-color:#519891">Inner text</div>

This div background color is #519891.


Border color

.myBorderColor { border: 1px solid #519891; }

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

This div border color is #519891.


Opacity

.myOpacity80 { color: #519891; opacity: 0.8; }

<p style="color:#519891;opacity:0.8;">80%</p>

Text with #519891 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #519891;}

<p style="text-shadow: 3px 3px 1px #519891">Text here.</p>

This text has shadow with #519891 color.

.textShadow {text-shadow: 3px 3px 1px #519891, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #519891, 5px 5px 20px red">Text here.</p>

This text has shadow with #519891 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#519891, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#519891, Direction=45, Strength=4)">Text</p>

This text has shadow with #519891 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #519891;
  -webkit-box-shadow:	1px 1px 3px 2px #519891;
  box-shadow:		1px 1px 3px 2px #519891;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #519891;
-webkit-box-shadow: 1px 1px 3px 2px #519891;
box-shadow:1px 1px 3px 2px #519891;">
Div content here</div>
This div box has shadow with color #519891.

Preview

Color preview on black background

This text has color #519891 on black background.


Color preview on white background

This text has color #519891 on white background.



Black color preview on #519891 background

This text has black color on #519891 background.


White color preview on #519891 background

This text has white color on #519891 background.