COLOR #50166D

HEX: #50166D RGB: (80,22,109)

Color info

#50166D contains mainly red and blue colors. Web safe color of #50166D is #660066 (or #606).

RGB color model

#50166D color RGB value is (80,22,109).

RGB: (80,22,109) (31%, 9%, 43%)

RGB channels and saturation

R 80 of 255 = 31%
G 22 of 255 = 9%
B 109 of 255 = 43%

80
22
109

R + G + B ~ 28%. #50166D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 22 + 109 = 211 (100%)
R 80 of 211 ~ 37.91%
G 22 of 211 ~ 10.43%
B 109 of 211 ~ 51.66'%

%37.91
%51.66

CMYK color model

#50166D color CMYK value is (27,80,0,57).

  • cyan value is 26.61%
  • magenta value is 79.82%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (27,80,0,57)
C27M80Y0K57 (27%, 80%, 0%, 57%)
(0.27 / 0.80 / 0.00 / 0.57)

CMYK percentages

%26.61
%79.82
%0
%57.25

Codes

Color #50166D in popluar color models

50 16 6D
RGB 80 22 109
HSL 280° 66.41% 25.69%
HSB/HSV 280° 79.82% 42.75%
CMYK 26.61% 79.82% 0.00%
57.25%

Color #50166D in popluar number systems.

HEX 50 16 6D
Decimal 80 22 109
Binary 1010000 10110 1101101
Octal 120 26 155

Shades and tints

Shades of #50166D

#50166D
(80,22,109)
#491464
(73,20,100)
#42125B
(66,18,91)
#3B1052
(59,16,82)
#340E49
(52,14,73)
#2D0C40
(45,12,64)
#260A37
(38,10,55)
#1F082E
(31,8,46)
#180625
(24,6,37)
#11041C
(17,4,28)
#0A0213
(10,2,19)
#000000
(0,0,0)

Tints of #50166D

#50166D
(80,22,109)
#5F2B7A
(95,43,122)
#6E4087
(110,64,135)
#7D5594
(125,85,148)
#8C6AA1
(140,106,161)
#9B7FAE
(155,127,174)
#AA94BB
(170,148,187)
#B9A9C8
(185,169,200)
#C8BED5
(200,190,213)
#D7D3E2
(215,211,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50166D color. Also use rgb(80,22,109) instead hex code.

Text Font Color

.myTextColor { color: #50166D; }

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

This text font color is #50166D.

Background Color

.myBgColor { background-color: #50166D; }

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

This div background color is #50166D.

Border color

.myBorderColor { border: 1px solid #50166D; }

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

This div border color is #50166D.

Opacity

.myOpacity80 { color: #50166D; opacity: 0.8; }

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

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

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

This text has shadow with #50166D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50166D.

Preview

Color preview on black background

This text has color #50166D on black background.


Color preview on white background

This text has color #50166D on white background.


Black color preview on #50166D background

This text has black color on #50166D background.


White color preview on #50166D background

This text has white color on #50166D background.


Related colors

Complementary color

Complementary color for #hex is #AFE992.


I love getcolorcode.com

Triadic colors

1 #6D5016 and #166D50 with #50166D are triadic colors.

2 #6D1650 and #16506D with #50166D are triadic colors.