COLOR #519DA9

HEX: #519DA9 RGB: (81,157,169)

Color info

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

RGB color model

#519DA9 color RGB value is (81,157,169).

RGB: (81,157,169) (32%, 62%, 66%)

RGB channels and saturation

R 81 of 255 = 32%
G 157 of 255 = 62%
B 169 of 255 = 66%

81
157
169

R + G + B ~ 53%. #519DA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 157 + 169 = 407 (100%)
R 81 of 407 ~ 19.9%
G 157 of 407 ~ 38.57%
B 169 of 407 ~ 41.52'%

%19.9
%38.57
%41.52

CMYK color model

#519DA9 color CMYK value is (52,7,0,34).

  • cyan value is 52.07%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (52,7,0,34)
C52M7Y0K34 (52%, 7%, 0%, 34%)
(0.52 / 0.07 / 0.00 / 0.34)

CMYK percentages

%52.07
%7.1
%0
%33.73

Codes

Color #519DA9 in popluar color models

51 9D A9
RGB 81 157 169
HSL 188° 35.20% 49.02%
HSB/HSV 188° 52.07% 66.27%
CMYK 52.07% 7.10% 0.00%
33.73%

Color #519DA9 in popluar number systems.

HEX 51 9D A9
Decimal 81 157 169
Binary 1010001 10011101 10101001
Octal 121 235 251

Shades and tints

Shades of #519DA9

#519DA9
(81,157,169)
#4A8F9A
(74,143,154)
#43818B
(67,129,139)
#3C737C
(60,115,124)
#35656D
(53,101,109)
#2E575E
(46,87,94)
#27494F
(39,73,79)
#203B40
(32,59,64)
#192D31
(25,45,49)
#121F22
(18,31,34)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #519DA9

#519DA9
(81,157,169)
#60A5B0
(96,165,176)
#6FADB7
(111,173,183)
#7EB5BE
(126,181,190)
#8DBDC5
(141,189,197)
#9CC5CC
(156,197,204)
#ABCDD3
(171,205,211)
#BAD5DA
(186,213,218)
#C9DDE1
(201,221,225)
#D8E5E8
(216,229,232)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519DA9 color. Also use rgb(81,157,169) instead hex code.

Text Font Color

.myTextColor { color: #519DA9; }

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

This text font color is #519DA9.

Background Color

.myBgColor { background-color: #519DA9; }

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

This div background color is #519DA9.

Border color

.myBorderColor { border: 1px solid #519DA9; }

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

This div border color is #519DA9.

Opacity

.myOpacity80 { color: #519DA9; opacity: 0.8; }

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

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

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

This text has shadow with #519DA9 color.


.textShadow {text-shadow: 3px 3px 1px #519DA9', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #519DA9; -webkit-box-shadow: 1px 1px 3px 2px #519DA9; box-shadow:1px 1px 3px 2px #519DA9;">
Div content here
</div>

This div box has shadow with color #519DA9.

Preview

Color preview on black background

This text has color #519DA9 on black background.


Color preview on white background

This text has color #519DA9 on white background.


Black color preview on #519DA9 background

This text has black color on #519DA9 background.


White color preview on #519DA9 background

This text has white color on #519DA9 background.


Related colors

Complementary color

Complementary color for #hex is #AE6256.


I love getcolorcode.com

Triadic colors

1 #A9519D and #9DA951 with #519DA9 are triadic colors.

2 #A99D51 and #9D51A9 with #519DA9 are triadic colors.