COLOR #565F73

HEX: #565F73
RGB: (86,95,115)

Color info

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

RGB color model

#565F73 color RGB value is (86,95,115).

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

RGB channels and saturation

R 86 of 255 = 34%
G 95 of 255 = 37%
B 115 of 255 = 45%

86
95
115

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

Portions of RGB colors in percentages

R + G + B =
86 + 95 + 115 = 296 (100%)
R 86 of 296 ~ 29.05%
G 95 of 296 ~ 32.09%
B 115 of 296 ~ 38.85%

%29.05
%32.09
%38.85

CMYK color model

#565F73 color CMYK value is (25,17,0,55).

  • cyan value is 25.22%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(25,17,0,55)
C25M17Y0K55 
(25%,17%,0%,55%)
(0.25/0.17/0.00/0.55)	

CMYK percentages

%25.22
%17.39
%0
%54.9

Codes

Color #565F73 in popluar color models

565F73
RGB8695115
HSL221°14.43%39.41%
HSB/HSV221°25.22%45.10%
CMYK25.22%17.39%0.00%
54.90%

Color #565F73 in popluar number systems.

HEX565F73
Decimal8695115
Binary101011010111111110011
Octal126137163

Shades and tints

Shades of #565F73

#565F73
(86,95,115)
#4F5769
(79,87,105)
#484F5F
(72,79,95)
#414755
(65,71,85)
#3A3F4B
(58,63,75)
#333741
(51,55,65)
#2C2F37
(44,47,55)
#25272D
(37,39,45)
#1E1F23
(30,31,35)
#171719
(23,23,25)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #565F73

#565F73
(86,95,115)
#656D7F
(101,109,127)
#747B8B
(116,123,139)
#838997
(131,137,151)
#9297A3
(146,151,163)
#A1A5AF
(161,165,175)
#B0B3BB
(176,179,187)
#BFC1C7
(191,193,199)
#CECFD3
(206,207,211)
#DDDDDF
(221,221,223)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565F73; }

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

This text font color is #565F73.


Background Color

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

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

This div background color is #565F73.


Border color

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

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

This div border color is #565F73.


Opacity

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

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

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

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

This text has shadow with #565F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565F73 on black background.


Color preview on white background

This text has color #565F73 on white background.



Black color preview on #565F73 background

This text has black color on #565F73 background.


White color preview on #565F73 background

This text has white color on #565F73 background.