COLOR #564551

HEX: #564551
RGB: (86,69,81)

Color info

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

RGB color model

#564551 color RGB value is (86,69,81).

  • red value is 86;
  • green value is 69;
  • blue value is 81.
RGB:
(86,69,81)
(34%,27%,32%)

RGB channels and saturation

R 86 of 255 = 34%
G 69 of 255 = 27%
B 81 of 255 = 32%

86
69
81

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

Portions of RGB colors in percentages

R + G + B =
86 + 69 + 81 = 236 (100%)
R 86 of 236 ~ 36.44%
G 69 of 236 ~ 29.24%
B 81 of 236 ~ 34.32%

%36.44
%29.24
%34.32

CMYK color model

#564551 color CMYK value is (0,20,6,66).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 5.81%
  • key color value is 66.27%
CMYK:
(0,20,6,66)
C0M20Y6K66 
(0%,20%,6%,66%)
(0.00/0.20/0.06/0.66)	

CMYK percentages

%0
%19.77
%5.81
%66.27

Codes

Color #564551 in popluar color models

564551
RGB866981
HSL318°10.97%30.39%
HSB/HSV318°19.77%33.73%
CMYK0.00%19.77%5.81%
66.27%

Color #564551 in popluar number systems.

HEX564551
Decimal866981
Binary101011010001011010001
Octal126105121

Shades and tints

Shades of #564551

#564551
(86,69,81)
#4F3F4A
(79,63,74)
#483943
(72,57,67)
#41333C
(65,51,60)
#3A2D35
(58,45,53)
#33272E
(51,39,46)
#2C2127
(44,33,39)
#251B20
(37,27,32)
#1E1519
(30,21,25)
#170F12
(23,15,18)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #564551

#564551
(86,69,81)
#655560
(101,85,96)
#74656F
(116,101,111)
#83757E
(131,117,126)
#92858D
(146,133,141)
#A1959C
(161,149,156)
#B0A5AB
(176,165,171)
#BFB5BA
(191,181,186)
#CEC5C9
(206,197,201)
#DDD5D8
(221,213,216)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564551; }

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

This text font color is #564551.


Background Color

.myBgColor { background-color: #564551; }

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

This div background color is #564551.


Border color

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

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

This div border color is #564551.


Opacity

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

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

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

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

This text has shadow with #564551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564551 on black background.


Color preview on white background

This text has color #564551 on white background.



Black color preview on #564551 background

This text has black color on #564551 background.


White color preview on #564551 background

This text has white color on #564551 background.