COLOR #563881

HEX: #563881
RGB: (86,56,129)

Color info

#563881 contains mainly red and blue colors. Web safe color of #563881 is #663399 (or #639).

RGB color model

#563881 color RGB value is (86,56,129).

  • red value is 86;
  • green value is 56;
  • blue value is 129.
RGB:
(86,56,129)
(34%,22%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 56 of 255 = 22%
B 129 of 255 = 51%

86
56
129

R + G + B ~ 36%. #563881 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 56 + 129 = 271 (100%)
R 86 of 271 ~ 31.73%
G 56 of 271 ~ 20.66%
B 129 of 271 ~ 47.6%

%31.73
%20.66
%47.6

CMYK color model

#563881 color CMYK value is (33,57,0,49).

  • cyan value is 33.33%
  • magenta value is 56.59%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(33,57,0,49)
C33M57Y0K49 
(33%,57%,0%,49%)
(0.33/0.57/0.00/0.49)	

CMYK percentages

%33.33
%56.59
%0
%49.41

Codes

Color #563881 in popluar color models

563881
RGB8656129
HSL265°39.46%36.27%
HSB/HSV265°56.59%50.59%
CMYK33.33%56.59%0.00%
49.41%

Color #563881 in popluar number systems.

HEX563881
Decimal8656129
Binary101011011100010000001
Octal12670201

Shades and tints

Shades of #563881

#563881
(86,56,129)
#4F3376
(79,51,118)
#482E6B
(72,46,107)
#412960
(65,41,96)
#3A2455
(58,36,85)
#331F4A
(51,31,74)
#2C1A3F
(44,26,63)
#251534
(37,21,52)
#1E1029
(30,16,41)
#170B1E
(23,11,30)
#100613
(16,6,19)
#000000
(0,0,0)

Tints of #563881

#563881
(86,56,129)
#654A8C
(101,74,140)
#745C97
(116,92,151)
#836EA2
(131,110,162)
#9280AD
(146,128,173)
#A192B8
(161,146,184)
#B0A4C3
(176,164,195)
#BFB6CE
(191,182,206)
#CEC8D9
(206,200,217)
#DDDAE4
(221,218,228)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563881 color. Also use rgb(86,56,129) instead hex code.

Text Font Color

.myTextColor { color: #563881; }

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

This text font color is #563881.


Background Color

.myBgColor { background-color: #563881; }

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

This div background color is #563881.


Border color

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

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

This div border color is #563881.


Opacity

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

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

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

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

This text has shadow with #563881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563881 on black background.


Color preview on white background

This text has color #563881 on white background.



Black color preview on #563881 background

This text has black color on #563881 background.


White color preview on #563881 background

This text has white color on #563881 background.