COLOR #563E8D

HEX: #563E8D RGB: (86,62,141)

Color info

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

RGB color model

#563E8D color RGB value is (86,62,141).

RGB: (86,62,141) (34%, 24%, 55%)

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 141 of 255 = 55%

86
62
141

R + G + B ~ 38%. #563E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 62 + 141 = 289 (100%)
R 86 of 289 ~ 29.76%
G 62 of 289 ~ 21.45%
B 141 of 289 ~ 48.79'%

%29.76
%21.45
%48.79

CMYK color model

#563E8D color CMYK value is (39,56,0,45).

  • cyan value is 39.01%
  • magenta value is 56.03%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (39,56,0,45)
C39M56Y0K45 (39%, 56%, 0%, 45%)
(0.39 / 0.56 / 0.00 / 0.45)

CMYK percentages

%39.01
%56.03
%0
%44.71

Codes

Color #563E8D in popluar color models

56 3E 8D
RGB 86 62 141
HSL 258° 38.92% 39.80%
HSB/HSV 258° 56.03% 55.29%
CMYK 39.01% 56.03% 0.00%
44.71%

Color #563E8D in popluar number systems.

HEX 56 3E 8D
Decimal 86 62 141
Binary 1010110 111110 10001101
Octal 126 76 215

Shades and tints

Shades of #563E8D

#563E8D
(86,62,141)
#4F3981
(79,57,129)
#483475
(72,52,117)
#412F69
(65,47,105)
#3A2A5D
(58,42,93)
#332551
(51,37,81)
#2C2045
(44,32,69)
#251B39
(37,27,57)
#1E162D
(30,22,45)
#171121
(23,17,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #563E8D

#563E8D
(86,62,141)
#654F97
(101,79,151)
#7460A1
(116,96,161)
#8371AB
(131,113,171)
#9282B5
(146,130,181)
#A193BF
(161,147,191)
#B0A4C9
(176,164,201)
#BFB5D3
(191,181,211)
#CEC6DD
(206,198,221)
#DDD7E7
(221,215,231)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563E8D color. Also use rgb(86,62,141) instead hex code.

Text Font Color

.myTextColor { color: #563E8D; }

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

This text font color is #563E8D.

Background Color

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

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

This div background color is #563E8D.

Border color

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

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

This div border color is #563E8D.

Opacity

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

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

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

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

This text has shadow with #563E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563E8D.

Preview

Color preview on black background

This text has color #563E8D on black background.


Color preview on white background

This text has color #563E8D on white background.


Black color preview on #563E8D background

This text has black color on #563E8D background.


White color preview on #563E8D background

This text has white color on #563E8D background.


Related colors

Complementary color

Complementary color for #hex is #A9C172.


I love getcolorcode.com

Triadic colors

1 #8D563E and #3E8D56 with #563E8D are triadic colors.

2 #8D3E56 and #3E568D with #563E8D are triadic colors.