COLOR #509B93

HEX: #509B93
RGB: (80,155,147)

Color info

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

RGB color model

#509B93 color RGB value is (80,155,147).

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

RGB channels and saturation

R 80 of 255 = 31%
G 155 of 255 = 61%
B 147 of 255 = 58%

80
155
147

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

Portions of RGB colors in percentages

R + G + B =
80 + 155 + 147 = 382 (100%)
R 80 of 382 ~ 20.94%
G 155 of 382 ~ 40.58%
B 147 of 382 ~ 38.48%

%20.94
%40.58
%38.48

CMYK color model

#509B93 color CMYK value is (48,0,5,39).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 39.22%
CMYK:
(48,0,5,39)
C48M0Y5K39 
(48%,0%,5%,39%)
(0.48/0.00/0.05/0.39)	

CMYK percentages

%48.39
%0
%5.16
%39.22

Codes

Color #509B93 in popluar color models

509B93
RGB80155147
HSL174°31.91%46.08%
HSB/HSV174°48.39%60.78%
CMYK48.39%0.00%5.16%
39.22%

Color #509B93 in popluar number systems.

HEX509B93
Decimal80155147
Binary10100001001101110010011
Octal120233223

Shades and tints

Shades of #509B93

#509B93
(80,155,147)
#498D86
(73,141,134)
#427F79
(66,127,121)
#3B716C
(59,113,108)
#34635F
(52,99,95)
#2D5552
(45,85,82)
#264745
(38,71,69)
#1F3938
(31,57,56)
#182B2B
(24,43,43)
#111D1E
(17,29,30)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #509B93

#509B93
(80,155,147)
#5FA49C
(95,164,156)
#6EADA5
(110,173,165)
#7DB6AE
(125,182,174)
#8CBFB7
(140,191,183)
#9BC8C0
(155,200,192)
#AAD1C9
(170,209,201)
#B9DAD2
(185,218,210)
#C8E3DB
(200,227,219)
#D7ECE4
(215,236,228)
#E6F5ED
(230,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509B93; }

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

This text font color is #509B93.


Background Color

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

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

This div background color is #509B93.


Border color

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

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

This div border color is #509B93.


Opacity

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

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

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

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

This text has shadow with #509B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509B93 on black background.


Color preview on white background

This text has color #509B93 on white background.



Black color preview on #509B93 background

This text has black color on #509B93 background.


White color preview on #509B93 background

This text has white color on #509B93 background.