COLOR #565C5C

HEX: #565C5C
RGB: (86,92,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

86
92
92

R + G + B ~ 35%. #565C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 92 = 270 (100%)
R 86 of 270 ~ 31.85%
G 92 of 270 ~ 34.07%
B 92 of 270 ~ 34.07%

%31.85
%34.07
%34.07

CMYK color model

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

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

CMYK percentages

%6.52
%0
%0
%63.92

Codes

Color #565C5C in popluar color models

565C5C
RGB869292
HSL180°3.37%34.90%
HSB/HSV180°6.52%36.08%
CMYK6.52%0.00%0.00%
63.92%

Color #565C5C in popluar number systems.

HEX565C5C
Decimal869292
Binary101011010111001011100
Octal126134134

Shades and tints

Shades of #565C5C

#565C5C
(86,92,92)
#4F5454
(79,84,84)
#484C4C
(72,76,76)
#414444
(65,68,68)
#3A3C3C
(58,60,60)
#333434
(51,52,52)
#2C2C2C
(44,44,44)
#252424
(37,36,36)
#1E1C1C
(30,28,28)
#171414
(23,20,20)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #565C5C

#565C5C
(86,92,92)
#656A6A
(101,106,106)
#747878
(116,120,120)
#838686
(131,134,134)
#929494
(146,148,148)
#A1A2A2
(161,162,162)
#B0B0B0
(176,176,176)
#BFBEBE
(191,190,190)
#CECCCC
(206,204,204)
#DDDADA
(221,218,218)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C5C; }

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

This text font color is #565C5C.


Background Color

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

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

This div background color is #565C5C.


Border color

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

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

This div border color is #565C5C.


Opacity

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

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

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

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

This text has shadow with #565C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C5C on black background.


Color preview on white background

This text has color #565C5C on white background.



Black color preview on #565C5C background

This text has black color on #565C5C background.


White color preview on #565C5C background

This text has white color on #565C5C background.