COLOR #563DA3

HEX: #563DA3
RGB: (86,61,163)

Color info

#563DA3 contains mainly blue color. Web safe color of #563DA3 is #663399 (or #639).

RGB color model

#563DA3 color RGB value is (86,61,163).

  • red value is 86;
  • green value is 61;
  • blue value is 163.
RGB:
(86,61,163)
(34%,24%,64%)

RGB channels and saturation

R 86 of 255 = 34%
G 61 of 255 = 24%
B 163 of 255 = 64%

86
61
163

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

Portions of RGB colors in percentages

R + G + B =
86 + 61 + 163 = 310 (100%)
R 86 of 310 ~ 27.74%
G 61 of 310 ~ 19.68%
B 163 of 310 ~ 52.58%

%27.74
%19.68
%52.58

CMYK color model

#563DA3 color CMYK value is (47,63,0,36).

  • cyan value is 47.24%
  • magenta value is 62.58%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(47,63,0,36)
C47M63Y0K36 
(47%,63%,0%,36%)
(0.47/0.63/0.00/0.36)	

CMYK percentages

%47.24
%62.58
%0
%36.08

Codes

Color #563DA3 in popluar color models

563DA3
RGB8661163
HSL255°45.54%43.92%
HSB/HSV255°62.58%63.92%
CMYK47.24%62.58%0.00%
36.08%

Color #563DA3 in popluar number systems.

HEX563DA3
Decimal8661163
Binary101011011110110100011
Octal12675243

Shades and tints

Shades of #563DA3

#563DA3
(86,61,163)
#4F3895
(79,56,149)
#483387
(72,51,135)
#412E79
(65,46,121)
#3A296B
(58,41,107)
#33245D
(51,36,93)
#2C1F4F
(44,31,79)
#251A41
(37,26,65)
#1E1533
(30,21,51)
#171025
(23,16,37)
#100B17
(16,11,23)
#000000
(0,0,0)

Tints of #563DA3

#563DA3
(86,61,163)
#654EAB
(101,78,171)
#745FB3
(116,95,179)
#8370BB
(131,112,187)
#9281C3
(146,129,195)
#A192CB
(161,146,203)
#B0A3D3
(176,163,211)
#BFB4DB
(191,180,219)
#CEC5E3
(206,197,227)
#DDD6EB
(221,214,235)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563DA3 color. Also use rgb(86,61,163) instead hex code.

Text Font Color

.myTextColor { color: #563DA3; }

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

This text font color is #563DA3.


Background Color

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

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

This div background color is #563DA3.


Border color

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

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

This div border color is #563DA3.


Opacity

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

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

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

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

This text has shadow with #563DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563DA3 on black background.


Color preview on white background

This text has color #563DA3 on white background.



Black color preview on #563DA3 background

This text has black color on #563DA3 background.


White color preview on #563DA3 background

This text has white color on #563DA3 background.