COLOR #5031A0

HEX: #5031A0
RGB: (80,49,160)

Color info

#5031A0 contains mainly blue color. Web safe color of #5031A0 is #663399 (or #639).

RGB color model

#5031A0 color RGB value is (80,49,160).

  • red value is 80;
  • green value is 49;
  • blue value is 160.
RGB:
(80,49,160)
(31%,19%,63%)

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 160 of 255 = 63%

80
49
160

R + G + B ~ 38%. #5031A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 49 + 160 = 289 (100%)
R 80 of 289 ~ 27.68%
G 49 of 289 ~ 16.96%
B 160 of 289 ~ 55.36%

%27.68
%16.96
%55.36

CMYK color model

#5031A0 color CMYK value is (50,69,0,37).

  • cyan value is 50.00%
  • magenta value is 69.38%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(50,69,0,37)
C50M69Y0K37 
(50%,69%,0%,37%)
(0.50/0.69/0.00/0.37)	

CMYK percentages

%50
%69.38
%0
%37.25

Codes

Color #5031A0 in popluar color models

5031A0
RGB8049160
HSL257°53.11%40.98%
HSB/HSV257°69.38%62.75%
CMYK50.00%69.38%0.00%
37.25%

Color #5031A0 in popluar number systems.

HEX5031A0
Decimal8049160
Binary101000011000110100000
Octal12061240

Shades and tints

Shades of #5031A0

#5031A0
(80,49,160)
#492D92
(73,45,146)
#422984
(66,41,132)
#3B2576
(59,37,118)
#342168
(52,33,104)
#2D1D5A
(45,29,90)
#26194C
(38,25,76)
#1F153E
(31,21,62)
#181130
(24,17,48)
#110D22
(17,13,34)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #5031A0

#5031A0
(80,49,160)
#5F43A8
(95,67,168)
#6E55B0
(110,85,176)
#7D67B8
(125,103,184)
#8C79C0
(140,121,192)
#9B8BC8
(155,139,200)
#AA9DD0
(170,157,208)
#B9AFD8
(185,175,216)
#C8C1E0
(200,193,224)
#D7D3E8
(215,211,232)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5031A0 color. Also use rgb(80,49,160) instead hex code.

Text Font Color

.myTextColor { color: #5031A0; }

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

This text font color is #5031A0.


Background Color

.myBgColor { background-color: #5031A0; }

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

This div background color is #5031A0.


Border color

.myBorderColor { border: 1px solid #5031A0; }

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

This div border color is #5031A0.


Opacity

.myOpacity80 { color: #5031A0; opacity: 0.8; }

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

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

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

This text has shadow with #5031A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5031A0 on black background.


Color preview on white background

This text has color #5031A0 on white background.



Black color preview on #5031A0 background

This text has black color on #5031A0 background.


White color preview on #5031A0 background

This text has white color on #5031A0 background.