COLOR #50599F

HEX: #50599F
RGB: (80,89,159)

Color info

#50599F contains mainly blue color. Web safe color of #50599F is #666699 (or #669).

RGB color model

#50599F color RGB value is (80,89,159).

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

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 159 of 255 = 62%

80
89
159

R + G + B ~ 43%. #50599F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 159 = 328 (100%)
R 80 of 328 ~ 24.39%
G 89 of 328 ~ 27.13%
B 159 of 328 ~ 48.48%

%24.39
%27.13
%48.48

CMYK color model

#50599F color CMYK value is (50,44,0,38).

  • cyan value is 49.69%
  • magenta value is 44.03%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(50,44,0,38)
C50M44Y0K38 
(50%,44%,0%,38%)
(0.50/0.44/0.00/0.38)	

CMYK percentages

%49.69
%44.03
%0
%37.65

Codes

Color #50599F in popluar color models

50599F
RGB8089159
HSL233°33.05%46.86%
HSB/HSV233°49.69%62.35%
CMYK49.69%44.03%0.00%
37.65%

Color #50599F in popluar number systems.

HEX50599F
Decimal8089159
Binary1010000101100110011111
Octal120131237

Shades and tints

Shades of #50599F

#50599F
(80,89,159)
#495191
(73,81,145)
#424983
(66,73,131)
#3B4175
(59,65,117)
#343967
(52,57,103)
#2D3159
(45,49,89)
#26294B
(38,41,75)
#1F213D
(31,33,61)
#18192F
(24,25,47)
#111121
(17,17,33)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #50599F

#50599F
(80,89,159)
#5F68A7
(95,104,167)
#6E77AF
(110,119,175)
#7D86B7
(125,134,183)
#8C95BF
(140,149,191)
#9BA4C7
(155,164,199)
#AAB3CF
(170,179,207)
#B9C2D7
(185,194,215)
#C8D1DF
(200,209,223)
#D7E0E7
(215,224,231)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50599F color. Also use rgb(80,89,159) instead hex code.

Text Font Color

.myTextColor { color: #50599F; }

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

This text font color is #50599F.


Background Color

.myBgColor { background-color: #50599F; }

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

This div background color is #50599F.


Border color

.myBorderColor { border: 1px solid #50599F; }

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

This div border color is #50599F.


Opacity

.myOpacity80 { color: #50599F; opacity: 0.8; }

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

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

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

This text has shadow with #50599F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50599F on black background.


Color preview on white background

This text has color #50599F on white background.



Black color preview on #50599F background

This text has black color on #50599F background.


White color preview on #50599F background

This text has white color on #50599F background.