COLOR #509BA8

HEX: #509BA8
RGB: (80,155,168)

Color info

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

RGB color model

#509BA8 color RGB value is (80,155,168).

  • red value is 80;
  • green value is 155;
  • blue value is 168.
RGB:
(80,155,168)
(31%,61%,66%)

RGB channels and saturation

R 80 of 255 = 31%
G 155 of 255 = 61%
B 168 of 255 = 66%

80
155
168

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

Portions of RGB colors in percentages

R + G + B =
80 + 155 + 168 = 403 (100%)
R 80 of 403 ~ 19.85%
G 155 of 403 ~ 38.46%
B 168 of 403 ~ 41.69%

%19.85
%38.46
%41.69

CMYK color model

#509BA8 color CMYK value is (52,8,0,34).

  • cyan value is 52.38%
  • magenta value is 7.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(52,8,0,34)
C52M8Y0K34 
(52%,8%,0%,34%)
(0.52/0.08/0.00/0.34)	

CMYK percentages

%52.38
%7.74
%0
%34.12

Codes

Color #509BA8 in popluar color models

509BA8
RGB80155168
HSL189°35.48%48.63%
HSB/HSV189°52.38%65.88%
CMYK52.38%7.74%0.00%
34.12%

Color #509BA8 in popluar number systems.

HEX509BA8
Decimal80155168
Binary10100001001101110101000
Octal120233250

Shades and tints

Shades of #509BA8

#509BA8
(80,155,168)
#498D99
(73,141,153)
#427F8A
(66,127,138)
#3B717B
(59,113,123)
#34636C
(52,99,108)
#2D555D
(45,85,93)
#26474E
(38,71,78)
#1F393F
(31,57,63)
#182B30
(24,43,48)
#111D21
(17,29,33)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #509BA8

#509BA8
(80,155,168)
#5FA4AF
(95,164,175)
#6EADB6
(110,173,182)
#7DB6BD
(125,182,189)
#8CBFC4
(140,191,196)
#9BC8CB
(155,200,203)
#AAD1D2
(170,209,210)
#B9DAD9
(185,218,217)
#C8E3E0
(200,227,224)
#D7ECE7
(215,236,231)
#E6F5EE
(230,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509BA8 color. Also use rgb(80,155,168) instead hex code.

Text Font Color

.myTextColor { color: #509BA8; }

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

This text font color is #509BA8.


Background Color

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

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

This div background color is #509BA8.


Border color

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

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

This div border color is #509BA8.


Opacity

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

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

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

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

This text has shadow with #509BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509BA8 on black background.


Color preview on white background

This text has color #509BA8 on white background.



Black color preview on #509BA8 background

This text has black color on #509BA8 background.


White color preview on #509BA8 background

This text has white color on #509BA8 background.