COLOR #563CCE

HEX: #563CCE
RGB: (86,60,206)

Color info

#563CCE contains mainly blue color. Web safe color of #563CCE is #6633CC (or #63C).

RGB color model

#563CCE color RGB value is (86,60,206).

  • red value is 86;
  • green value is 60;
  • blue value is 206.
RGB:
(86,60,206)
(34%,24%,81%)

RGB channels and saturation

R 86 of 255 = 34%
G 60 of 255 = 24%
B 206 of 255 = 81%

86
60
206

R + G + B ~ 46%. #563CCE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 60 + 206 = 352 (100%)
R 86 of 352 ~ 24.43%
G 60 of 352 ~ 17.05%
B 206 of 352 ~ 58.52%

%24.43
%17.05
%58.52

CMYK color model

#563CCE color CMYK value is (58,71,0,19).

  • cyan value is 58.25%
  • magenta value is 70.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(58,71,0,19)
C58M71Y0K19 
(58%,71%,0%,19%)
(0.58/0.71/0.00/0.19)	

CMYK percentages

%58.25
%70.87
%0
%19.22

Codes

Color #563CCE in popluar color models

563CCE
RGB8660206
HSL251°59.84%52.16%
HSB/HSV251°70.87%80.78%
CMYK58.25%70.87%0.00%
19.22%

Color #563CCE in popluar number systems.

HEX563CCE
Decimal8660206
Binary101011011110011001110
Octal12674316

Shades and tints

Shades of #563CCE

#563CCE
(86,60,206)
#4F37BC
(79,55,188)
#4832AA
(72,50,170)
#412D98
(65,45,152)
#3A2886
(58,40,134)
#332374
(51,35,116)
#2C1E62
(44,30,98)
#251950
(37,25,80)
#1E143E
(30,20,62)
#170F2C
(23,15,44)
#100A1A
(16,10,26)
#000000
(0,0,0)

Tints of #563CCE

#563CCE
(86,60,206)
#654DD2
(101,77,210)
#745ED6
(116,94,214)
#836FDA
(131,111,218)
#9280DE
(146,128,222)
#A191E2
(161,145,226)
#B0A2E6
(176,162,230)
#BFB3EA
(191,179,234)
#CEC4EE
(206,196,238)
#DDD5F2
(221,213,242)
#ECE6F6
(236,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563CCE color. Also use rgb(86,60,206) instead hex code.

Text Font Color

.myTextColor { color: #563CCE; }

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

This text font color is #563CCE.


Background Color

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

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

This div background color is #563CCE.


Border color

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

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

This div border color is #563CCE.


Opacity

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

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

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

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

This text has shadow with #563CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563CCE on black background.


Color preview on white background

This text has color #563CCE on white background.



Black color preview on #563CCE background

This text has black color on #563CCE background.


White color preview on #563CCE background

This text has white color on #563CCE background.