COLOR #563A7B

HEX: #563A7B
RGB: (86,58,123)

Color info

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

RGB color model

#563A7B color RGB value is (86,58,123).

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

RGB channels and saturation

R 86 of 255 = 34%
G 58 of 255 = 23%
B 123 of 255 = 48%

86
58
123

R + G + B ~ 35%. #563A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 58 + 123 = 267 (100%)
R 86 of 267 ~ 32.21%
G 58 of 267 ~ 21.72%
B 123 of 267 ~ 46.07%

%32.21
%21.72
%46.07

CMYK color model

#563A7B color CMYK value is (30,53,0,52).

  • cyan value is 30.08%
  • magenta value is 52.85%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(30,53,0,52)
C30M53Y0K52 
(30%,53%,0%,52%)
(0.30/0.53/0.00/0.52)	

CMYK percentages

%30.08
%52.85
%0
%51.76

Codes

Color #563A7B in popluar color models

563A7B
RGB8658123
HSL266°35.91%35.49%
HSB/HSV266°52.85%48.24%
CMYK30.08%52.85%0.00%
51.76%

Color #563A7B in popluar number systems.

HEX563A7B
Decimal8658123
Binary10101101110101111011
Octal12672173

Shades and tints

Shades of #563A7B

#563A7B
(86,58,123)
#4F3570
(79,53,112)
#483065
(72,48,101)
#412B5A
(65,43,90)
#3A264F
(58,38,79)
#332144
(51,33,68)
#2C1C39
(44,28,57)
#25172E
(37,23,46)
#1E1223
(30,18,35)
#170D18
(23,13,24)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #563A7B

#563A7B
(86,58,123)
#654B87
(101,75,135)
#745C93
(116,92,147)
#836D9F
(131,109,159)
#927EAB
(146,126,171)
#A18FB7
(161,143,183)
#B0A0C3
(176,160,195)
#BFB1CF
(191,177,207)
#CEC2DB
(206,194,219)
#DDD3E7
(221,211,231)
#ECE4F3
(236,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #563A7B; }

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

This text font color is #563A7B.


Background Color

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

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

This div background color is #563A7B.


Border color

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

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

This div border color is #563A7B.


Opacity

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

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

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

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

This text has shadow with #563A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563A7B on black background.


Color preview on white background

This text has color #563A7B on white background.



Black color preview on #563A7B background

This text has black color on #563A7B background.


White color preview on #563A7B background

This text has white color on #563A7B background.