COLOR #509588

HEX: #509588
RGB: (80,149,136)

Color info

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

RGB color model

#509588 color RGB value is (80,149,136).

  • red value is 80;
  • green value is 149;
  • blue value is 136.
RGB:
(80,149,136)
(31%,58%,53%)

RGB channels and saturation

R 80 of 255 = 31%
G 149 of 255 = 58%
B 136 of 255 = 53%

80
149
136

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

Portions of RGB colors in percentages

R + G + B =
80 + 149 + 136 = 365 (100%)
R 80 of 365 ~ 21.92%
G 149 of 365 ~ 40.82%
B 136 of 365 ~ 37.26%

%21.92
%40.82
%37.26

CMYK color model

#509588 color CMYK value is (46,0,9,42).

  • cyan value is 46.31%
  • magenta value is 0.00%
  • yellow value is 8.72%
  • key color value is 41.57%
CMYK:
(46,0,9,42)
C46M0Y9K42 
(46%,0%,9%,42%)
(0.46/0.00/0.09/0.42)	

CMYK percentages

%46.31
%0
%8.72
%41.57

Codes

Color #509588 in popluar color models

509588
RGB80149136
HSL169°30.13%44.90%
HSB/HSV169°46.31%58.43%
CMYK46.31%0.00%8.72%
41.57%

Color #509588 in popluar number systems.

HEX509588
Decimal80149136
Binary10100001001010110001000
Octal120225210

Shades and tints

Shades of #509588

#509588
(80,149,136)
#49887C
(73,136,124)
#427B70
(66,123,112)
#3B6E64
(59,110,100)
#346158
(52,97,88)
#2D544C
(45,84,76)
#264740
(38,71,64)
#1F3A34
(31,58,52)
#182D28
(24,45,40)
#11201C
(17,32,28)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #509588

#509588
(80,149,136)
#5F9E92
(95,158,146)
#6EA79C
(110,167,156)
#7DB0A6
(125,176,166)
#8CB9B0
(140,185,176)
#9BC2BA
(155,194,186)
#AACBC4
(170,203,196)
#B9D4CE
(185,212,206)
#C8DDD8
(200,221,216)
#D7E6E2
(215,230,226)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509588 color. Also use rgb(80,149,136) instead hex code.

Text Font Color

.myTextColor { color: #509588; }

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

This text font color is #509588.


Background Color

.myBgColor { background-color: #509588; }

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

This div background color is #509588.


Border color

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

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

This div border color is #509588.


Opacity

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

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

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

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

This text has shadow with #509588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509588 on black background.


Color preview on white background

This text has color #509588 on white background.



Black color preview on #509588 background

This text has black color on #509588 background.


White color preview on #509588 background

This text has white color on #509588 background.