COLOR #565C79

HEX: #565C79
RGB: (86,92,121)

Color info

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

RGB color model

#565C79 color RGB value is (86,92,121).

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

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 121 of 255 = 47%

86
92
121

R + G + B ~ 39%. #565C79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 121 = 299 (100%)
R 86 of 299 ~ 28.76%
G 92 of 299 ~ 30.77%
B 121 of 299 ~ 40.47%

%28.76
%30.77
%40.47

CMYK color model

#565C79 color CMYK value is (29,24,0,53).

  • cyan value is 28.93%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(29,24,0,53)
C29M24Y0K53 
(29%,24%,0%,53%)
(0.29/0.24/0.00/0.53)	

CMYK percentages

%28.93
%23.97
%0
%52.55

Codes

Color #565C79 in popluar color models

565C79
RGB8692121
HSL230°16.91%40.59%
HSB/HSV230°28.93%47.45%
CMYK28.93%23.97%0.00%
52.55%

Color #565C79 in popluar number systems.

HEX565C79
Decimal8692121
Binary101011010111001111001
Octal126134171

Shades and tints

Shades of #565C79

#565C79
(86,92,121)
#4F546E
(79,84,110)
#484C63
(72,76,99)
#414458
(65,68,88)
#3A3C4D
(58,60,77)
#333442
(51,52,66)
#2C2C37
(44,44,55)
#25242C
(37,36,44)
#1E1C21
(30,28,33)
#171416
(23,20,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #565C79

#565C79
(86,92,121)
#656A85
(101,106,133)
#747891
(116,120,145)
#83869D
(131,134,157)
#9294A9
(146,148,169)
#A1A2B5
(161,162,181)
#B0B0C1
(176,176,193)
#BFBECD
(191,190,205)
#CECCD9
(206,204,217)
#DDDAE5
(221,218,229)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C79; }

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

This text font color is #565C79.


Background Color

.myBgColor { background-color: #565C79; }

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

This div background color is #565C79.


Border color

.myBorderColor { border: 1px solid #565C79; }

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

This div border color is #565C79.


Opacity

.myOpacity80 { color: #565C79; opacity: 0.8; }

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

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

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

This text has shadow with #565C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C79 on black background.


Color preview on white background

This text has color #565C79 on white background.



Black color preview on #565C79 background

This text has black color on #565C79 background.


White color preview on #565C79 background

This text has white color on #565C79 background.