COLOR #509FA9

HEX: #509FA9 RGB: (80,159,169)

Color info

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

RGB color model

#509FA9 color RGB value is (80,159,169).

RGB: (80,159,169) (31%, 62%, 66%)

RGB channels and saturation

R 80 of 255 = 31%
G 159 of 255 = 62%
B 169 of 255 = 66%

80
159
169

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

Portions of RGB colors in percentages

R + G + B = 80 + 159 + 169 = 408 (100%)
R 80 of 408 ~ 19.61%
G 159 of 408 ~ 38.97%
B 169 of 408 ~ 41.42'%

%19.61
%38.97
%41.42

CMYK color model

#509FA9 color CMYK value is (53,6,0,34).

  • cyan value is 52.66%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (53,6,0,34)
C53M6Y0K34 (53%, 6%, 0%, 34%)
(0.53 / 0.06 / 0.00 / 0.34)

CMYK percentages

%52.66
%5.92
%0
%33.73

Codes

Color #509FA9 in popluar color models

50 9F A9
RGB 80 159 169
HSL 187° 35.74% 48.82%
HSB/HSV 187° 52.66% 66.27%
CMYK 52.66% 5.92% 0.00%
33.73%

Color #509FA9 in popluar number systems.

HEX 50 9F A9
Decimal 80 159 169
Binary 1010000 10011111 10101001
Octal 120 237 251

Shades and tints

Shades of #509FA9

#509FA9
(80,159,169)
#49919A
(73,145,154)
#42838B
(66,131,139)
#3B757C
(59,117,124)
#34676D
(52,103,109)
#2D595E
(45,89,94)
#264B4F
(38,75,79)
#1F3D40
(31,61,64)
#182F31
(24,47,49)
#112122
(17,33,34)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #509FA9

#509FA9
(80,159,169)
#5FA7B0
(95,167,176)
#6EAFB7
(110,175,183)
#7DB7BE
(125,183,190)
#8CBFC5
(140,191,197)
#9BC7CC
(155,199,204)
#AACFD3
(170,207,211)
#B9D7DA
(185,215,218)
#C8DFE1
(200,223,225)
#D7E7E8
(215,231,232)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509FA9 color. Also use rgb(80,159,169) instead hex code.

Text Font Color

.myTextColor { color: #509FA9; }

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

This text font color is #509FA9.

Background Color

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

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

This div background color is #509FA9.

Border color

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

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

This div border color is #509FA9.

Opacity

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

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

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

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

This text has shadow with #509FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509FA9.

Preview

Color preview on black background

This text has color #509FA9 on black background.


Color preview on white background

This text has color #509FA9 on white background.


Black color preview on #509FA9 background

This text has black color on #509FA9 background.


White color preview on #509FA9 background

This text has white color on #509FA9 background.


Related colors

Complementary color

Complementary color for #hex is #AF6056.


I love getcolorcode.com

Triadic colors

1 #A9509F and #9FA950 with #509FA9 are triadic colors.

2 #A99F50 and #9F50A9 with #509FA9 are triadic colors.