COLOR #563380

HEX: #563380
RGB: (86,51,128)

Color info

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

RGB color model

#563380 color RGB value is (86,51,128).

  • red value is 86;
  • green value is 51;
  • blue value is 128.
RGB:
(86,51,128)
(34%,20%,50%)

RGB channels and saturation

R 86 of 255 = 34%
G 51 of 255 = 20%
B 128 of 255 = 50%

86
51
128

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

Portions of RGB colors in percentages

R + G + B =
86 + 51 + 128 = 265 (100%)
R 86 of 265 ~ 32.45%
G 51 of 265 ~ 19.25%
B 128 of 265 ~ 48.3%

%32.45
%19.25
%48.3

CMYK color model

#563380 color CMYK value is (33,60,0,50).

  • cyan value is 32.81%
  • magenta value is 60.16%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(33,60,0,50)
C33M60Y0K50 
(33%,60%,0%,50%)
(0.33/0.60/0.00/0.50)	

CMYK percentages

%32.81
%60.16
%0
%49.8

Codes

Color #563380 in popluar color models

563380
RGB8651128
HSL267°43.02%35.10%
HSB/HSV267°60.16%50.20%
CMYK32.81%60.16%0.00%
49.80%

Color #563380 in popluar number systems.

HEX563380
Decimal8651128
Binary101011011001110000000
Octal12663200

Shades and tints

Shades of #563380

#563380
(86,51,128)
#4F2F75
(79,47,117)
#482B6A
(72,43,106)
#41275F
(65,39,95)
#3A2354
(58,35,84)
#331F49
(51,31,73)
#2C1B3E
(44,27,62)
#251733
(37,23,51)
#1E1328
(30,19,40)
#170F1D
(23,15,29)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #563380

#563380
(86,51,128)
#65458B
(101,69,139)
#745796
(116,87,150)
#8369A1
(131,105,161)
#927BAC
(146,123,172)
#A18DB7
(161,141,183)
#B09FC2
(176,159,194)
#BFB1CD
(191,177,205)
#CEC3D8
(206,195,216)
#DDD5E3
(221,213,227)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563380 color. Also use rgb(86,51,128) instead hex code.

Text Font Color

.myTextColor { color: #563380; }

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

This text font color is #563380.


Background Color

.myBgColor { background-color: #563380; }

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

This div background color is #563380.


Border color

.myBorderColor { border: 1px solid #563380; }

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

This div border color is #563380.


Opacity

.myOpacity80 { color: #563380; opacity: 0.8; }

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

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

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

This text has shadow with #563380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563380 on black background.


Color preview on white background

This text has color #563380 on white background.



Black color preview on #563380 background

This text has black color on #563380 background.


White color preview on #563380 background

This text has white color on #563380 background.