COLOR #509195

HEX: #509195
RGB: (80,145,149)

Color info

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

RGB color model

#509195 color RGB value is (80,145,149).

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

RGB channels and saturation

R 80 of 255 = 31%
G 145 of 255 = 57%
B 149 of 255 = 58%

80
145
149

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

Portions of RGB colors in percentages

R + G + B =
80 + 145 + 149 = 374 (100%)
R 80 of 374 ~ 21.39%
G 145 of 374 ~ 38.77%
B 149 of 374 ~ 39.84%

%21.39
%38.77
%39.84

CMYK color model

#509195 color CMYK value is (46,3,0,42).

  • cyan value is 46.31%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(46,3,0,42)
C46M3Y0K42 
(46%,3%,0%,42%)
(0.46/0.03/0.00/0.42)	

CMYK percentages

%46.31
%2.68
%0
%41.57

Codes

Color #509195 in popluar color models

509195
RGB80145149
HSL183°30.13%44.90%
HSB/HSV183°46.31%58.43%
CMYK46.31%2.68%0.00%
41.57%

Color #509195 in popluar number systems.

HEX509195
Decimal80145149
Binary10100001001000110010101
Octal120221225

Shades and tints

Shades of #509195

#509195
(80,145,149)
#498488
(73,132,136)
#42777B
(66,119,123)
#3B6A6E
(59,106,110)
#345D61
(52,93,97)
#2D5054
(45,80,84)
#264347
(38,67,71)
#1F363A
(31,54,58)
#18292D
(24,41,45)
#111C20
(17,28,32)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #509195

#509195
(80,145,149)
#5F9B9E
(95,155,158)
#6EA5A7
(110,165,167)
#7DAFB0
(125,175,176)
#8CB9B9
(140,185,185)
#9BC3C2
(155,195,194)
#AACDCB
(170,205,203)
#B9D7D4
(185,215,212)
#C8E1DD
(200,225,221)
#D7EBE6
(215,235,230)
#E6F5EF
(230,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509195; }

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

This text font color is #509195.


Background Color

.myBgColor { background-color: #509195; }

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

This div background color is #509195.


Border color

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

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

This div border color is #509195.


Opacity

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

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

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

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

This text has shadow with #509195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509195 on black background.


Color preview on white background

This text has color #509195 on white background.



Black color preview on #509195 background

This text has black color on #509195 background.


White color preview on #509195 background

This text has white color on #509195 background.