COLOR #564899

HEX: #564899
RGB: (86,72,153)

Color info

#564899 contains mainly blue color. Web safe color of #564899 is #663399 (or #639).

RGB color model

#564899 color RGB value is (86,72,153).

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

RGB channels and saturation

R 86 of 255 = 34%
G 72 of 255 = 28%
B 153 of 255 = 60%

86
72
153

R + G + B ~ 41%. #564899 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 72 + 153 = 311 (100%)
R 86 of 311 ~ 27.65%
G 72 of 311 ~ 23.15%
B 153 of 311 ~ 49.2%

%27.65
%23.15
%49.2

CMYK color model

#564899 color CMYK value is (44,53,0,40).

  • cyan value is 43.79%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(44,53,0,40)
C44M53Y0K40 
(44%,53%,0%,40%)
(0.44/0.53/0.00/0.40)	

CMYK percentages

%43.79
%52.94
%0
%40

Codes

Color #564899 in popluar color models

564899
RGB8672153
HSL250°36.00%44.12%
HSB/HSV250°52.94%60.00%
CMYK43.79%52.94%0.00%
40.00%

Color #564899 in popluar number systems.

HEX564899
Decimal8672153
Binary1010110100100010011001
Octal126110231

Shades and tints

Shades of #564899

#564899
(86,72,153)
#4F428C
(79,66,140)
#483C7F
(72,60,127)
#413672
(65,54,114)
#3A3065
(58,48,101)
#332A58
(51,42,88)
#2C244B
(44,36,75)
#251E3E
(37,30,62)
#1E1831
(30,24,49)
#171224
(23,18,36)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #564899

#564899
(86,72,153)
#6558A2
(101,88,162)
#7468AB
(116,104,171)
#8378B4
(131,120,180)
#9288BD
(146,136,189)
#A198C6
(161,152,198)
#B0A8CF
(176,168,207)
#BFB8D8
(191,184,216)
#CEC8E1
(206,200,225)
#DDD8EA
(221,216,234)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564899; }

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

This text font color is #564899.


Background Color

.myBgColor { background-color: #564899; }

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

This div background color is #564899.


Border color

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

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

This div border color is #564899.


Opacity

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

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

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

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

This text has shadow with #564899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564899 on black background.


Color preview on white background

This text has color #564899 on white background.



Black color preview on #564899 background

This text has black color on #564899 background.


White color preview on #564899 background

This text has white color on #564899 background.