COLOR #50205F

HEX: #50205F RGB: (80,32,95)

Color info

#50205F contains mainly red and blue colors. Web safe color of #50205F is #663366 (or #636).

RGB color model

#50205F color RGB value is (80,32,95).

RGB: (80,32,95) (31%, 13%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 32 of 255 = 13%
B 95 of 255 = 37%

80
32
95

R + G + B ~ 27%. #50205F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 32 + 95 = 207 (100%)
R 80 of 207 ~ 38.65%
G 32 of 207 ~ 15.46%
B 95 of 207 ~ 45.89'%

%38.65
%15.46
%45.89

CMYK color model

#50205F color CMYK value is (16,66,0,63).

  • cyan value is 15.79%
  • magenta value is 66.32%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (16,66,0,63)
C16M66Y0K63 (16%, 66%, 0%, 63%)
(0.16 / 0.66 / 0.00 / 0.63)

CMYK percentages

%15.79
%66.32
%0
%62.75

Codes

Color #50205F in popluar color models

50 20 5F
RGB 80 32 95
HSL 286° 49.61% 24.90%
HSB/HSV 286° 66.32% 37.25%
CMYK 15.79% 66.32% 0.00%
62.75%

Color #50205F in popluar number systems.

HEX 50 20 5F
Decimal 80 32 95
Binary 1010000 100000 1011111
Octal 120 40 137

Shades and tints

Shades of #50205F

#50205F
(80,32,95)
#491E57
(73,30,87)
#421C4F
(66,28,79)
#3B1A47
(59,26,71)
#34183F
(52,24,63)
#2D1637
(45,22,55)
#26142F
(38,20,47)
#1F1227
(31,18,39)
#18101F
(24,16,31)
#110E17
(17,14,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #50205F

#50205F
(80,32,95)
#5F346D
(95,52,109)
#6E487B
(110,72,123)
#7D5C89
(125,92,137)
#8C7097
(140,112,151)
#9B84A5
(155,132,165)
#AA98B3
(170,152,179)
#B9ACC1
(185,172,193)
#C8C0CF
(200,192,207)
#D7D4DD
(215,212,221)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50205F color. Also use rgb(80,32,95) instead hex code.

Text Font Color

.myTextColor { color: #50205F; }

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

This text font color is #50205F.

Background Color

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

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

This div background color is #50205F.

Border color

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

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

This div border color is #50205F.

Opacity

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

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

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

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

This text has shadow with #50205F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50205F.

Preview

Color preview on black background

This text has color #50205F on black background.


Color preview on white background

This text has color #50205F on white background.


Black color preview on #50205F background

This text has black color on #50205F background.


White color preview on #50205F background

This text has white color on #50205F background.


Related colors

Complementary color

Complementary color for #hex is #AFDFA0.


I love getcolorcode.com

Triadic colors

1 #5F5020 and #205F50 with #50205F are triadic colors.

2 #5F2050 and #20505F with #50205F are triadic colors.