COLOR #563775

HEX: #563775
RGB: (86,55,117)

Color info

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

RGB color model

#563775 color RGB value is (86,55,117).

  • red value is 86;
  • green value is 55;
  • blue value is 117.
RGB:
(86,55,117)
(34%,22%,46%)

RGB channels and saturation

R 86 of 255 = 34%
G 55 of 255 = 22%
B 117 of 255 = 46%

86
55
117

R + G + B ~ 34%. #563775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 55 + 117 = 258 (100%)
R 86 of 258 ~ 33.33%
G 55 of 258 ~ 21.32%
B 117 of 258 ~ 45.35%

%33.33
%21.32
%45.35

CMYK color model

#563775 color CMYK value is (26,53,0,54).

  • cyan value is 26.50%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(26,53,0,54)
C26M53Y0K54 
(26%,53%,0%,54%)
(0.26/0.53/0.00/0.54)	

CMYK percentages

%26.5
%52.99
%0
%54.12

Codes

Color #563775 in popluar color models

563775
RGB8655117
HSL270°36.05%33.73%
HSB/HSV270°52.99%45.88%
CMYK26.50%52.99%0.00%
54.12%

Color #563775 in popluar number systems.

HEX563775
Decimal8655117
Binary10101101101111110101
Octal12667165

Shades and tints

Shades of #563775

#563775
(86,55,117)
#4F326B
(79,50,107)
#482D61
(72,45,97)
#412857
(65,40,87)
#3A234D
(58,35,77)
#331E43
(51,30,67)
#2C1939
(44,25,57)
#25142F
(37,20,47)
#1E0F25
(30,15,37)
#170A1B
(23,10,27)
#100511
(16,5,17)
#000000
(0,0,0)

Tints of #563775

#563775
(86,55,117)
#654981
(101,73,129)
#745B8D
(116,91,141)
#836D99
(131,109,153)
#927FA5
(146,127,165)
#A191B1
(161,145,177)
#B0A3BD
(176,163,189)
#BFB5C9
(191,181,201)
#CEC7D5
(206,199,213)
#DDD9E1
(221,217,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563775 color. Also use rgb(86,55,117) instead hex code.

Text Font Color

.myTextColor { color: #563775; }

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

This text font color is #563775.


Background Color

.myBgColor { background-color: #563775; }

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

This div background color is #563775.


Border color

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

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

This div border color is #563775.


Opacity

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

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

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

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

This text has shadow with #563775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563775 on black background.


Color preview on white background

This text has color #563775 on white background.



Black color preview on #563775 background

This text has black color on #563775 background.


White color preview on #563775 background

This text has white color on #563775 background.