COLOR #519E9E

HEX: #519E9E
RGB: (81,158,158)

Color info

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

RGB color model

#519E9E color RGB value is (81,158,158).

  • red value is 81;
  • green value is 158;
  • blue value is 158.
RGB:
(81,158,158)
(32%,62%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 158 of 255 = 62%
B 158 of 255 = 62%

81
158
158

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

Portions of RGB colors in percentages

R + G + B =
81 + 158 + 158 = 397 (100%)
R 81 of 397 ~ 20.4%
G 158 of 397 ~ 39.8%
B 158 of 397 ~ 39.8%

%20.4
%39.8
%39.8

CMYK color model

#519E9E color CMYK value is (49,0,0,38).

  • cyan value is 48.73%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(49,0,0,38)
C49M0Y0K38 
(49%,0%,0%,38%)
(0.49/0.00/0.00/0.38)	

CMYK percentages

%48.73
%0
%0
%38.04

Codes

Color #519E9E in popluar color models

519E9E
RGB81158158
HSL180°32.22%46.86%
HSB/HSV180°48.73%61.96%
CMYK48.73%0.00%0.00%
38.04%

Color #519E9E in popluar number systems.

HEX519E9E
Decimal81158158
Binary10100011001111010011110
Octal121236236

Shades and tints

Shades of #519E9E

#519E9E
(81,158,158)
#4A9090
(74,144,144)
#438282
(67,130,130)
#3C7474
(60,116,116)
#356666
(53,102,102)
#2E5858
(46,88,88)
#274A4A
(39,74,74)
#203C3C
(32,60,60)
#192E2E
(25,46,46)
#122020
(18,32,32)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #519E9E

#519E9E
(81,158,158)
#60A6A6
(96,166,166)
#6FAEAE
(111,174,174)
#7EB6B6
(126,182,182)
#8DBEBE
(141,190,190)
#9CC6C6
(156,198,198)
#ABCECE
(171,206,206)
#BAD6D6
(186,214,214)
#C9DEDE
(201,222,222)
#D8E6E6
(216,230,230)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519E9E; }

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

This text font color is #519E9E.


Background Color

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

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

This div background color is #519E9E.


Border color

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

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

This div border color is #519E9E.


Opacity

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

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

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

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

This text has shadow with #519E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519E9E on black background.


Color preview on white background

This text has color #519E9E on white background.



Black color preview on #519E9E background

This text has black color on #519E9E background.


White color preview on #519E9E background

This text has white color on #519E9E background.