COLOR #519F88

HEX: #519F88
RGB: (81,159,136)

Color info

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

RGB color model

#519F88 color RGB value is (81,159,136).

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

RGB channels and saturation

R 81 of 255 = 32%
G 159 of 255 = 62%
B 136 of 255 = 53%

81
159
136

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

Portions of RGB colors in percentages

R + G + B =
81 + 159 + 136 = 376 (100%)
R 81 of 376 ~ 21.54%
G 159 of 376 ~ 42.29%
B 136 of 376 ~ 36.17%

%21.54
%42.29
%36.17

CMYK color model

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

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(49,0,14,38)
C49M0Y14K38 
(49%,0%,14%,38%)
(0.49/0.00/0.14/0.38)	

CMYK percentages

%49.06
%0
%14.47
%37.65

Codes

Color #519F88 in popluar color models

519F88
RGB81159136
HSL162°32.50%47.06%
HSB/HSV162°49.06%62.35%
CMYK49.06%0.00%14.47%
37.65%

Color #519F88 in popluar number systems.

HEX519F88
Decimal81159136
Binary10100011001111110001000
Octal121237210

Shades and tints

Shades of #519F88

#519F88
(81,159,136)
#4A917C
(74,145,124)
#438370
(67,131,112)
#3C7564
(60,117,100)
#356758
(53,103,88)
#2E594C
(46,89,76)
#274B40
(39,75,64)
#203D34
(32,61,52)
#192F28
(25,47,40)
#12211C
(18,33,28)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #519F88

#519F88
(81,159,136)
#60A792
(96,167,146)
#6FAF9C
(111,175,156)
#7EB7A6
(126,183,166)
#8DBFB0
(141,191,176)
#9CC7BA
(156,199,186)
#ABCFC4
(171,207,196)
#BAD7CE
(186,215,206)
#C9DFD8
(201,223,216)
#D8E7E2
(216,231,226)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #519F88; }

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

This text font color is #519F88.


Background Color

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

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

This div background color is #519F88.


Border color

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

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

This div border color is #519F88.


Opacity

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

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

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

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

This text has shadow with #519F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519F88 on black background.


Color preview on white background

This text has color #519F88 on white background.



Black color preview on #519F88 background

This text has black color on #519F88 background.


White color preview on #519F88 background

This text has white color on #519F88 background.