COLOR #509899

HEX: #509899
RGB: (80,152,153)

Color info

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

RGB color model

#509899 color RGB value is (80,152,153).

  • red value is 80;
  • green value is 152;
  • blue value is 153.
RGB:
(80,152,153)
(31%,60%,60%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 153 of 255 = 60%

80
152
153

R + G + B ~ 50%. #509899 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 152 + 153 = 385 (100%)
R 80 of 385 ~ 20.78%
G 152 of 385 ~ 39.48%
B 153 of 385 ~ 39.74%

%20.78
%39.48
%39.74

CMYK color model

#509899 color CMYK value is (48,1,0,40).

  • cyan value is 47.71%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(48,1,0,40)
C48M1Y0K40 
(48%,1%,0%,40%)
(0.48/0.01/0.00/0.40)	

CMYK percentages

%47.71
%0.65
%0
%40

Codes

Color #509899 in popluar color models

509899
RGB80152153
HSL181°31.33%45.69%
HSB/HSV181°47.71%60.00%
CMYK47.71%0.65%0.00%
40.00%

Color #509899 in popluar number systems.

HEX509899
Decimal80152153
Binary10100001001100010011001
Octal120230231

Shades and tints

Shades of #509899

#509899
(80,152,153)
#498B8C
(73,139,140)
#427E7F
(66,126,127)
#3B7172
(59,113,114)
#346465
(52,100,101)
#2D5758
(45,87,88)
#264A4B
(38,74,75)
#1F3D3E
(31,61,62)
#183031
(24,48,49)
#112324
(17,35,36)
#0A1617
(10,22,23)
#000000
(0,0,0)

Tints of #509899

#509899
(80,152,153)
#5FA1A2
(95,161,162)
#6EAAAB
(110,170,171)
#7DB3B4
(125,179,180)
#8CBCBD
(140,188,189)
#9BC5C6
(155,197,198)
#AACECF
(170,206,207)
#B9D7D8
(185,215,216)
#C8E0E1
(200,224,225)
#D7E9EA
(215,233,234)
#E6F2F3
(230,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509899 color. Also use rgb(80,152,153) instead hex code.

Text Font Color

.myTextColor { color: #509899; }

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

This text font color is #509899.


Background Color

.myBgColor { background-color: #509899; }

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

This div background color is #509899.


Border color

.myBorderColor { border: 1px solid #509899; }

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

This div border color is #509899.


Opacity

.myOpacity80 { color: #509899; opacity: 0.8; }

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

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

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

This text has shadow with #509899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509899 on black background.


Color preview on white background

This text has color #509899 on white background.



Black color preview on #509899 background

This text has black color on #509899 background.


White color preview on #509899 background

This text has white color on #509899 background.