COLOR #563A82

HEX: #563A82
RGB: (86,58,130)

Color info

#563A82 contains mainly red and blue colors. Web safe color of #563A82 is #663399 (or #639).

RGB color model

#563A82 color RGB value is (86,58,130).

  • red value is 86;
  • green value is 58;
  • blue value is 130.
RGB:
(86,58,130)
(34%,23%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 130 of 255 = 51%

86
58
130

R + G + B ~ 36%. #563A82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 130 = 274 (100%)
R 86 of 274 ~ 31.39%
G 58 of 274 ~ 21.17%
B 130 of 274 ~ 47.45%

%31.39
%21.17
%47.45

CMYK color model

#563A82 color CMYK value is (34,55,0,49).

  • cyan value is 33.85%
  • magenta value is 55.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(34,55,0,49)
C34M55Y0K49 
(34%,55%,0%,49%)
(0.34/0.55/0.00/0.49)	

CMYK percentages

%33.85
%55.38
%0
%49.02

Codes

Color #563A82 in popluar color models

563A82
RGB8658130
HSL263°38.30%36.86%
HSB/HSV263°55.38%50.98%
CMYK33.85%55.38%0.00%
49.02%

Color #563A82 in popluar number systems.

HEX563A82
Decimal8658130
Binary101011011101010000010
Octal12672202

Shades and tints

Shades of #563A82

#563A82
(86,58,130)
#4F3577
(79,53,119)
#48306C
(72,48,108)
#412B61
(65,43,97)
#3A2656
(58,38,86)
#33214B
(51,33,75)
#2C1C40
(44,28,64)
#251735
(37,23,53)
#1E122A
(30,18,42)
#170D1F
(23,13,31)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #563A82

#563A82
(86,58,130)
#654B8D
(101,75,141)
#745C98
(116,92,152)
#836DA3
(131,109,163)
#927EAE
(146,126,174)
#A18FB9
(161,143,185)
#B0A0C4
(176,160,196)
#BFB1CF
(191,177,207)
#CEC2DA
(206,194,218)
#DDD3E5
(221,211,229)
#ECE4F0
(236,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563A82 color. Also use rgb(86,58,130) instead hex code.

Text Font Color

.myTextColor { color: #563A82; }

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

This text font color is #563A82.


Background Color

.myBgColor { background-color: #563A82; }

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

This div background color is #563A82.


Border color

.myBorderColor { border: 1px solid #563A82; }

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

This div border color is #563A82.


Opacity

.myOpacity80 { color: #563A82; opacity: 0.8; }

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

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

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

This text has shadow with #563A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A82 on black background.


Color preview on white background

This text has color #563A82 on white background.



Black color preview on #563A82 background

This text has black color on #563A82 background.


White color preview on #563A82 background

This text has white color on #563A82 background.