COLOR #501655

HEX: #501655
RGB: (80,22,85)

Color info

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

RGB color model

#501655 color RGB value is (80,22,85).

  • red value is 80;
  • green value is 22;
  • blue value is 85.
RGB:
(80,22,85)
(31%,9%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 22 of 255 = 9%
B 85 of 255 = 33%

80
22
85

R + G + B ~ 24%. #501655 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 22 + 85 = 187 (100%)
R 80 of 187 ~ 42.78%
G 22 of 187 ~ 11.76%
B 85 of 187 ~ 45.45%

%42.78
%11.76
%45.45

CMYK color model

#501655 color CMYK value is (6,74,0,67).

  • cyan value is 5.88%
  • magenta value is 74.12%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(6,74,0,67)
C6M74Y0K67 
(6%,74%,0%,67%)
(0.06/0.74/0.00/0.67)	

CMYK percentages

%5.88
%74.12
%0
%66.67

Codes

Color #501655 in popluar color models

501655
RGB802285
HSL295°58.88%20.98%
HSB/HSV295°74.12%33.33%
CMYK5.88%74.12%0.00%
66.67%

Color #501655 in popluar number systems.

HEX501655
Decimal802285
Binary1010000101101010101
Octal12026125

Shades and tints

Shades of #501655

#501655
(80,22,85)
#49144E
(73,20,78)
#421247
(66,18,71)
#3B1040
(59,16,64)
#340E39
(52,14,57)
#2D0C32
(45,12,50)
#260A2B
(38,10,43)
#1F0824
(31,8,36)
#18061D
(24,6,29)
#110416
(17,4,22)
#0A020F
(10,2,15)
#000000
(0,0,0)

Tints of #501655

#501655
(80,22,85)
#5F2B64
(95,43,100)
#6E4073
(110,64,115)
#7D5582
(125,85,130)
#8C6A91
(140,106,145)
#9B7FA0
(155,127,160)
#AA94AF
(170,148,175)
#B9A9BE
(185,169,190)
#C8BECD
(200,190,205)
#D7D3DC
(215,211,220)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #501655; }

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

This text font color is #501655.


Background Color

.myBgColor { background-color: #501655; }

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

This div background color is #501655.


Border color

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

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

This div border color is #501655.


Opacity

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

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

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

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

This text has shadow with #501655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501655 on black background.


Color preview on white background

This text has color #501655 on white background.



Black color preview on #501655 background

This text has black color on #501655 background.


White color preview on #501655 background

This text has white color on #501655 background.