COLOR #563B5A

HEX: #563B5A RGB: (86,59,90)

Color info

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

RGB color model

#563B5A color RGB value is (86,59,90).

RGB: (86,59,90) (34%, 23%, 35%)

RGB channels and saturation

R 86 of 255 = 34%
G 59 of 255 = 23%
B 90 of 255 = 35%

86
59
90

R + G + B ~ 31%. #563B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 59 + 90 = 235 (100%)
R 86 of 235 ~ 36.6%
G 59 of 235 ~ 25.11%
B 90 of 235 ~ 38.3'%

%36.6
%25.11
%38.3

CMYK color model

#563B5A color CMYK value is (4,34,0,65).

  • cyan value is 4.44%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (4,34,0,65)
C4M34Y0K65 (4%, 34%, 0%, 65%)
(0.04 / 0.34 / 0.00 / 0.65)

CMYK percentages

%4.44
%34.44
%0
%64.71

Codes

Color #563B5A in popluar color models

56 3B 5A
RGB 86 59 90
HSL 292° 20.81% 29.22%
HSB/HSV 292° 34.44% 35.29%
CMYK 4.44% 34.44% 0.00%
64.71%

Color #563B5A in popluar number systems.

HEX 56 3B 5A
Decimal 86 59 90
Binary 1010110 111011 1011010
Octal 126 73 132

Shades and tints

Shades of #563B5A

#563B5A
(86,59,90)
#4F3652
(79,54,82)
#48314A
(72,49,74)
#412C42
(65,44,66)
#3A273A
(58,39,58)
#332232
(51,34,50)
#2C1D2A
(44,29,42)
#251822
(37,24,34)
#1E131A
(30,19,26)
#170E12
(23,14,18)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #563B5A

#563B5A
(86,59,90)
#654C69
(101,76,105)
#745D78
(116,93,120)
#836E87
(131,110,135)
#927F96
(146,127,150)
#A190A5
(161,144,165)
#B0A1B4
(176,161,180)
#BFB2C3
(191,178,195)
#CEC3D2
(206,195,210)
#DDD4E1
(221,212,225)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #563B5A color. Also use rgb(86,59,90) instead hex code.

Text Font Color

.myTextColor { color: #563B5A; }

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

This text font color is #563B5A.

Background Color

.myBgColor { background-color: #563B5A; }

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

This div background color is #563B5A.

Border color

.myBorderColor { border: 1px solid #563B5A; }

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

This div border color is #563B5A.

Opacity

.myOpacity80 { color: #563B5A; opacity: 0.8; }

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

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

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

This text has shadow with #563B5A color.


.textShadow {text-shadow: 3px 3px 1px #563B5A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #563B5A; -webkit-box-shadow: 1px 1px 3px 2px #563B5A; box-shadow:1px 1px 3px 2px #563B5A;">
Div content here
</div>

This div box has shadow with color #563B5A.

Preview

Color preview on black background

This text has color #563B5A on black background.


Color preview on white background

This text has color #563B5A on white background.


Black color preview on #563B5A background

This text has black color on #563B5A background.


White color preview on #563B5A background

This text has white color on #563B5A background.


Related colors

Complementary color

Complementary color for #hex is #A9C4A5.


I love getcolorcode.com

Triadic colors

1 #5A563B and #3B5A56 with #563B5A are triadic colors.

2 #5A3B56 and #3B565A with #563B5A are triadic colors.