COLOR #565A71

HEX: #565A71
RGB: (86,90,113)

Color info

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

RGB color model

#565A71 color RGB value is (86,90,113).

  • red value is 86;
  • green value is 90;
  • blue value is 113.
RGB:
(86,90,113)
(34%,35%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 90 of 255 = 35%
B 113 of 255 = 44%

86
90
113

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

Portions of RGB colors in percentages

R + G + B =
86 + 90 + 113 = 289 (100%)
R 86 of 289 ~ 29.76%
G 90 of 289 ~ 31.14%
B 113 of 289 ~ 39.1%

%29.76
%31.14
%39.1

CMYK color model

#565A71 color CMYK value is (24,20,0,56).

  • cyan value is 23.89%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(24,20,0,56)
C24M20Y0K56 
(24%,20%,0%,56%)
(0.24/0.20/0.00/0.56)	

CMYK percentages

%23.89
%20.35
%0
%55.69

Codes

Color #565A71 in popluar color models

565A71
RGB8690113
HSL231°13.57%39.02%
HSB/HSV231°23.89%44.31%
CMYK23.89%20.35%0.00%
55.69%

Color #565A71 in popluar number systems.

HEX565A71
Decimal8690113
Binary101011010110101110001
Octal126132161

Shades and tints

Shades of #565A71

#565A71
(86,90,113)
#4F5267
(79,82,103)
#484A5D
(72,74,93)
#414253
(65,66,83)
#3A3A49
(58,58,73)
#33323F
(51,50,63)
#2C2A35
(44,42,53)
#25222B
(37,34,43)
#1E1A21
(30,26,33)
#171217
(23,18,23)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #565A71

#565A71
(86,90,113)
#65697D
(101,105,125)
#747889
(116,120,137)
#838795
(131,135,149)
#9296A1
(146,150,161)
#A1A5AD
(161,165,173)
#B0B4B9
(176,180,185)
#BFC3C5
(191,195,197)
#CED2D1
(206,210,209)
#DDE1DD
(221,225,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565A71 color. Also use rgb(86,90,113) instead hex code.

Text Font Color

.myTextColor { color: #565A71; }

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

This text font color is #565A71.


Background Color

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

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

This div background color is #565A71.


Border color

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

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

This div border color is #565A71.


Opacity

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

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

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

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

This text has shadow with #565A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565A71 on black background.


Color preview on white background

This text has color #565A71 on white background.



Black color preview on #565A71 background

This text has black color on #565A71 background.


White color preview on #565A71 background

This text has white color on #565A71 background.