COLOR #565C73

HEX: #565C73
RGB: (86,92,115)

Color info

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

RGB color model

#565C73 color RGB value is (86,92,115).

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

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 115 of 255 = 45%

86
92
115

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

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 115 = 293 (100%)
R 86 of 293 ~ 29.35%
G 92 of 293 ~ 31.4%
B 115 of 293 ~ 39.25%

%29.35
%31.4
%39.25

CMYK color model

#565C73 color CMYK value is (25,20,0,55).

  • cyan value is 25.22%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(25,20,0,55)
C25M20Y0K55 
(25%,20%,0%,55%)
(0.25/0.20/0.00/0.55)	

CMYK percentages

%25.22
%20
%0
%54.9

Codes

Color #565C73 in popluar color models

565C73
RGB8692115
HSL228°14.43%39.41%
HSB/HSV228°25.22%45.10%
CMYK25.22%20.00%0.00%
54.90%

Color #565C73 in popluar number systems.

HEX565C73
Decimal8692115
Binary101011010111001110011
Octal126134163

Shades and tints

Shades of #565C73

#565C73
(86,92,115)
#4F5469
(79,84,105)
#484C5F
(72,76,95)
#414455
(65,68,85)
#3A3C4B
(58,60,75)
#333441
(51,52,65)
#2C2C37
(44,44,55)
#25242D
(37,36,45)
#1E1C23
(30,28,35)
#171419
(23,20,25)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #565C73

#565C73
(86,92,115)
#656A7F
(101,106,127)
#74788B
(116,120,139)
#838697
(131,134,151)
#9294A3
(146,148,163)
#A1A2AF
(161,162,175)
#B0B0BB
(176,176,187)
#BFBEC7
(191,190,199)
#CECCD3
(206,204,211)
#DDDADF
(221,218,223)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C73; }

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

This text font color is #565C73.


Background Color

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

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

This div background color is #565C73.


Border color

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

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

This div border color is #565C73.


Opacity

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

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

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

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

This text has shadow with #565C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C73 on black background.


Color preview on white background

This text has color #565C73 on white background.



Black color preview on #565C73 background

This text has black color on #565C73 background.


White color preview on #565C73 background

This text has white color on #565C73 background.