COLOR #519198

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
145
152

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

Portions of RGB colors in percentages

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

%21.43
%38.36
%40.21

CMYK color model

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

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

CMYK percentages

%46.71
%4.61
%0
%40.39

Codes

Color #519198 in popluar color models

519198
RGB81145152
HSL186°30.47%45.69%
HSB/HSV186°46.71%59.61%
CMYK46.71%4.61%0.00%
40.39%

Color #519198 in popluar number systems.

HEX519198
Decimal81145152
Binary10100011001000110011000
Octal121221230

Shades and tints

Shades of #519198

#519198
(81,145,152)
#4A848B
(74,132,139)
#43777E
(67,119,126)
#3C6A71
(60,106,113)
#355D64
(53,93,100)
#2E5057
(46,80,87)
#27434A
(39,67,74)
#20363D
(32,54,61)
#192930
(25,41,48)
#121C23
(18,28,35)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #519198

#519198
(81,145,152)
#609BA1
(96,155,161)
#6FA5AA
(111,165,170)
#7EAFB3
(126,175,179)
#8DB9BC
(141,185,188)
#9CC3C5
(156,195,197)
#ABCDCE
(171,205,206)
#BAD7D7
(186,215,215)
#C9E1E0
(201,225,224)
#D8EBE9
(216,235,233)
#E7F5F2
(231,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519198; }

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

This text font color is #519198.


Background Color

.myBgColor { background-color: #519198; }

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

This div background color is #519198.


Border color

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

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

This div border color is #519198.


Opacity

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

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

Text with #519198 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 #519198;}

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

This text has shadow with #519198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519198 on black background.


Color preview on white background

This text has color #519198 on white background.



Black color preview on #519198 background

This text has black color on #519198 background.


White color preview on #519198 background

This text has white color on #519198 background.