COLOR #564555

HEX: #564555 RGB: (86,69,85)

Color info

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

RGB color model

#564555 color RGB value is (86,69,85).

RGB: (86,69,85) (34%, 27%, 33%)

RGB channels and saturation

R 86 of 255 = 34%
G 69 of 255 = 27%
B 85 of 255 = 33%

86
69
85

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

Portions of RGB colors in percentages

R + G + B = 86 + 69 + 85 = 240 (100%)
R 86 of 240 ~ 35.83%
G 69 of 240 ~ 28.75%
B 85 of 240 ~ 35.42'%

%35.83
%28.75
%35.42

CMYK color model

#564555 color CMYK value is (0,20,1,66).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK: (0,20,1,66) C0M20Y1K66 (0%,20%,1%,66%) (0.00/0.20/0.01/0.66) 

CMYK percentages

%0
%19.77
%1.16
%66.27

Codes

Color #564555 in popluar color models

56 45 55
RGB 86 69 85
HSL 304° 10.97% 30.39%
HSB/HSV 304° 19.77% 33.73%
CMYK 0.00% 19.77% 1.16%
66.27%

Color #564555 in popluar number systems.

HEX 56 45 55
Decimal 86 69 85
Binary 1010110 1000101 1010101
Octal 126 105 125

Shades and tints

Shades of #564555

#564555
(86,69,85)
#4F3F4E
(79,63,78)
#483947
(72,57,71)
#413340
(65,51,64)
#3A2D39
(58,45,57)
#332732
(51,39,50)
#2C212B
(44,33,43)
#251B24
(37,27,36)
#1E151D
(30,21,29)
#170F16
(23,15,22)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #564555

#564555
(86,69,85)
#655564
(101,85,100)
#746573
(116,101,115)
#837582
(131,117,130)
#928591
(146,133,145)
#A195A0
(161,149,160)
#B0A5AF
(176,165,175)
#BFB5BE
(191,181,190)
#CEC5CD
(206,197,205)
#DDD5DC
(221,213,220)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564555; }

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

This text font color is #564555.

Background Color

.myBgColor { background-color: #564555; }

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

This div background color is #564555.

Border color

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

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

This div border color is #564555.

Opacity

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

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

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

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

This text has shadow with #564555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #564555.

Preview

Color preview on black background

This text has color #564555 on black background.


Color preview on white background

This text has color #564555 on white background.


Black color preview on #564555 background

This text has black color on #564555 background.


White color preview on #564555 background

This text has white color on #564555 background.


Related colors

Complementary color

Complementary color for #hex is #A9BAAA.


I love getcolorcode.com

Triadic colors

1 #555645 and #455556 with #564555 are triadic colors.

2 #554556 and #455655 with #564555 are triadic colors.