COLOR #509D88

HEX: #509D88
RGB: (80,157,136)

Color info

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

RGB color model

#509D88 color RGB value is (80,157,136).

  • red value is 80;
  • green value is 157;
  • blue value is 136.
RGB:
(80,157,136)
(31%,62%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 157 of 255 = 62%
B 136 of 255 = 53%

80
157
136

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

Portions of RGB colors in percentages

R + G + B =
80 + 157 + 136 = 373 (100%)
R 80 of 373 ~ 21.45%
G 157 of 373 ~ 42.09%
B 136 of 373 ~ 36.46%

%21.45
%42.09
%36.46

CMYK color model

#509D88 color CMYK value is (49,0,13,38).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 13.38%
  • key color value is 38.43%
CMYK:
(49,0,13,38)
C49M0Y13K38 
(49%,0%,13%,38%)
(0.49/0.00/0.13/0.38)	

CMYK percentages

%49.04
%0
%13.38
%38.43

Codes

Color #509D88 in popluar color models

509D88
RGB80157136
HSL164°32.49%46.47%
HSB/HSV164°49.04%61.57%
CMYK49.04%0.00%13.38%
38.43%

Color #509D88 in popluar number systems.

HEX509D88
Decimal80157136
Binary10100001001110110001000
Octal120235210

Shades and tints

Shades of #509D88

#509D88
(80,157,136)
#498F7C
(73,143,124)
#428170
(66,129,112)
#3B7364
(59,115,100)
#346558
(52,101,88)
#2D574C
(45,87,76)
#264940
(38,73,64)
#1F3B34
(31,59,52)
#182D28
(24,45,40)
#111F1C
(17,31,28)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #509D88

#509D88
(80,157,136)
#5FA592
(95,165,146)
#6EAD9C
(110,173,156)
#7DB5A6
(125,181,166)
#8CBDB0
(140,189,176)
#9BC5BA
(155,197,186)
#AACDC4
(170,205,196)
#B9D5CE
(185,213,206)
#C8DDD8
(200,221,216)
#D7E5E2
(215,229,226)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509D88 color. Also use rgb(80,157,136) instead hex code.

Text Font Color

.myTextColor { color: #509D88; }

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

This text font color is #509D88.


Background Color

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

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

This div background color is #509D88.


Border color

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

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

This div border color is #509D88.


Opacity

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

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

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

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

This text has shadow with #509D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509D88 on black background.


Color preview on white background

This text has color #509D88 on white background.



Black color preview on #509D88 background

This text has black color on #509D88 background.


White color preview on #509D88 background

This text has white color on #509D88 background.