COLOR #565D64

HEX: #565D64
RGB: (86,93,100)

Color info

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

RGB color model

#565D64 color RGB value is (86,93,100).

  • red value is 86;
  • green value is 93;
  • blue value is 100.
RGB:
(86,93,100)
(34%,36%,39%)

RGB channels and saturation

R 86 of 255 = 34%
G 93 of 255 = 36%
B 100 of 255 = 39%

86
93
100

R + G + B ~ 36%. #565D64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 93 + 100 = 279 (100%)
R 86 of 279 ~ 30.82%
G 93 of 279 ~ 33.33%
B 100 of 279 ~ 35.84%

%30.82
%33.33
%35.84

CMYK color model

#565D64 color CMYK value is (14,7,0,61).

  • cyan value is 14.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(14,7,0,61)
C14M7Y0K61 
(14%,7%,0%,61%)
(0.14/0.07/0.00/0.61)	

CMYK percentages

%14
%7
%0
%60.78

Codes

Color #565D64 in popluar color models

565D64
RGB8693100
HSL210°7.53%36.47%
HSB/HSV210°14.00%39.22%
CMYK14.00%7.00%0.00%
60.78%

Color #565D64 in popluar number systems.

HEX565D64
Decimal8693100
Binary101011010111011100100
Octal126135144

Shades and tints

Shades of #565D64

#565D64
(86,93,100)
#4F555B
(79,85,91)
#484D52
(72,77,82)
#414549
(65,69,73)
#3A3D40
(58,61,64)
#333537
(51,53,55)
#2C2D2E
(44,45,46)
#252525
(37,37,37)
#1E1D1C
(30,29,28)
#171513
(23,21,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #565D64

#565D64
(86,93,100)
#656B72
(101,107,114)
#747980
(116,121,128)
#83878E
(131,135,142)
#92959C
(146,149,156)
#A1A3AA
(161,163,170)
#B0B1B8
(176,177,184)
#BFBFC6
(191,191,198)
#CECDD4
(206,205,212)
#DDDBE2
(221,219,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565D64 color. Also use rgb(86,93,100) instead hex code.

Text Font Color

.myTextColor { color: #565D64; }

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

This text font color is #565D64.


Background Color

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

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

This div background color is #565D64.


Border color

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

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

This div border color is #565D64.


Opacity

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

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

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

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

This text has shadow with #565D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565D64 on black background.


Color preview on white background

This text has color #565D64 on white background.



Black color preview on #565D64 background

This text has black color on #565D64 background.


White color preview on #565D64 background

This text has white color on #565D64 background.