COLOR #563A70

HEX: #563A70
RGB: (86,58,112)

Color info

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

RGB color model

#563A70 color RGB value is (86,58,112).

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

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 112 of 255 = 44%

86
58
112

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

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 112 = 256 (100%)
R 86 of 256 ~ 33.59%
G 58 of 256 ~ 22.66%
B 112 of 256 ~ 43.75%

%33.59
%22.66
%43.75

CMYK color model

#563A70 color CMYK value is (23,48,0,56).

  • cyan value is 23.21%
  • magenta value is 48.21%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(23,48,0,56)
C23M48Y0K56 
(23%,48%,0%,56%)
(0.23/0.48/0.00/0.56)	

CMYK percentages

%23.21
%48.21
%0
%56.08

Codes

Color #563A70 in popluar color models

563A70
RGB8658112
HSL271°31.76%33.33%
HSB/HSV271°48.21%43.92%
CMYK23.21%48.21%0.00%
56.08%

Color #563A70 in popluar number systems.

HEX563A70
Decimal8658112
Binary10101101110101110000
Octal12672160

Shades and tints

Shades of #563A70

#563A70
(86,58,112)
#4F3566
(79,53,102)
#48305C
(72,48,92)
#412B52
(65,43,82)
#3A2648
(58,38,72)
#33213E
(51,33,62)
#2C1C34
(44,28,52)
#25172A
(37,23,42)
#1E1220
(30,18,32)
#170D16
(23,13,22)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #563A70

#563A70
(86,58,112)
#654B7D
(101,75,125)
#745C8A
(116,92,138)
#836D97
(131,109,151)
#927EA4
(146,126,164)
#A18FB1
(161,143,177)
#B0A0BE
(176,160,190)
#BFB1CB
(191,177,203)
#CEC2D8
(206,194,216)
#DDD3E5
(221,211,229)
#ECE4F2
(236,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563A70; }

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

This text font color is #563A70.


Background Color

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

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

This div background color is #563A70.


Border color

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

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

This div border color is #563A70.


Opacity

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

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

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

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

This text has shadow with #563A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A70 on black background.


Color preview on white background

This text has color #563A70 on white background.



Black color preview on #563A70 background

This text has black color on #563A70 background.


White color preview on #563A70 background

This text has white color on #563A70 background.