COLOR #500469

HEX: #500469 RGB: (80,4,105)

Color info

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

RGB color model

#500469 color RGB value is (80,4,105).

RGB: (80,4,105) (31%, 2%, 41%)

RGB channels and saturation

R 80 of 255 = 31%
G 4 of 255 = 2%
B 105 of 255 = 41%

80
4
105

R + G + B ~ 25%. #500469 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 4 + 105 = 189 (100%)
R 80 of 189 ~ 42.33%
G 4 of 189 ~ 2.12%
B 105 of 189 ~ 55.56'%

%42.33
%55.56

CMYK color model

#500469 color CMYK value is (24,96,0,59).

  • cyan value is 23.81%
  • magenta value is 96.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK: (24,96,0,59) C24M96Y0K59 (24%,96%,0%,59%) (0.24/0.96/0.00/0.59) 

CMYK percentages

%23.81
%96.19
%0
%58.82

Codes

Color #500469 in popluar color models

50 04 69
RGB 80 4 105
HSL 285° 92.66% 21.37%
HSB/HSV 285° 96.19% 41.18%
CMYK 23.81% 96.19% 0.00%
58.82%

Color #500469 in popluar number systems.

HEX 50 04 69
Decimal 80 4 105
Binary 1010000 100 1101001
Octal 120 4 151

Shades and tints

Shades of #500469

#500469
(80,4,105)
#490460
(73,4,96)
#420457
(66,4,87)
#3B044E
(59,4,78)
#340445
(52,4,69)
#2D043C
(45,4,60)
#260433
(38,4,51)
#1F042A
(31,4,42)
#180421
(24,4,33)
#110418
(17,4,24)
#0A040F
(10,4,15)
#000000
(0,0,0)

Tints of #500469

#500469
(80,4,105)
#5F1A76
(95,26,118)
#6E3083
(110,48,131)
#7D4690
(125,70,144)
#8C5C9D
(140,92,157)
#9B72AA
(155,114,170)
#AA88B7
(170,136,183)
#B99EC4
(185,158,196)
#C8B4D1
(200,180,209)
#D7CADE
(215,202,222)
#E6E0EB
(230,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500469 color. Also use rgb(80,4,105) instead hex code.

Text Font Color

.myTextColor { color: #500469; }

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

This text font color is #500469.

Background Color

.myBgColor { background-color: #500469; }

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

This div background color is #500469.

Border color

.myBorderColor { border: 1px solid #500469; }

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

This div border color is #500469.

Opacity

.myOpacity80 { color: #500469; opacity: 0.8; }

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

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

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

This text has shadow with #500469 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #500469.

Preview

Color preview on black background

This text has color #500469 on black background.


Color preview on white background

This text has color #500469 on white background.


Black color preview on #500469 background

This text has black color on #500469 background.


White color preview on #500469 background

This text has white color on #500469 background.


Related colors

Complementary color

Complementary color for #hex is #AFFB96.


I love getcolorcode.com

Triadic colors

1 #695004 and #046950 with #500469 are triadic colors.

2 #690450 and #045069 with #500469 are triadic colors.