COLOR #565C55

HEX: #565C55
RGB: (86,92,85)

Color info

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

RGB color model

#565C55 color RGB value is (86,92,85).

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

RGB channels and saturation

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

86
92
85

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

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 85 = 263 (100%)
R 86 of 263 ~ 32.7%
G 92 of 263 ~ 34.98%
B 85 of 263 ~ 32.32%

%32.7
%34.98
%32.32

CMYK color model

#565C55 color CMYK value is (7,0,8,64).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 63.92%
CMYK:
(7,0,8,64)
C7M0Y8K64 
(7%,0%,8%,64%)
(0.07/0.00/0.08/0.64)	

CMYK percentages

%6.52
%0
%7.61
%63.92

Codes

Color #565C55 in popluar color models

565C55
RGB869285
HSL111°3.95%34.71%
HSB/HSV111°7.61%36.08%
CMYK6.52%0.00%7.61%
63.92%

Color #565C55 in popluar number systems.

HEX565C55
Decimal869285
Binary101011010111001010101
Octal126134125

Shades and tints

Shades of #565C55

#565C55
(86,92,85)
#4F544E
(79,84,78)
#484C47
(72,76,71)
#414440
(65,68,64)
#3A3C39
(58,60,57)
#333432
(51,52,50)
#2C2C2B
(44,44,43)
#252424
(37,36,36)
#1E1C1D
(30,28,29)
#171416
(23,20,22)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #565C55

#565C55
(86,92,85)
#656A64
(101,106,100)
#747873
(116,120,115)
#838682
(131,134,130)
#929491
(146,148,145)
#A1A2A0
(161,162,160)
#B0B0AF
(176,176,175)
#BFBEBE
(191,190,190)
#CECCCD
(206,204,205)
#DDDADC
(221,218,220)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C55; }

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

This text font color is #565C55.


Background Color

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

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

This div background color is #565C55.


Border color

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

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

This div border color is #565C55.


Opacity

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

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

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

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

This text has shadow with #565C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C55 on black background.


Color preview on white background

This text has color #565C55 on white background.



Black color preview on #565C55 background

This text has black color on #565C55 background.


White color preview on #565C55 background

This text has white color on #565C55 background.