COLOR #564D8A

HEX: #564D8A
RGB: (86,77,138)

Color info

#564D8A contains mainly red and blue colors. Web safe color of #564D8A is #663399 (or #639).

RGB color model

#564D8A color RGB value is (86,77,138).

  • red value is 86;
  • green value is 77;
  • blue value is 138.
RGB:
(86,77,138)
(34%,30%,54%)

RGB channels and saturation

R 86 of 255 = 34%
G 77 of 255 = 30%
B 138 of 255 = 54%

86
77
138

R + G + B ~ 39%. #564D8A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 77 + 138 = 301 (100%)
R 86 of 301 ~ 28.57%
G 77 of 301 ~ 25.58%
B 138 of 301 ~ 45.85%

%28.57
%25.58
%45.85

CMYK color model

#564D8A color CMYK value is (38,44,0,46).

  • cyan value is 37.68%
  • magenta value is 44.20%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(38,44,0,46)
C38M44Y0K46 
(38%,44%,0%,46%)
(0.38/0.44/0.00/0.46)	

CMYK percentages

%37.68
%44.2
%0
%45.88

Codes

Color #564D8A in popluar color models

564D8A
RGB8677138
HSL249°28.37%42.16%
HSB/HSV249°44.20%54.12%
CMYK37.68%44.20%0.00%
45.88%

Color #564D8A in popluar number systems.

HEX564D8A
Decimal8677138
Binary1010110100110110001010
Octal126115212

Shades and tints

Shades of #564D8A

#564D8A
(86,77,138)
#4F467E
(79,70,126)
#483F72
(72,63,114)
#413866
(65,56,102)
#3A315A
(58,49,90)
#332A4E
(51,42,78)
#2C2342
(44,35,66)
#251C36
(37,28,54)
#1E152A
(30,21,42)
#170E1E
(23,14,30)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #564D8A

#564D8A
(86,77,138)
#655D94
(101,93,148)
#746D9E
(116,109,158)
#837DA8
(131,125,168)
#928DB2
(146,141,178)
#A19DBC
(161,157,188)
#B0ADC6
(176,173,198)
#BFBDD0
(191,189,208)
#CECDDA
(206,205,218)
#DDDDE4
(221,221,228)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564D8A color. Also use rgb(86,77,138) instead hex code.

Text Font Color

.myTextColor { color: #564D8A; }

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

This text font color is #564D8A.


Background Color

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

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

This div background color is #564D8A.


Border color

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

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

This div border color is #564D8A.


Opacity

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

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

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

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

This text has shadow with #564D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564D8A on black background.


Color preview on white background

This text has color #564D8A on white background.



Black color preview on #564D8A background

This text has black color on #564D8A background.


White color preview on #564D8A background

This text has white color on #564D8A background.