COLOR #509E86

HEX: #509E86 RGB: (80,158,134)

Color info

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

RGB color model

#509E86 color RGB value is (80,158,134).

RGB: (80,158,134) (31%, 62%, 53%)

RGB channels and saturation

R 80 of 255 = 31%
G 158 of 255 = 62%
B 134 of 255 = 53%

80
158
134

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

Portions of RGB colors in percentages

R + G + B = 80 + 158 + 134 = 372 (100%)
R 80 of 372 ~ 21.51%
G 158 of 372 ~ 42.47%
B 134 of 372 ~ 36.02'%

%21.51
%42.47
%36.02

CMYK color model

#509E86 color CMYK value is (49,0,15,38).

  • cyan value is 49.37%
  • magenta value is 0.00%
  • yellow value is 15.19%
  • key color value is 38.04%

CMYK: (49,0,15,38)
C49M0Y15K38 (49%, 0%, 15%, 38%)
(0.49 / 0.00 / 0.15 / 0.38)

CMYK percentages

%49.37
%0
%15.19
%38.04

Codes

Color #509E86 in popluar color models

50 9E 86
RGB 80 158 134
HSL 162° 32.77% 46.67%
HSB/HSV 162° 49.37% 61.96%
CMYK 49.37% 0.00% 15.19%
38.04%

Color #509E86 in popluar number systems.

HEX 50 9E 86
Decimal 80 158 134
Binary 1010000 10011110 10000110
Octal 120 236 206

Shades and tints

Shades of #509E86

#509E86
(80,158,134)
#49907A
(73,144,122)
#42826E
(66,130,110)
#3B7462
(59,116,98)
#346656
(52,102,86)
#2D584A
(45,88,74)
#264A3E
(38,74,62)
#1F3C32
(31,60,50)
#182E26
(24,46,38)
#11201A
(17,32,26)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #509E86

#509E86
(80,158,134)
#5FA691
(95,166,145)
#6EAE9C
(110,174,156)
#7DB6A7
(125,182,167)
#8CBEB2
(140,190,178)
#9BC6BD
(155,198,189)
#AACEC8
(170,206,200)
#B9D6D3
(185,214,211)
#C8DEDE
(200,222,222)
#D7E6E9
(215,230,233)
#E6EEF4
(230,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509E86 color. Also use rgb(80,158,134) instead hex code.

Text Font Color

.myTextColor { color: #509E86; }

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

This text font color is #509E86.

Background Color

.myBgColor { background-color: #509E86; }

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

This div background color is #509E86.

Border color

.myBorderColor { border: 1px solid #509E86; }

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

This div border color is #509E86.

Opacity

.myOpacity80 { color: #509E86; opacity: 0.8; }

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

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

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

This text has shadow with #509E86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509E86.

Preview

Color preview on black background

This text has color #509E86 on black background.


Color preview on white background

This text has color #509E86 on white background.


Black color preview on #509E86 background

This text has black color on #509E86 background.


White color preview on #509E86 background

This text has white color on #509E86 background.


Related colors

Complementary color

Complementary color for #hex is #AF6179.


I love getcolorcode.com

Triadic colors

1 #86509E and #9E8650 with #509E86 are triadic colors.

2 #869E50 and #9E5086 with #509E86 are triadic colors.