COLOR #564855

HEX: #564855
RGB: (86,72,85)

Color info

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

RGB color model

#564855 color RGB value is (86,72,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 85 of 255 = 33%

86
72
85

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

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 85 = 243 (100%)
R 86 of 243 ~ 35.39%
G 72 of 243 ~ 29.63%
B 85 of 243 ~ 34.98%

%35.39
%29.63
%34.98

CMYK color model

#564855 color CMYK value is (0,16,1,66).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(0,16,1,66)
C0M16Y1K66 
(0%,16%,1%,66%)
(0.00/0.16/0.01/0.66)	

CMYK percentages

%0
%16.28
%1.16
%66.27

Codes

Color #564855 in popluar color models

564855
RGB867285
HSL304°8.86%30.98%
HSB/HSV304°16.28%33.73%
CMYK0.00%16.28%1.16%
66.27%

Color #564855 in popluar number systems.

HEX564855
Decimal867285
Binary101011010010001010101
Octal126110125

Shades and tints

Shades of #564855

#564855
(86,72,85)
#4F424E
(79,66,78)
#483C47
(72,60,71)
#413640
(65,54,64)
#3A3039
(58,48,57)
#332A32
(51,42,50)
#2C242B
(44,36,43)
#251E24
(37,30,36)
#1E181D
(30,24,29)
#171216
(23,18,22)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #564855

#564855
(86,72,85)
#655864
(101,88,100)
#746873
(116,104,115)
#837882
(131,120,130)
#928891
(146,136,145)
#A198A0
(161,152,160)
#B0A8AF
(176,168,175)
#BFB8BE
(191,184,190)
#CEC8CD
(206,200,205)
#DDD8DC
(221,216,220)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564855; }

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

This text font color is #564855.


Background Color

.myBgColor { background-color: #564855; }

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

This div background color is #564855.


Border color

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

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

This div border color is #564855.


Opacity

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

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

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

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

This text has shadow with #564855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564855 on black background.


Color preview on white background

This text has color #564855 on white background.



Black color preview on #564855 background

This text has black color on #564855 background.


White color preview on #564855 background

This text has white color on #564855 background.