COLOR #564FAD

HEX: #564FAD
RGB: (86,79,173)

Color info

#564FAD contains mainly blue color. Web safe color of #564FAD is #666699 (or #669).

RGB color model

#564FAD color RGB value is (86,79,173).

  • red value is 86;
  • green value is 79;
  • blue value is 173.
RGB:
(86,79,173)
(34%,31%,68%)

RGB channels and saturation

R 86 of 255 = 34%
G 79 of 255 = 31%
B 173 of 255 = 68%

86
79
173

R + G + B ~ 44%. #564FAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 79 + 173 = 338 (100%)
R 86 of 338 ~ 25.44%
G 79 of 338 ~ 23.37%
B 173 of 338 ~ 51.18%

%25.44
%23.37
%51.18

CMYK color model

#564FAD color CMYK value is (50,54,0,32).

  • cyan value is 50.29%
  • magenta value is 54.34%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(50,54,0,32)
C50M54Y0K32 
(50%,54%,0%,32%)
(0.50/0.54/0.00/0.32)	

CMYK percentages

%50.29
%54.34
%0
%32.16

Codes

Color #564FAD in popluar color models

564FAD
RGB8679173
HSL244°37.30%49.41%
HSB/HSV244°54.34%67.84%
CMYK50.29%54.34%0.00%
32.16%

Color #564FAD in popluar number systems.

HEX564FAD
Decimal8679173
Binary1010110100111110101101
Octal126117255

Shades and tints

Shades of #564FAD

#564FAD
(86,79,173)
#4F489E
(79,72,158)
#48418F
(72,65,143)
#413A80
(65,58,128)
#3A3371
(58,51,113)
#332C62
(51,44,98)
#2C2553
(44,37,83)
#251E44
(37,30,68)
#1E1735
(30,23,53)
#171026
(23,16,38)
#100917
(16,9,23)
#000000
(0,0,0)

Tints of #564FAD

#564FAD
(86,79,173)
#655FB4
(101,95,180)
#746FBB
(116,111,187)
#837FC2
(131,127,194)
#928FC9
(146,143,201)
#A19FD0
(161,159,208)
#B0AFD7
(176,175,215)
#BFBFDE
(191,191,222)
#CECFE5
(206,207,229)
#DDDFEC
(221,223,236)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #564FAD color. Also use rgb(86,79,173) instead hex code.

Text Font Color

.myTextColor { color: #564FAD; }

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

This text font color is #564FAD.


Background Color

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

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

This div background color is #564FAD.


Border color

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

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

This div border color is #564FAD.


Opacity

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

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

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

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

This text has shadow with #564FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564FAD on black background.


Color preview on white background

This text has color #564FAD on white background.



Black color preview on #564FAD background

This text has black color on #564FAD background.


White color preview on #564FAD background

This text has white color on #564FAD background.