COLOR #509AB9

HEX: #509AB9
RGB: (80,154,185)

Color info

#509AB9 contains mainly green and blue colors. Web safe color of #509AB9 is #6699CC (or #69C).

RGB color model

#509AB9 color RGB value is (80,154,185).

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

RGB channels and saturation

R 80 of 255 = 31%
G 154 of 255 = 60%
B 185 of 255 = 73%

80
154
185

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

Portions of RGB colors in percentages

R + G + B =
80 + 154 + 185 = 419 (100%)
R 80 of 419 ~ 19.09%
G 154 of 419 ~ 36.75%
B 185 of 419 ~ 44.15%

%19.09
%36.75
%44.15

CMYK color model

#509AB9 color CMYK value is (57,17,0,27).

  • cyan value is 56.76%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(57,17,0,27)
C57M17Y0K27 
(57%,17%,0%,27%)
(0.57/0.17/0.00/0.27)	

CMYK percentages

%56.76
%16.76
%0
%27.45

Codes

Color #509AB9 in popluar color models

509AB9
RGB80154185
HSL198°42.86%51.96%
HSB/HSV198°56.76%72.55%
CMYK56.76%16.76%0.00%
27.45%

Color #509AB9 in popluar number systems.

HEX509AB9
Decimal80154185
Binary10100001001101010111001
Octal120232271

Shades and tints

Shades of #509AB9

#509AB9
(80,154,185)
#498CA9
(73,140,169)
#427E99
(66,126,153)
#3B7089
(59,112,137)
#346279
(52,98,121)
#2D5469
(45,84,105)
#264659
(38,70,89)
#1F3849
(31,56,73)
#182A39
(24,42,57)
#111C29
(17,28,41)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #509AB9

#509AB9
(80,154,185)
#5FA3BF
(95,163,191)
#6EACC5
(110,172,197)
#7DB5CB
(125,181,203)
#8CBED1
(140,190,209)
#9BC7D7
(155,199,215)
#AAD0DD
(170,208,221)
#B9D9E3
(185,217,227)
#C8E2E9
(200,226,233)
#D7EBEF
(215,235,239)
#E6F4F5
(230,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509AB9; }

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

This text font color is #509AB9.


Background Color

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

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

This div background color is #509AB9.


Border color

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

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

This div border color is #509AB9.


Opacity

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

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

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

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

This text has shadow with #509AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509AB9 on black background.


Color preview on white background

This text has color #509AB9 on white background.



Black color preview on #509AB9 background

This text has black color on #509AB9 background.


White color preview on #509AB9 background

This text has white color on #509AB9 background.