COLOR #509A9D

HEX: #509A9D
RGB: (80,154,157)

Color info

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

RGB color model

#509A9D color RGB value is (80,154,157).

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

RGB channels and saturation

R 80 of 255 = 31%
G 154 of 255 = 60%
B 157 of 255 = 62%

80
154
157

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

Portions of RGB colors in percentages

R + G + B =
80 + 154 + 157 = 391 (100%)
R 80 of 391 ~ 20.46%
G 154 of 391 ~ 39.39%
B 157 of 391 ~ 40.15%

%20.46
%39.39
%40.15

CMYK color model

#509A9D color CMYK value is (49,2,0,38).

  • cyan value is 49.04%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(49,2,0,38)
C49M2Y0K38 
(49%,2%,0%,38%)
(0.49/0.02/0.00/0.38)	

CMYK percentages

%49.04
%1.91
%0
%38.43

Codes

Color #509A9D in popluar color models

509A9D
RGB80154157
HSL182°32.49%46.47%
HSB/HSV182°49.04%61.57%
CMYK49.04%1.91%0.00%
38.43%

Color #509A9D in popluar number systems.

HEX509A9D
Decimal80154157
Binary10100001001101010011101
Octal120232235

Shades and tints

Shades of #509A9D

#509A9D
(80,154,157)
#498C8F
(73,140,143)
#427E81
(66,126,129)
#3B7073
(59,112,115)
#346265
(52,98,101)
#2D5457
(45,84,87)
#264649
(38,70,73)
#1F383B
(31,56,59)
#182A2D
(24,42,45)
#111C1F
(17,28,31)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #509A9D

#509A9D
(80,154,157)
#5FA3A5
(95,163,165)
#6EACAD
(110,172,173)
#7DB5B5
(125,181,181)
#8CBEBD
(140,190,189)
#9BC7C5
(155,199,197)
#AAD0CD
(170,208,205)
#B9D9D5
(185,217,213)
#C8E2DD
(200,226,221)
#D7EBE5
(215,235,229)
#E6F4ED
(230,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509A9D; }

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

This text font color is #509A9D.


Background Color

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

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

This div background color is #509A9D.


Border color

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

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

This div border color is #509A9D.


Opacity

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

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

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

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

This text has shadow with #509A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509A9D on black background.


Color preview on white background

This text has color #509A9D on white background.



Black color preview on #509A9D background

This text has black color on #509A9D background.


White color preview on #509A9D background

This text has white color on #509A9D background.