COLOR #565479

HEX: #565479
RGB: (86,84,121)

Color info

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

RGB color model

#565479 color RGB value is (86,84,121).

  • red value is 86;
  • green value is 84;
  • blue value is 121.
RGB:
(86,84,121)
(34%,33%,47%)

RGB channels and saturation

R 86 of 255 = 34%
G 84 of 255 = 33%
B 121 of 255 = 47%

86
84
121

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

Portions of RGB colors in percentages

R + G + B =
86 + 84 + 121 = 291 (100%)
R 86 of 291 ~ 29.55%
G 84 of 291 ~ 28.87%
B 121 of 291 ~ 41.58%

%29.55
%28.87
%41.58

CMYK color model

#565479 color CMYK value is (29,31,0,53).

  • cyan value is 28.93%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(29,31,0,53)
C29M31Y0K53 
(29%,31%,0%,53%)
(0.29/0.31/0.00/0.53)	

CMYK percentages

%28.93
%30.58
%0
%52.55

Codes

Color #565479 in popluar color models

565479
RGB8684121
HSL243°18.05%40.20%
HSB/HSV243°30.58%47.45%
CMYK28.93%30.58%0.00%
52.55%

Color #565479 in popluar number systems.

HEX565479
Decimal8684121
Binary101011010101001111001
Octal126124171

Shades and tints

Shades of #565479

#565479
(86,84,121)
#4F4D6E
(79,77,110)
#484663
(72,70,99)
#413F58
(65,63,88)
#3A384D
(58,56,77)
#333142
(51,49,66)
#2C2A37
(44,42,55)
#25232C
(37,35,44)
#1E1C21
(30,28,33)
#171516
(23,21,22)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #565479

#565479
(86,84,121)
#656385
(101,99,133)
#747291
(116,114,145)
#83819D
(131,129,157)
#9290A9
(146,144,169)
#A19FB5
(161,159,181)
#B0AEC1
(176,174,193)
#BFBDCD
(191,189,205)
#CECCD9
(206,204,217)
#DDDBE5
(221,219,229)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565479 color. Also use rgb(86,84,121) instead hex code.

Text Font Color

.myTextColor { color: #565479; }

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

This text font color is #565479.


Background Color

.myBgColor { background-color: #565479; }

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

This div background color is #565479.


Border color

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

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

This div border color is #565479.


Opacity

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

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

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

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

This text has shadow with #565479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565479 on black background.


Color preview on white background

This text has color #565479 on white background.



Black color preview on #565479 background

This text has black color on #565479 background.


White color preview on #565479 background

This text has white color on #565479 background.