COLOR #563E7F

HEX: #563E7F RGB: (86,62,127)

Color info

#563E7F contains mainly red and blue colors. Web safe color of #563E7F is #663366 (or #636).

RGB color model

#563E7F color RGB value is (86,62,127).

RGB: (86,62,127) (34%, 24%, 50%)

RGB channels and saturation

R 86 of 255 = 34%
G 62 of 255 = 24%
B 127 of 255 = 50%

86
62
127

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

Portions of RGB colors in percentages

R + G + B = 86 + 62 + 127 = 275 (100%)
R 86 of 275 ~ 31.27%
G 62 of 275 ~ 22.55%
B 127 of 275 ~ 46.18'%

%31.27
%22.55
%46.18

CMYK color model

#563E7F color CMYK value is (32,51,0,50).

  • cyan value is 32.28%
  • magenta value is 51.18%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (32,51,0,50)
C32M51Y0K50 (32%, 51%, 0%, 50%)
(0.32 / 0.51 / 0.00 / 0.50)

CMYK percentages

%32.28
%51.18
%0
%50.2

Codes

Color #563E7F in popluar color models

56 3E 7F
RGB 86 62 127
HSL 262° 34.39% 37.06%
HSB/HSV 262° 51.18% 49.80%
CMYK 32.28% 51.18% 0.00%
50.20%

Color #563E7F in popluar number systems.

HEX 56 3E 7F
Decimal 86 62 127
Binary 1010110 111110 1111111
Octal 126 76 177

Shades and tints

Shades of #563E7F

#563E7F
(86,62,127)
#4F3974
(79,57,116)
#483469
(72,52,105)
#412F5E
(65,47,94)
#3A2A53
(58,42,83)
#332548
(51,37,72)
#2C203D
(44,32,61)
#251B32
(37,27,50)
#1E1627
(30,22,39)
#17111C
(23,17,28)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #563E7F

#563E7F
(86,62,127)
#654F8A
(101,79,138)
#746095
(116,96,149)
#8371A0
(131,113,160)
#9282AB
(146,130,171)
#A193B6
(161,147,182)
#B0A4C1
(176,164,193)
#BFB5CC
(191,181,204)
#CEC6D7
(206,198,215)
#DDD7E2
(221,215,226)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563E7F; }

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

This text font color is #563E7F.

Background Color

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

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

This div background color is #563E7F.

Border color

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

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

This div border color is #563E7F.

Opacity

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

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

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

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

This text has shadow with #563E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563E7F.

Preview

Color preview on black background

This text has color #563E7F on black background.


Color preview on white background

This text has color #563E7F on white background.


Black color preview on #563E7F background

This text has black color on #563E7F background.


White color preview on #563E7F background

This text has white color on #563E7F background.


Related colors

Complementary color

Complementary color for #hex is #A9C180.


I love getcolorcode.com

Triadic colors

1 #7F563E and #3E7F56 with #563E7F are triadic colors.

2 #7F3E56 and #3E567F with #563E7F are triadic colors.