COLOR #50597E

HEX: #50597E
RGB: (80,89,126)

Color info

#50597E contains red, green and blue colors in about the same proportion. Web safe color of #50597E is #666666 (or #666).

RGB color model

#50597E color RGB value is (80,89,126).

  • red value is 80;
  • green value is 89;
  • blue value is 126.
RGB: (80,89,126) (31%,35%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 126 of 255 = 49%

80
89
126

R + G + B ~ 38%. #50597E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 126 = 295 (100%)
R 80 of 295 ~ 27.12%
G 89 of 295 ~ 30.17%
B 126 of 295 ~ 42.71%

%27.12
%30.17
%42.71

CMYK color model

#50597E color CMYK value is (37,29,0,51).

  • cyan value is 36.51%
  • magenta value is 29.37%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (37,29,0,51) C37M29Y0K51 (37%,29%,0%,51%) (0.37/0.29/0.00/0.51)

CMYK percentages

%36.51
%29.37
%0
%50.59

Codes

Color #50597E in popluar color models

50597E
RGB8089126
HSL228°22.33%40.39%
HSB/HSV228°36.51%49.41%
CMYK36.51%29.37%0.00%
50.59%

Color #50597E in popluar number systems.

HEX50597E
Decimal8089126
Binary101000010110011111110
Octal120131176

Shades and tints

Shades of #50597E

#50597E
(80,89,126)
#495173
(73,81,115)
#424968
(66,73,104)
#3B415D
(59,65,93)
#343952
(52,57,82)
#2D3147
(45,49,71)
#26293C
(38,41,60)
#1F2131
(31,33,49)
#181926
(24,25,38)
#11111B
(17,17,27)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #50597E

#50597E
(80,89,126)
#5F6889
(95,104,137)
#6E7794
(110,119,148)
#7D869F
(125,134,159)
#8C95AA
(140,149,170)
#9BA4B5
(155,164,181)
#AAB3C0
(170,179,192)
#B9C2CB
(185,194,203)
#C8D1D6
(200,209,214)
#D7E0E1
(215,224,225)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50597E color. Also use rgb(80,89,126) instead hex code.

Text Font Color

.myTextColor { color: #50597E; }

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

This text font color is #50597E.


Background Color

.myBgColor { background-color: #50597E; }

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

This div background color is #50597E.


Border color

.myBorderColor { border: 1px solid #50597E; }

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

This div border color is #50597E.


Opacity

.myOpacity80 { color: #50597E; opacity: 0.8; }

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

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

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

This text has shadow with #50597E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #50597E on black background.


Color preview on white background

This text has color #50597E on white background.



Black color preview on #50597E background

This text has black color on #50597E background.


White color preview on #50597E background

This text has white color on #50597E background.