COLOR #500957

HEX: #500957
RGB: (80,9,87)

Color info

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

RGB color model

#500957 color RGB value is (80,9,87).

  • red value is 80;
  • green value is 9;
  • blue value is 87.
RGB:
(80,9,87)
(31%,4%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 9 of 255 = 4%
B 87 of 255 = 34%

80
9
87

R + G + B ~ 23%. #500957 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 9 + 87 = 176 (100%)
R 80 of 176 ~ 45.45%
G 9 of 176 ~ 5.11%
B 87 of 176 ~ 49.43%

%45.45
%49.43

CMYK color model

#500957 color CMYK value is (8,90,0,66).

  • cyan value is 8.05%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(8,90,0,66)
C8M90Y0K66 
(8%,90%,0%,66%)
(0.08/0.90/0.00/0.66)	

CMYK percentages

%8.05
%89.66
%0
%65.88

Codes

Color #500957 in popluar color models

500957
RGB80987
HSL295°81.25%18.82%
HSB/HSV295°89.66%34.12%
CMYK8.05%89.66%0.00%
65.88%

Color #500957 in popluar number systems.

HEX500957
Decimal80987
Binary101000010011010111
Octal12011127

Shades and tints

Shades of #500957

#500957
(80,9,87)
#490950
(73,9,80)
#420949
(66,9,73)
#3B0942
(59,9,66)
#34093B
(52,9,59)
#2D0934
(45,9,52)
#26092D
(38,9,45)
#1F0926
(31,9,38)
#18091F
(24,9,31)
#110918
(17,9,24)
#0A0911
(10,9,17)
#000000
(0,0,0)

Tints of #500957

#500957
(80,9,87)
#5F1F66
(95,31,102)
#6E3575
(110,53,117)
#7D4B84
(125,75,132)
#8C6193
(140,97,147)
#9B77A2
(155,119,162)
#AA8DB1
(170,141,177)
#B9A3C0
(185,163,192)
#C8B9CF
(200,185,207)
#D7CFDE
(215,207,222)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500957 color. Also use rgb(80,9,87) instead hex code.

Text Font Color

.myTextColor { color: #500957; }

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

This text font color is #500957.


Background Color

.myBgColor { background-color: #500957; }

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

This div background color is #500957.


Border color

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

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

This div border color is #500957.


Opacity

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

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

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

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

This text has shadow with #500957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500957 on black background.


Color preview on white background

This text has color #500957 on white background.



Black color preview on #500957 background

This text has black color on #500957 background.


White color preview on #500957 background

This text has white color on #500957 background.