COLOR #500A59

HEX: #500A59
RGB: (80,10,89)

Color info

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

RGB color model

#500A59 color RGB value is (80,10,89).

  • red value is 80;
  • green value is 10;
  • blue value is 89.
RGB:
(80,10,89)
(31%,4%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 10 of 255 = 4%
B 89 of 255 = 35%

80
10
89

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

Portions of RGB colors in percentages

R + G + B =
80 + 10 + 89 = 179 (100%)
R 80 of 179 ~ 44.69%
G 10 of 179 ~ 5.59%
B 89 of 179 ~ 49.72%

%44.69
%49.72

CMYK color model

#500A59 color CMYK value is (10,89,0,65).

  • cyan value is 10.11%
  • magenta value is 88.76%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(10,89,0,65)
C10M89Y0K65 
(10%,89%,0%,65%)
(0.10/0.89/0.00/0.65)	

CMYK percentages

%10.11
%88.76
%0
%65.1

Codes

Color #500A59 in popluar color models

500A59
RGB801089
HSL293°79.80%19.41%
HSB/HSV293°88.76%34.90%
CMYK10.11%88.76%0.00%
65.10%

Color #500A59 in popluar number systems.

HEX500A59
Decimal801089
Binary101000010101011001
Octal12012131

Shades and tints

Shades of #500A59

#500A59
(80,10,89)
#490A51
(73,10,81)
#420A49
(66,10,73)
#3B0A41
(59,10,65)
#340A39
(52,10,57)
#2D0A31
(45,10,49)
#260A29
(38,10,41)
#1F0A21
(31,10,33)
#180A19
(24,10,25)
#110A11
(17,10,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #500A59

#500A59
(80,10,89)
#5F2068
(95,32,104)
#6E3677
(110,54,119)
#7D4C86
(125,76,134)
#8C6295
(140,98,149)
#9B78A4
(155,120,164)
#AA8EB3
(170,142,179)
#B9A4C2
(185,164,194)
#C8BAD1
(200,186,209)
#D7D0E0
(215,208,224)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500A59 color. Also use rgb(80,10,89) instead hex code.

Text Font Color

.myTextColor { color: #500A59; }

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

This text font color is #500A59.


Background Color

.myBgColor { background-color: #500A59; }

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

This div background color is #500A59.


Border color

.myBorderColor { border: 1px solid #500A59; }

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

This div border color is #500A59.


Opacity

.myOpacity80 { color: #500A59; opacity: 0.8; }

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

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

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

This text has shadow with #500A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500A59 on black background.


Color preview on white background

This text has color #500A59 on white background.



Black color preview on #500A59 background

This text has black color on #500A59 background.


White color preview on #500A59 background

This text has white color on #500A59 background.