COLOR #564F7D

HEX: #564F7D
RGB: (86,79,125)

Color info

#564F7D contains red, green and blue colors in about the same proportion. Web safe color of #564F7D is #666666 (or #666).

RGB color model

#564F7D color RGB value is (86,79,125).

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

RGB channels and saturation

R 86 of 255 = 34%
G 79 of 255 = 31%
B 125 of 255 = 49%

86
79
125

R + G + B ~ 38%. #564F7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 79 + 125 = 290 (100%)
R 86 of 290 ~ 29.66%
G 79 of 290 ~ 27.24%
B 125 of 290 ~ 43.1%

%29.66
%27.24
%43.1

CMYK color model

#564F7D color CMYK value is (31,37,0,51).

  • cyan value is 31.20%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(31,37,0,51)
C31M37Y0K51 
(31%,37%,0%,51%)
(0.31/0.37/0.00/0.51)	

CMYK percentages

%31.2
%36.8
%0
%50.98

Codes

Color #564F7D in popluar color models

564F7D
RGB8679125
HSL249°22.55%40.00%
HSB/HSV249°36.80%49.02%
CMYK31.20%36.80%0.00%
50.98%

Color #564F7D in popluar number systems.

HEX564F7D
Decimal8679125
Binary101011010011111111101
Octal126117175

Shades and tints

Shades of #564F7D

#564F7D
(86,79,125)
#4F4872
(79,72,114)
#484167
(72,65,103)
#413A5C
(65,58,92)
#3A3351
(58,51,81)
#332C46
(51,44,70)
#2C253B
(44,37,59)
#251E30
(37,30,48)
#1E1725
(30,23,37)
#17101A
(23,16,26)
#10090F
(16,9,15)
#000000
(0,0,0)

Tints of #564F7D

#564F7D
(86,79,125)
#655F88
(101,95,136)
#746F93
(116,111,147)
#837F9E
(131,127,158)
#928FA9
(146,143,169)
#A19FB4
(161,159,180)
#B0AFBF
(176,175,191)
#BFBFCA
(191,191,202)
#CECFD5
(206,207,213)
#DDDFE0
(221,223,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #564F7D; }

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

This text font color is #564F7D.


Background Color

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

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

This div background color is #564F7D.


Border color

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

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

This div border color is #564F7D.


Opacity

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

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

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

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

This text has shadow with #564F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #564F7D on black background.


Color preview on white background

This text has color #564F7D on white background.



Black color preview on #564F7D background

This text has black color on #564F7D background.


White color preview on #564F7D background

This text has white color on #564F7D background.