COLOR #564B6A

HEX: #564B6A RGB: (86,75,106)

Color info

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

RGB color model

#564B6A color RGB value is (86,75,106).

RGB: (86,75,106) (34%, 29%, 42%)

RGB channels and saturation

R 86 of 255 = 34%
G 75 of 255 = 29%
B 106 of 255 = 42%

86
75
106

R + G + B ~ 35%. #564B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 75 + 106 = 267 (100%)
R 86 of 267 ~ 32.21%
G 75 of 267 ~ 28.09%
B 106 of 267 ~ 39.7'%

%32.21
%28.09
%39.7

CMYK color model

#564B6A color CMYK value is (19,29,0,58).

  • cyan value is 18.87%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (19,29,0,58)
C19M29Y0K58 (19%, 29%, 0%, 58%)
(0.19 / 0.29 / 0.00 / 0.58)

CMYK percentages

%18.87
%29.25
%0
%58.43

Codes

Color #564B6A in popluar color models

56 4B 6A
RGB 86 75 106
HSL 261° 17.13% 35.49%
HSB/HSV 261° 29.25% 41.57%
CMYK 18.87% 29.25% 0.00%
58.43%

Color #564B6A in popluar number systems.

HEX 56 4B 6A
Decimal 86 75 106
Binary 1010110 1001011 1101010
Octal 126 113 152

Shades and tints

Shades of #564B6A

#564B6A
(86,75,106)
#4F4561
(79,69,97)
#483F58
(72,63,88)
#41394F
(65,57,79)
#3A3346
(58,51,70)
#332D3D
(51,45,61)
#2C2734
(44,39,52)
#25212B
(37,33,43)
#1E1B22
(30,27,34)
#171519
(23,21,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #564B6A

#564B6A
(86,75,106)
#655B77
(101,91,119)
#746B84
(116,107,132)
#837B91
(131,123,145)
#928B9E
(146,139,158)
#A19BAB
(161,155,171)
#B0ABB8
(176,171,184)
#BFBBC5
(191,187,197)
#CECBD2
(206,203,210)
#DDDBDF
(221,219,223)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564B6A color. Also use rgb(86,75,106) instead hex code.

Text Font Color

.myTextColor { color: #564B6A; }

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

This text font color is #564B6A.

Background Color

.myBgColor { background-color: #564B6A; }

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

This div background color is #564B6A.

Border color

.myBorderColor { border: 1px solid #564B6A; }

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

This div border color is #564B6A.

Opacity

.myOpacity80 { color: #564B6A; opacity: 0.8; }

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

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

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

This text has shadow with #564B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #564B6A.

Preview

Color preview on black background

This text has color #564B6A on black background.


Color preview on white background

This text has color #564B6A on white background.


Black color preview on #564B6A background

This text has black color on #564B6A background.


White color preview on #564B6A background

This text has white color on #564B6A background.


Related colors

Complementary color

Complementary color for #hex is #A9B495.


I love getcolorcode.com

Triadic colors

1 #6A564B and #4B6A56 with #564B6A are triadic colors.

2 #6A4B56 and #4B566A with #564B6A are triadic colors.