COLOR #565959

HEX: #565959
RGB: (86,89,89)

Color info

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

RGB color model

#565959 color RGB value is (86,89,89).

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

RGB channels and saturation

R 86 of 255 = 34%
G 89 of 255 = 35%
B 89 of 255 = 35%

86
89
89

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

Portions of RGB colors in percentages

R + G + B =
86 + 89 + 89 = 264 (100%)
R 86 of 264 ~ 32.58%
G 89 of 264 ~ 33.71%
B 89 of 264 ~ 33.71%

%32.58
%33.71
%33.71

CMYK color model

#565959 color CMYK value is (3,0,0,65).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(3,0,0,65)
C3M0Y0K65 
(3%,0%,0%,65%)
(0.03/0.00/0.00/0.65)	

CMYK percentages

%3.37
%0
%0
%65.1

Codes

Color #565959 in popluar color models

565959
RGB868989
HSL180°1.71%34.31%
HSB/HSV180°3.37%34.90%
CMYK3.37%0.00%0.00%
65.10%

Color #565959 in popluar number systems.

HEX565959
Decimal868989
Binary101011010110011011001
Octal126131131

Shades and tints

Shades of #565959

#565959
(86,89,89)
#4F5151
(79,81,81)
#484949
(72,73,73)
#414141
(65,65,65)
#3A3939
(58,57,57)
#333131
(51,49,49)
#2C2929
(44,41,41)
#252121
(37,33,33)
#1E1919
(30,25,25)
#171111
(23,17,17)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #565959

#565959
(86,89,89)
#656868
(101,104,104)
#747777
(116,119,119)
#838686
(131,134,134)
#929595
(146,149,149)
#A1A4A4
(161,164,164)
#B0B3B3
(176,179,179)
#BFC2C2
(191,194,194)
#CED1D1
(206,209,209)
#DDE0E0
(221,224,224)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565959; }

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

This text font color is #565959.


Background Color

.myBgColor { background-color: #565959; }

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

This div background color is #565959.


Border color

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

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

This div border color is #565959.


Opacity

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

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

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

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

This text has shadow with #565959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565959 on black background.


Color preview on white background

This text has color #565959 on white background.



Black color preview on #565959 background

This text has black color on #565959 background.


White color preview on #565959 background

This text has white color on #565959 background.