COLOR #565B65

HEX: #565B65
RGB: (86,91,101)

Color info

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

RGB color model

#565B65 color RGB value is (86,91,101).

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

RGB channels and saturation

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

86
91
101

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

Portions of RGB colors in percentages

R + G + B =
86 + 91 + 101 = 278 (100%)
R 86 of 278 ~ 30.94%
G 91 of 278 ~ 32.73%
B 101 of 278 ~ 36.33%

%30.94
%32.73
%36.33

CMYK color model

#565B65 color CMYK value is (15,10,0,60).

  • cyan value is 14.85%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(15,10,0,60)
C15M10Y0K60 
(15%,10%,0%,60%)
(0.15/0.10/0.00/0.60)	

CMYK percentages

%14.85
%9.9
%0
%60.39

Codes

Color #565B65 in popluar color models

565B65
RGB8691101
HSL220°8.02%36.67%
HSB/HSV220°14.85%39.61%
CMYK14.85%9.90%0.00%
60.39%

Color #565B65 in popluar number systems.

HEX565B65
Decimal8691101
Binary101011010110111100101
Octal126133145

Shades and tints

Shades of #565B65

#565B65
(86,91,101)
#4F535C
(79,83,92)
#484B53
(72,75,83)
#41434A
(65,67,74)
#3A3B41
(58,59,65)
#333338
(51,51,56)
#2C2B2F
(44,43,47)
#252326
(37,35,38)
#1E1B1D
(30,27,29)
#171314
(23,19,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #565B65

#565B65
(86,91,101)
#656973
(101,105,115)
#747781
(116,119,129)
#83858F
(131,133,143)
#92939D
(146,147,157)
#A1A1AB
(161,161,171)
#B0AFB9
(176,175,185)
#BFBDC7
(191,189,199)
#CECBD5
(206,203,213)
#DDD9E3
(221,217,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565B65; }

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

This text font color is #565B65.


Background Color

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

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

This div background color is #565B65.


Border color

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

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

This div border color is #565B65.


Opacity

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

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

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

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

This text has shadow with #565B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565B65 on black background.


Color preview on white background

This text has color #565B65 on white background.



Black color preview on #565B65 background

This text has black color on #565B65 background.


White color preview on #565B65 background

This text has white color on #565B65 background.