COLOR #563A72

HEX: #563A72
RGB: (86,58,114)

Color info

#563A72 contains red, green and blue colors in about the same proportion. Web safe color of #563A72 is #663366 (or #636).

RGB color model

#563A72 color RGB value is (86,58,114).

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

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 114 of 255 = 45%

86
58
114

R + G + B ~ 34%. #563A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 114 = 258 (100%)
R 86 of 258 ~ 33.33%
G 58 of 258 ~ 22.48%
B 114 of 258 ~ 44.19%

%33.33
%22.48
%44.19

CMYK color model

#563A72 color CMYK value is (25,49,0,55).

  • cyan value is 24.56%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (25,49,0,55) C25M49Y0K55 (25%,49%,0%,55%) (0.25/0.49/0.00/0.55)

CMYK percentages

%24.56
%49.12
%0
%55.29

Codes

Color #563A72 in popluar color models

563A72
RGB8658114
HSL270°32.56%33.73%
HSB/HSV270°49.12%44.71%
CMYK24.56%49.12%0.00%
55.29%

Color #563A72 in popluar number systems.

HEX563A72
Decimal8658114
Binary10101101110101110010
Octal12672162

Shades and tints

Shades of #563A72

#563A72
(86,58,114)
#4F3568
(79,53,104)
#48305E
(72,48,94)
#412B54
(65,43,84)
#3A264A
(58,38,74)
#332140
(51,33,64)
#2C1C36
(44,28,54)
#25172C
(37,23,44)
#1E1222
(30,18,34)
#170D18
(23,13,24)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #563A72

#563A72
(86,58,114)
#654B7E
(101,75,126)
#745C8A
(116,92,138)
#836D96
(131,109,150)
#927EA2
(146,126,162)
#A18FAE
(161,143,174)
#B0A0BA
(176,160,186)
#BFB1C6
(191,177,198)
#CEC2D2
(206,194,210)
#DDD3DE
(221,211,222)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563A72; }

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

This text font color is #563A72.


Background Color

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

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

This div background color is #563A72.


Border color

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

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

This div border color is #563A72.


Opacity

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

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

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

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

This text has shadow with #563A72 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #563A72 on black background.


Color preview on white background

This text has color #563A72 on white background.



Black color preview on #563A72 background

This text has black color on #563A72 background.


White color preview on #563A72 background

This text has white color on #563A72 background.