COLOR #563FC5

HEX: #563FC5
RGB: (86,63,197)

Color info

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

RGB color model

#563FC5 color RGB value is (86,63,197).

  • red value is 86;
  • green value is 63;
  • blue value is 197.
RGB:
(86,63,197)
(34%,25%,77%)

RGB channels and saturation

R 86 of 255 = 34%
G 63 of 255 = 25%
B 197 of 255 = 77%

86
63
197

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

Portions of RGB colors in percentages

R + G + B =
86 + 63 + 197 = 346 (100%)
R 86 of 346 ~ 24.86%
G 63 of 346 ~ 18.21%
B 197 of 346 ~ 56.94%

%24.86
%18.21
%56.94

CMYK color model

#563FC5 color CMYK value is (56,68,0,23).

  • cyan value is 56.35%
  • magenta value is 68.02%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(56,68,0,23)
C56M68Y0K23 
(56%,68%,0%,23%)
(0.56/0.68/0.00/0.23)	

CMYK percentages

%56.35
%68.02
%0
%22.75

Codes

Color #563FC5 in popluar color models

563FC5
RGB8663197
HSL250°53.60%50.98%
HSB/HSV250°68.02%77.25%
CMYK56.35%68.02%0.00%
22.75%

Color #563FC5 in popluar number systems.

HEX563FC5
Decimal8663197
Binary101011011111111000101
Octal12677305

Shades and tints

Shades of #563FC5

#563FC5
(86,63,197)
#4F3AB4
(79,58,180)
#4835A3
(72,53,163)
#413092
(65,48,146)
#3A2B81
(58,43,129)
#332670
(51,38,112)
#2C215F
(44,33,95)
#251C4E
(37,28,78)
#1E173D
(30,23,61)
#17122C
(23,18,44)
#100D1B
(16,13,27)
#000000
(0,0,0)

Tints of #563FC5

#563FC5
(86,63,197)
#6550CA
(101,80,202)
#7461CF
(116,97,207)
#8372D4
(131,114,212)
#9283D9
(146,131,217)
#A194DE
(161,148,222)
#B0A5E3
(176,165,227)
#BFB6E8
(191,182,232)
#CEC7ED
(206,199,237)
#DDD8F2
(221,216,242)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563FC5 color. Also use rgb(86,63,197) instead hex code.

Text Font Color

.myTextColor { color: #563FC5; }

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

This text font color is #563FC5.


Background Color

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

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

This div background color is #563FC5.


Border color

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

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

This div border color is #563FC5.


Opacity

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

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

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

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

This text has shadow with #563FC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563FC5 on black background.


Color preview on white background

This text has color #563FC5 on white background.



Black color preview on #563FC5 background

This text has black color on #563FC5 background.


White color preview on #563FC5 background

This text has white color on #563FC5 background.