COLOR #563A80

HEX: #563A80 RGB: (86,58,128)

Color info

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

RGB color model

#563A80 color RGB value is (86,58,128).

RGB: (86,58,128) (34%, 23%, 50%)

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 128 of 255 = 50%

86
58
128

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

Portions of RGB colors in percentages

R + G + B = 86 + 58 + 128 = 272 (100%)
R 86 of 272 ~ 31.62%
G 58 of 272 ~ 21.32%
B 128 of 272 ~ 47.06'%

%31.62
%21.32
%47.06

CMYK color model

#563A80 color CMYK value is (33,55,0,50).

  • cyan value is 32.81%
  • magenta value is 54.69%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (33,55,0,50)
C33M55Y0K50 (33%, 55%, 0%, 50%)
(0.33 / 0.55 / 0.00 / 0.50)

CMYK percentages

%32.81
%54.69
%0
%49.8

Codes

Color #563A80 in popluar color models

56 3A 80
RGB 86 58 128
HSL 264° 37.63% 36.47%
HSB/HSV 264° 54.69% 50.20%
CMYK 32.81% 54.69% 0.00%
49.80%

Color #563A80 in popluar number systems.

HEX 56 3A 80
Decimal 86 58 128
Binary 1010110 111010 10000000
Octal 126 72 200

Shades and tints

Shades of #563A80

#563A80
(86,58,128)
#4F3575
(79,53,117)
#48306A
(72,48,106)
#412B5F
(65,43,95)
#3A2654
(58,38,84)
#332149
(51,33,73)
#2C1C3E
(44,28,62)
#251733
(37,23,51)
#1E1228
(30,18,40)
#170D1D
(23,13,29)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #563A80

#563A80
(86,58,128)
#654B8B
(101,75,139)
#745C96
(116,92,150)
#836DA1
(131,109,161)
#927EAC
(146,126,172)
#A18FB7
(161,143,183)
#B0A0C2
(176,160,194)
#BFB1CD
(191,177,205)
#CEC2D8
(206,194,216)
#DDD3E3
(221,211,227)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563A80; }

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

This text font color is #563A80.

Background Color

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

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

This div background color is #563A80.

Border color

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

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

This div border color is #563A80.

Opacity

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

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

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

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

This text has shadow with #563A80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #563A80.

Preview

Color preview on black background

This text has color #563A80 on black background.


Color preview on white background

This text has color #563A80 on white background.


Black color preview on #563A80 background

This text has black color on #563A80 background.


White color preview on #563A80 background

This text has white color on #563A80 background.


Related colors

Complementary color

Complementary color for #hex is #A9C57F.


I love getcolorcode.com

Triadic colors

1 #80563A and #3A8056 with #563A80 are triadic colors.

2 #803A56 and #3A5680 with #563A80 are triadic colors.