COLOR #500056

HEX: #500056
RGB: (80,0,86)

Color info

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

RGB color model

#500056 color RGB value is (80,0,86).

  • red value is 80;
  • green value is 0;
  • blue value is 86.
RGB:
(80,0,86)
(31%,0%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 0 of 255 = 0%
B 86 of 255 = 34%

80
0
86

R + G + B ~ 22%. #500056 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 0 + 86 = 166 (100%)
R 80 of 166 ~ 48.19%
G 0 of 166 ~ 0%
B 86 of 166 ~ 51.81%

%48.19
%51.81

CMYK color model

#500056 color CMYK value is (7,100,0,66).

  • cyan value is 6.98%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(7,100,0,66)
C7M100Y0K66 
(7%,100%,0%,66%)
(0.07/1.00/0.00/0.66)	

CMYK percentages

%6.98
%100
%0
%66.27

Codes

Color #500056 in popluar color models

500056
RGB80086
HSL296°100.00%16.86%
HSB/HSV296°100.00%33.73%
CMYK6.98%100.00%0.00%
66.27%

Color #500056 in popluar number systems.

HEX500056
Decimal80086
Binary101000001010110
Octal1200126

Shades and tints

Shades of #500056

#500056
(80,0,86)
#49004F
(73,0,79)
#420048
(66,0,72)
#3B0041
(59,0,65)
#34003A
(52,0,58)
#2D0033
(45,0,51)
#26002C
(38,0,44)
#1F0025
(31,0,37)
#18001E
(24,0,30)
#110017
(17,0,23)
#0A0010
(10,0,16)
#000000
(0,0,0)

Tints of #500056

#500056
(80,0,86)
#5F1765
(95,23,101)
#6E2E74
(110,46,116)
#7D4583
(125,69,131)
#8C5C92
(140,92,146)
#9B73A1
(155,115,161)
#AA8AB0
(170,138,176)
#B9A1BF
(185,161,191)
#C8B8CE
(200,184,206)
#D7CFDD
(215,207,221)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500056 color. Also use rgb(80,0,86) instead hex code.

Text Font Color

.myTextColor { color: #500056; }

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

This text font color is #500056.


Background Color

.myBgColor { background-color: #500056; }

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

This div background color is #500056.


Border color

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

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

This div border color is #500056.


Opacity

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

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

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

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

This text has shadow with #500056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500056 on black background.


Color preview on white background

This text has color #500056 on white background.



Black color preview on #500056 background

This text has black color on #500056 background.


White color preview on #500056 background

This text has white color on #500056 background.