COLOR #565664

HEX: #565664
RGB: (86,86,100)

Color info

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

RGB color model

#565664 color RGB value is (86,86,100).

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

RGB channels and saturation

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

86
86
100

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

Portions of RGB colors in percentages

R + G + B =
86 + 86 + 100 = 272 (100%)
R 86 of 272 ~ 31.62%
G 86 of 272 ~ 31.62%
B 100 of 272 ~ 36.76%

%31.62
%31.62
%36.76

CMYK color model

#565664 color CMYK value is (14,14,0,61).

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

CMYK percentages

%14
%14
%0
%60.78

Codes

Color #565664 in popluar color models

565664
RGB8686100
HSL240°7.53%36.47%
HSB/HSV240°14.00%39.22%
CMYK14.00%14.00%0.00%
60.78%

Color #565664 in popluar number systems.

HEX565664
Decimal8686100
Binary101011010101101100100
Octal126126144

Shades and tints

Shades of #565664

#565664
(86,86,100)
#4F4F5B
(79,79,91)
#484852
(72,72,82)
#414149
(65,65,73)
#3A3A40
(58,58,64)
#333337
(51,51,55)
#2C2C2E
(44,44,46)
#252525
(37,37,37)
#1E1E1C
(30,30,28)
#171713
(23,23,19)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #565664

#565664
(86,86,100)
#656572
(101,101,114)
#747480
(116,116,128)
#83838E
(131,131,142)
#92929C
(146,146,156)
#A1A1AA
(161,161,170)
#B0B0B8
(176,176,184)
#BFBFC6
(191,191,198)
#CECED4
(206,206,212)
#DDDDE2
(221,221,226)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565664; }

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

This text font color is #565664.


Background Color

.myBgColor { background-color: #565664; }

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

This div background color is #565664.


Border color

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

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

This div border color is #565664.


Opacity

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

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

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

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

This text has shadow with #565664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565664 on black background.


Color preview on white background

This text has color #565664 on white background.



Black color preview on #565664 background

This text has black color on #565664 background.


White color preview on #565664 background

This text has white color on #565664 background.