COLOR #565C54

HEX: #565C54
RGB: (86,92,84)

Color info

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

RGB color model

#565C54 color RGB value is (86,92,84).

  • red value is 86;
  • green value is 92;
  • blue value is 84.
RGB:
(86,92,84)
(34%,36%,33%)

RGB channels and saturation

R 86 of 255 = 34%
G 92 of 255 = 36%
B 84 of 255 = 33%

86
92
84

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

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 84 = 262 (100%)
R 86 of 262 ~ 32.82%
G 92 of 262 ~ 35.11%
B 84 of 262 ~ 32.06%

%32.82
%35.11
%32.06

CMYK color model

#565C54 color CMYK value is (7,0,9,64).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 63.92%
CMYK:
(7,0,9,64)
C7M0Y9K64 
(7%,0%,9%,64%)
(0.07/0.00/0.09/0.64)	

CMYK percentages

%6.52
%0
%8.7
%63.92

Codes

Color #565C54 in popluar color models

565C54
RGB869284
HSL105°4.55%34.51%
HSB/HSV105°8.70%36.08%
CMYK6.52%0.00%8.70%
63.92%

Color #565C54 in popluar number systems.

HEX565C54
Decimal869284
Binary101011010111001010100
Octal126134124

Shades and tints

Shades of #565C54

#565C54
(86,92,84)
#4F544D
(79,84,77)
#484C46
(72,76,70)
#41443F
(65,68,63)
#3A3C38
(58,60,56)
#333431
(51,52,49)
#2C2C2A
(44,44,42)
#252423
(37,36,35)
#1E1C1C
(30,28,28)
#171415
(23,20,21)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #565C54

#565C54
(86,92,84)
#656A63
(101,106,99)
#747872
(116,120,114)
#838681
(131,134,129)
#929490
(146,148,144)
#A1A29F
(161,162,159)
#B0B0AE
(176,176,174)
#BFBEBD
(191,190,189)
#CECCCC
(206,204,204)
#DDDADB
(221,218,219)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C54; }

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

This text font color is #565C54.


Background Color

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

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

This div background color is #565C54.


Border color

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

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

This div border color is #565C54.


Opacity

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

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

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

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

This text has shadow with #565C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C54 on black background.


Color preview on white background

This text has color #565C54 on white background.



Black color preview on #565C54 background

This text has black color on #565C54 background.


White color preview on #565C54 background

This text has white color on #565C54 background.