COLOR #50519C

HEX: #50519C RGB: (80,81,156)

Color info

#50519C contains mainly blue color. Web safe color of #50519C is #666699 (or #669).

RGB color model

#50519C color RGB value is (80,81,156).

RGB: (80,81,156) (31%, 32%, 61%)

RGB channels and saturation

R 80 of 255 = 31%
G 81 of 255 = 32%
B 156 of 255 = 61%

80
81
156

R + G + B ~ 41%. #50519C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 81 + 156 = 317 (100%)
R 80 of 317 ~ 25.24%
G 81 of 317 ~ 25.55%
B 156 of 317 ~ 49.21'%

%25.24
%25.55
%49.21

CMYK color model

#50519C color CMYK value is (49,48,0,39).

  • cyan value is 48.72%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (49,48,0,39) C49M48Y0K39 (49%,48%,0%,39%) (0.49/0.48/0.00/0.39) 

CMYK percentages

%48.72
%48.08
%0
%38.82

Codes

Color #50519C in popluar color models

50 51 9C
RGB 80 81 156
HSL 239° 32.20% 46.27%
HSB/HSV 239° 48.72% 61.18%
CMYK 48.72% 48.08% 0.00%
38.82%

Color #50519C in popluar number systems.

HEX 50 51 9C
Decimal 80 81 156
Binary 1010000 1010001 10011100
Octal 120 121 234

Shades and tints

Shades of #50519C

#50519C
(80,81,156)
#494A8E
(73,74,142)
#424380
(66,67,128)
#3B3C72
(59,60,114)
#343564
(52,53,100)
#2D2E56
(45,46,86)
#262748
(38,39,72)
#1F203A
(31,32,58)
#18192C
(24,25,44)
#11121E
(17,18,30)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #50519C

#50519C
(80,81,156)
#5F60A5
(95,96,165)
#6E6FAE
(110,111,174)
#7D7EB7
(125,126,183)
#8C8DC0
(140,141,192)
#9B9CC9
(155,156,201)
#AAABD2
(170,171,210)
#B9BADB
(185,186,219)
#C8C9E4
(200,201,228)
#D7D8ED
(215,216,237)
#E6E7F6
(230,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50519C color. Also use rgb(80,81,156) instead hex code.

Text Font Color

.myTextColor { color: #50519C; }

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

This text font color is #50519C.

Background Color

.myBgColor { background-color: #50519C; }

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

This div background color is #50519C.

Border color

.myBorderColor { border: 1px solid #50519C; }

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

This div border color is #50519C.

Opacity

.myOpacity80 { color: #50519C; opacity: 0.8; }

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

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

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

This text has shadow with #50519C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50519C.

Preview

Color preview on black background

This text has color #50519C on black background.


Color preview on white background

This text has color #50519C on white background.


Black color preview on #50519C background

This text has black color on #50519C background.


White color preview on #50519C background

This text has white color on #50519C background.


Related colors

Complementary color

Complementary color for #hex is #AFAE63.


I love getcolorcode.com

Triadic colors

1 #9C5051 and #519C50 with #50519C are triadic colors.

2 #9C5150 and #51509C with #50519C are triadic colors.