COLOR #519699

HEX: #519699
RGB: (81,150,153)

Color info

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

RGB color model

#519699 color RGB value is (81,150,153).

  • red value is 81;
  • green value is 150;
  • blue value is 153.
RGB:
(81,150,153)
(32%,59%,60%)

RGB channels and saturation

R 81 of 255 = 32%
G 150 of 255 = 59%
B 153 of 255 = 60%

81
150
153

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

Portions of RGB colors in percentages

R + G + B =
81 + 150 + 153 = 384 (100%)
R 81 of 384 ~ 21.09%
G 150 of 384 ~ 39.06%
B 153 of 384 ~ 39.84%

%21.09
%39.06
%39.84

CMYK color model

#519699 color CMYK value is (47,2,0,40).

  • cyan value is 47.06%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(47,2,0,40)
C47M2Y0K40 
(47%,2%,0%,40%)
(0.47/0.02/0.00/0.40)	

CMYK percentages

%47.06
%1.96
%0
%40

Codes

Color #519699 in popluar color models

519699
RGB81150153
HSL183°30.77%45.88%
HSB/HSV183°47.06%60.00%
CMYK47.06%1.96%0.00%
40.00%

Color #519699 in popluar number systems.

HEX519699
Decimal81150153
Binary10100011001011010011001
Octal121226231

Shades and tints

Shades of #519699

#519699
(81,150,153)
#4A898C
(74,137,140)
#437C7F
(67,124,127)
#3C6F72
(60,111,114)
#356265
(53,98,101)
#2E5558
(46,85,88)
#27484B
(39,72,75)
#203B3E
(32,59,62)
#192E31
(25,46,49)
#122124
(18,33,36)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #519699

#519699
(81,150,153)
#609FA2
(96,159,162)
#6FA8AB
(111,168,171)
#7EB1B4
(126,177,180)
#8DBABD
(141,186,189)
#9CC3C6
(156,195,198)
#ABCCCF
(171,204,207)
#BAD5D8
(186,213,216)
#C9DEE1
(201,222,225)
#D8E7EA
(216,231,234)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519699 color. Also use rgb(81,150,153) instead hex code.

Text Font Color

.myTextColor { color: #519699; }

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

This text font color is #519699.


Background Color

.myBgColor { background-color: #519699; }

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

This div background color is #519699.


Border color

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

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

This div border color is #519699.


Opacity

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

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

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

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

This text has shadow with #519699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519699 on black background.


Color preview on white background

This text has color #519699 on white background.



Black color preview on #519699 background

This text has black color on #519699 background.


White color preview on #519699 background

This text has white color on #519699 background.