COLOR #564255

HEX: #564255
RGB: (86,66,85)

Color info

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

RGB color model

#564255 color RGB value is (86,66,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 66 of 255 = 26%
B 85 of 255 = 33%

86
66
85

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

Portions of RGB colors in percentages

R + G + B =
86 + 66 + 85 = 237 (100%)
R 86 of 237 ~ 36.29%
G 66 of 237 ~ 27.85%
B 85 of 237 ~ 35.86%

%36.29
%27.85
%35.86

CMYK color model

#564255 color CMYK value is (0,23,1,66).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(0,23,1,66)
C0M23Y1K66 
(0%,23%,1%,66%)
(0.00/0.23/0.01/0.66)	

CMYK percentages

%0
%23.26
%1.16
%66.27

Codes

Color #564255 in popluar color models

564255
RGB866685
HSL303°13.16%29.80%
HSB/HSV303°23.26%33.73%
CMYK0.00%23.26%1.16%
66.27%

Color #564255 in popluar number systems.

HEX564255
Decimal866685
Binary101011010000101010101
Octal126102125

Shades and tints

Shades of #564255

#564255
(86,66,85)
#4F3C4E
(79,60,78)
#483647
(72,54,71)
#413040
(65,48,64)
#3A2A39
(58,42,57)
#332432
(51,36,50)
#2C1E2B
(44,30,43)
#251824
(37,24,36)
#1E121D
(30,18,29)
#170C16
(23,12,22)
#10060F
(16,6,15)
#000000
(0,0,0)

Tints of #564255

#564255
(86,66,85)
#655364
(101,83,100)
#746473
(116,100,115)
#837582
(131,117,130)
#928691
(146,134,145)
#A197A0
(161,151,160)
#B0A8AF
(176,168,175)
#BFB9BE
(191,185,190)
#CECACD
(206,202,205)
#DDDBDC
(221,219,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564255; }

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

This text font color is #564255.


Background Color

.myBgColor { background-color: #564255; }

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

This div background color is #564255.


Border color

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

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

This div border color is #564255.


Opacity

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

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

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

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

This text has shadow with #564255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564255 on black background.


Color preview on white background

This text has color #564255 on white background.



Black color preview on #564255 background

This text has black color on #564255 background.


White color preview on #564255 background

This text has white color on #564255 background.