COLOR #565165

HEX: #565165
RGB: (86,81,101)

Color info

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

RGB color model

#565165 color RGB value is (86,81,101).

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

RGB channels and saturation

R 86 of 255 = 34%
G 81 of 255 = 32%
B 101 of 255 = 40%

86
81
101

R + G + B ~ 35%. #565165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 81 + 101 = 268 (100%)
R 86 of 268 ~ 32.09%
G 81 of 268 ~ 30.22%
B 101 of 268 ~ 37.69%

%32.09
%30.22
%37.69

CMYK color model

#565165 color CMYK value is (15,20,0,60).

  • cyan value is 14.85%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(15,20,0,60)
C15M20Y0K60 
(15%,20%,0%,60%)
(0.15/0.20/0.00/0.60)	

CMYK percentages

%14.85
%19.8
%0
%60.39

Codes

Color #565165 in popluar color models

565165
RGB8681101
HSL255°10.99%35.69%
HSB/HSV255°19.80%39.61%
CMYK14.85%19.80%0.00%
60.39%

Color #565165 in popluar number systems.

HEX565165
Decimal8681101
Binary101011010100011100101
Octal126121145

Shades and tints

Shades of #565165

#565165
(86,81,101)
#4F4A5C
(79,74,92)
#484353
(72,67,83)
#413C4A
(65,60,74)
#3A3541
(58,53,65)
#332E38
(51,46,56)
#2C272F
(44,39,47)
#252026
(37,32,38)
#1E191D
(30,25,29)
#171214
(23,18,20)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #565165

#565165
(86,81,101)
#656073
(101,96,115)
#746F81
(116,111,129)
#837E8F
(131,126,143)
#928D9D
(146,141,157)
#A19CAB
(161,156,171)
#B0ABB9
(176,171,185)
#BFBAC7
(191,186,199)
#CEC9D5
(206,201,213)
#DDD8E3
(221,216,227)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565165; }

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

This text font color is #565165.


Background Color

.myBgColor { background-color: #565165; }

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

This div background color is #565165.


Border color

.myBorderColor { border: 1px solid #565165; }

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

This div border color is #565165.


Opacity

.myOpacity80 { color: #565165; opacity: 0.8; }

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

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

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

This text has shadow with #565165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565165 on black background.


Color preview on white background

This text has color #565165 on white background.



Black color preview on #565165 background

This text has black color on #565165 background.


White color preview on #565165 background

This text has white color on #565165 background.