COLOR #565B67

HEX: #565B67
RGB: (86,91,103)

Color info

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

RGB color model

#565B67 color RGB value is (86,91,103).

  • red value is 86;
  • green value is 91;
  • blue value is 103.
RGB:
(86,91,103)
(34%,36%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 91 of 255 = 36%
B 103 of 255 = 40%

86
91
103

R + G + B ~ 37%. #565B67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 91 + 103 = 280 (100%)
R 86 of 280 ~ 30.71%
G 91 of 280 ~ 32.5%
B 103 of 280 ~ 36.79%

%30.71
%32.5
%36.79

CMYK color model

#565B67 color CMYK value is (17,12,0,60).

  • cyan value is 16.50%
  • magenta value is 11.65%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,12,0,60)
C17M12Y0K60 
(17%,12%,0%,60%)
(0.17/0.12/0.00/0.60)	

CMYK percentages

%16.5
%11.65
%0
%59.61

Codes

Color #565B67 in popluar color models

565B67
RGB8691103
HSL222°8.99%37.06%
HSB/HSV222°16.50%40.39%
CMYK16.50%11.65%0.00%
59.61%

Color #565B67 in popluar number systems.

HEX565B67
Decimal8691103
Binary101011010110111100111
Octal126133147

Shades and tints

Shades of #565B67

#565B67
(86,91,103)
#4F535E
(79,83,94)
#484B55
(72,75,85)
#41434C
(65,67,76)
#3A3B43
(58,59,67)
#33333A
(51,51,58)
#2C2B31
(44,43,49)
#252328
(37,35,40)
#1E1B1F
(30,27,31)
#171316
(23,19,22)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #565B67

#565B67
(86,91,103)
#656974
(101,105,116)
#747781
(116,119,129)
#83858E
(131,133,142)
#92939B
(146,147,155)
#A1A1A8
(161,161,168)
#B0AFB5
(176,175,181)
#BFBDC2
(191,189,194)
#CECBCF
(206,203,207)
#DDD9DC
(221,217,220)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565B67 color. Also use rgb(86,91,103) instead hex code.

Text Font Color

.myTextColor { color: #565B67; }

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

This text font color is #565B67.


Background Color

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

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

This div background color is #565B67.


Border color

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

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

This div border color is #565B67.


Opacity

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

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

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

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

This text has shadow with #565B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565B67 on black background.


Color preview on white background

This text has color #565B67 on white background.



Black color preview on #565B67 background

This text has black color on #565B67 background.


White color preview on #565B67 background

This text has white color on #565B67 background.