COLOR #563155

HEX: #563155
RGB: (86,49,85)

Color info

#563155 contains red, green and blue colors in about the same proportion. Web safe color of #563155 is #663366 (or #636).

RGB color model

#563155 color RGB value is (86,49,85).

  • red value is 86;
  • green value is 49;
  • blue value is 85.
RGB:
(86,49,85)
(34%,19%,33%)

RGB channels and saturation

R 86 of 255 = 34%
G 49 of 255 = 19%
B 85 of 255 = 33%

86
49
85

R + G + B ~ 29%. #563155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 49 + 85 = 220 (100%)
R 86 of 220 ~ 39.09%
G 49 of 220 ~ 22.27%
B 85 of 220 ~ 38.64%

%39.09
%22.27
%38.64

CMYK color model

#563155 color CMYK value is (0,43,1,66).

  • cyan value is 0.00%
  • magenta value is 43.02%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(0,43,1,66)
C0M43Y1K66 
(0%,43%,1%,66%)
(0.00/0.43/0.01/0.66)	

CMYK percentages

%0
%43.02
%1.16
%66.27

Codes

Color #563155 in popluar color models

563155
RGB864985
HSL302°27.41%26.47%
HSB/HSV302°43.02%33.73%
CMYK0.00%43.02%1.16%
66.27%

Color #563155 in popluar number systems.

HEX563155
Decimal864985
Binary10101101100011010101
Octal12661125

Shades and tints

Shades of #563155

#563155
(86,49,85)
#4F2D4E
(79,45,78)
#482947
(72,41,71)
#412540
(65,37,64)
#3A2139
(58,33,57)
#331D32
(51,29,50)
#2C192B
(44,25,43)
#251524
(37,21,36)
#1E111D
(30,17,29)
#170D16
(23,13,22)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #563155

#563155
(86,49,85)
#654364
(101,67,100)
#745573
(116,85,115)
#836782
(131,103,130)
#927991
(146,121,145)
#A18BA0
(161,139,160)
#B09DAF
(176,157,175)
#BFAFBE
(191,175,190)
#CEC1CD
(206,193,205)
#DDD3DC
(221,211,220)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563155 color. Also use rgb(86,49,85) instead hex code.

Text Font Color

.myTextColor { color: #563155; }

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

This text font color is #563155.


Background Color

.myBgColor { background-color: #563155; }

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

This div background color is #563155.


Border color

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

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

This div border color is #563155.


Opacity

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

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

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

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

This text has shadow with #563155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #563155 on black background.


Color preview on white background

This text has color #563155 on white background.



Black color preview on #563155 background

This text has black color on #563155 background.


White color preview on #563155 background

This text has white color on #563155 background.