COLOR #501C5A

HEX: #501C5A
RGB: (80,28,90)

Color info

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

RGB color model

#501C5A color RGB value is (80,28,90).

  • red value is 80;
  • green value is 28;
  • blue value is 90.
RGB:
(80,28,90)
(31%,11%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 28 of 255 = 11%
B 90 of 255 = 35%

80
28
90

R + G + B ~ 26%. #501C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 28 + 90 = 198 (100%)
R 80 of 198 ~ 40.4%
G 28 of 198 ~ 14.14%
B 90 of 198 ~ 45.45%

%40.4
%14.14
%45.45

CMYK color model

#501C5A color CMYK value is (11,69,0,65).

  • cyan value is 11.11%
  • magenta value is 68.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(11,69,0,65)
C11M69Y0K65 
(11%,69%,0%,65%)
(0.11/0.69/0.00/0.65)	

CMYK percentages

%11.11
%68.89
%0
%64.71

Codes

Color #501C5A in popluar color models

501C5A
RGB802890
HSL290°52.54%23.14%
HSB/HSV290°68.89%35.29%
CMYK11.11%68.89%0.00%
64.71%

Color #501C5A in popluar number systems.

HEX501C5A
Decimal802890
Binary1010000111001011010
Octal12034132

Shades and tints

Shades of #501C5A

#501C5A
(80,28,90)
#491A52
(73,26,82)
#42184A
(66,24,74)
#3B1642
(59,22,66)
#34143A
(52,20,58)
#2D1232
(45,18,50)
#26102A
(38,16,42)
#1F0E22
(31,14,34)
#180C1A
(24,12,26)
#110A12
(17,10,18)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #501C5A

#501C5A
(80,28,90)
#5F3069
(95,48,105)
#6E4478
(110,68,120)
#7D5887
(125,88,135)
#8C6C96
(140,108,150)
#9B80A5
(155,128,165)
#AA94B4
(170,148,180)
#B9A8C3
(185,168,195)
#C8BCD2
(200,188,210)
#D7D0E1
(215,208,225)
#E6E4F0
(230,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501C5A color. Also use rgb(80,28,90) instead hex code.

Text Font Color

.myTextColor { color: #501C5A; }

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

This text font color is #501C5A.


Background Color

.myBgColor { background-color: #501C5A; }

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

This div background color is #501C5A.


Border color

.myBorderColor { border: 1px solid #501C5A; }

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

This div border color is #501C5A.


Opacity

.myOpacity80 { color: #501C5A; opacity: 0.8; }

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

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

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

This text has shadow with #501C5A color.

.textShadow {text-shadow: 3px 3px 1px #501C5A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501C5A on black background.


Color preview on white background

This text has color #501C5A on white background.



Black color preview on #501C5A background

This text has black color on #501C5A background.


White color preview on #501C5A background

This text has white color on #501C5A background.