COLOR #563071

HEX: #563071
RGB: (86,48,113)

Color info

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

RGB color model

#563071 color RGB value is (86,48,113).

  • red value is 86;
  • green value is 48;
  • blue value is 113.
RGB:
(86,48,113)
(34%,19%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 48 of 255 = 19%
B 113 of 255 = 44%

86
48
113

R + G + B ~ 32%. #563071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 48 + 113 = 247 (100%)
R 86 of 247 ~ 34.82%
G 48 of 247 ~ 19.43%
B 113 of 247 ~ 45.75%

%34.82
%19.43
%45.75

CMYK color model

#563071 color CMYK value is (24,58,0,56).

  • cyan value is 23.89%
  • magenta value is 57.52%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(24,58,0,56)
C24M58Y0K56 
(24%,58%,0%,56%)
(0.24/0.58/0.00/0.56)	

CMYK percentages

%23.89
%57.52
%0
%55.69

Codes

Color #563071 in popluar color models

563071
RGB8648113
HSL275°40.37%31.57%
HSB/HSV275°57.52%44.31%
CMYK23.89%57.52%0.00%
55.69%

Color #563071 in popluar number systems.

HEX563071
Decimal8648113
Binary10101101100001110001
Octal12660161

Shades and tints

Shades of #563071

#563071
(86,48,113)
#4F2C67
(79,44,103)
#48285D
(72,40,93)
#412453
(65,36,83)
#3A2049
(58,32,73)
#331C3F
(51,28,63)
#2C1835
(44,24,53)
#25142B
(37,20,43)
#1E1021
(30,16,33)
#170C17
(23,12,23)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #563071

#563071
(86,48,113)
#65427D
(101,66,125)
#745489
(116,84,137)
#836695
(131,102,149)
#9278A1
(146,120,161)
#A18AAD
(161,138,173)
#B09CB9
(176,156,185)
#BFAEC5
(191,174,197)
#CEC0D1
(206,192,209)
#DDD2DD
(221,210,221)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563071 color. Also use rgb(86,48,113) instead hex code.

Text Font Color

.myTextColor { color: #563071; }

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

This text font color is #563071.


Background Color

.myBgColor { background-color: #563071; }

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

This div background color is #563071.


Border color

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

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

This div border color is #563071.


Opacity

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

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

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

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

This text has shadow with #563071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563071 on black background.


Color preview on white background

This text has color #563071 on white background.



Black color preview on #563071 background

This text has black color on #563071 background.


White color preview on #563071 background

This text has white color on #563071 background.