COLOR #565754

HEX: #565754 RGB: (86,87,84)

Color info

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

RGB color model

#565754 color RGB value is (86,87,84).

RGB: (86,87,84) (34%, 34%, 33%)

RGB channels and saturation

R 86 of 255 = 34%
G 87 of 255 = 34%
B 84 of 255 = 33%

86
87
84

R + G + B ~ 34%. #565754 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 87 + 84 = 257 (100%)
R 86 of 257 ~ 33.46%
G 87 of 257 ~ 33.85%
B 84 of 257 ~ 32.68'%

%33.46
%33.85
%32.68

CMYK color model

#565754 color CMYK value is (1,0,3,66).

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 65.88%

CMYK: (1,0,3,66)
C1M0Y3K66 (1%, 0%, 3%, 66%)
(0.01 / 0.00 / 0.03 / 0.66)

CMYK percentages

%1.15
%0
%3.45
%65.88

Codes

Color #565754 in popluar color models

56 57 54
RGB 86 87 84
HSL 80° 1.75% 33.53%
HSB/HSV 80° 3.45% 34.12%
CMYK 1.15% 0.00% 3.45%
65.88%

Color #565754 in popluar number systems.

HEX 56 57 54
Decimal 86 87 84
Binary 1010110 1010111 1010100
Octal 126 127 124

Shades and tints

Shades of #565754

#565754
(86,87,84)
#4F504D
(79,80,77)
#484946
(72,73,70)
#41423F
(65,66,63)
#3A3B38
(58,59,56)
#333431
(51,52,49)
#2C2D2A
(44,45,42)
#252623
(37,38,35)
#1E1F1C
(30,31,28)
#171815
(23,24,21)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #565754

#565754
(86,87,84)
#656663
(101,102,99)
#747572
(116,117,114)
#838481
(131,132,129)
#929390
(146,147,144)
#A1A29F
(161,162,159)
#B0B1AE
(176,177,174)
#BFC0BD
(191,192,189)
#CECFCC
(206,207,204)
#DDDEDB
(221,222,219)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565754; }

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

This text font color is #565754.

Background Color

.myBgColor { background-color: #565754; }

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

This div background color is #565754.

Border color

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

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

This div border color is #565754.

Opacity

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

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

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

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

This text has shadow with #565754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #565754.

Preview

Color preview on black background

This text has color #565754 on black background.


Color preview on white background

This text has color #565754 on white background.


Black color preview on #565754 background

This text has black color on #565754 background.


White color preview on #565754 background

This text has white color on #565754 background.


Related colors

Complementary color

Complementary color for #hex is #A9A8AB.


I love getcolorcode.com

Triadic colors

1 #545657 and #575456 with #565754 are triadic colors.

2 #545756 and #575654 with #565754 are triadic colors.