COLOR #519A81

HEX: #519A81 RGB: (81,154,129)

Color info

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

RGB color model

#519A81 color RGB value is (81,154,129).

RGB: (81,154,129) (32%, 60%, 51%)

RGB channels and saturation

R 81 of 255 = 32%
G 154 of 255 = 60%
B 129 of 255 = 51%

81
154
129

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

Portions of RGB colors in percentages

R + G + B = 81 + 154 + 129 = 364 (100%)
R 81 of 364 ~ 22.25%
G 154 of 364 ~ 42.31%
B 129 of 364 ~ 35.44'%

%22.25
%42.31
%35.44

CMYK color model

#519A81 color CMYK value is (47,0,16,40).

  • cyan value is 47.40%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 39.61%
CMYK: (47,0,16,40) C47M0Y16K40 (47%,0%,16%,40%) (0.47/0.00/0.16/0.40) 

CMYK percentages

%47.4
%0
%16.23
%39.61

Codes

Color #519A81 in popluar color models

51 9A 81
RGB 81 154 129
HSL 159° 31.06% 46.08%
HSB/HSV 159° 47.40% 60.39%
CMYK 47.40% 0.00% 16.23%
39.61%

Color #519A81 in popluar number systems.

HEX 51 9A 81
Decimal 81 154 129
Binary 1010001 10011010 10000001
Octal 121 232 201

Shades and tints

Shades of #519A81

#519A81
(81,154,129)
#4A8C76
(74,140,118)
#437E6B
(67,126,107)
#3C7060
(60,112,96)
#356255
(53,98,85)
#2E544A
(46,84,74)
#27463F
(39,70,63)
#203834
(32,56,52)
#192A29
(25,42,41)
#121C1E
(18,28,30)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #519A81

#519A81
(81,154,129)
#60A38C
(96,163,140)
#6FAC97
(111,172,151)
#7EB5A2
(126,181,162)
#8DBEAD
(141,190,173)
#9CC7B8
(156,199,184)
#ABD0C3
(171,208,195)
#BAD9CE
(186,217,206)
#C9E2D9
(201,226,217)
#D8EBE4
(216,235,228)
#E7F4EF
(231,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519A81 color. Also use rgb(81,154,129) instead hex code.

Text Font Color

.myTextColor { color: #519A81; }

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

This text font color is #519A81.

Background Color

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

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

This div background color is #519A81.

Border color

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

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

This div border color is #519A81.

Opacity

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

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

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

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

This text has shadow with #519A81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #519A81.

Preview

Color preview on black background

This text has color #519A81 on black background.


Color preview on white background

This text has color #519A81 on white background.


Black color preview on #519A81 background

This text has black color on #519A81 background.


White color preview on #519A81 background

This text has white color on #519A81 background.


Related colors

Complementary color

Complementary color for #hex is #AE657E.


I love getcolorcode.com

Triadic colors

1 #81519A and #9A8151 with #519A81 are triadic colors.

2 #819A51 and #9A5181 with #519A81 are triadic colors.