COLOR #595B56

HEX: #595B56
RGB: (89,91,86)

Color info

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

RGB color model

#595B56 color RGB value is (89,91,86).

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

RGB channels and saturation

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

89
91
86

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

Portions of RGB colors in percentages

R + G + B =
89 + 91 + 86 = 266 (100%)
R 89 of 266 ~ 33.46%
G 91 of 266 ~ 34.21%
B 86 of 266 ~ 32.33%

%33.46
%34.21
%32.33

CMYK color model

#595B56 color CMYK value is (2,0,5,64).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 64.31%
CMYK:
(2,0,5,64)
C2M0Y5K64 
(2%,0%,5%,64%)
(0.02/0.00/0.05/0.64)	

CMYK percentages

%2.2
%0
%5.49
%64.31

Codes

Color #595B56 in popluar color models

595B56
RGB899186
HSL84°2.82%34.71%
HSB/HSV84°5.49%35.69%
CMYK2.20%0.00%5.49%
64.31%

Color #595B56 in popluar number systems.

HEX595B56
Decimal899186
Binary101100110110111010110
Octal131133126

Shades and tints

Shades of #595B56

#595B56
(89,91,86)
#51534F
(81,83,79)
#494B48
(73,75,72)
#414341
(65,67,65)
#393B3A
(57,59,58)
#313333
(49,51,51)
#292B2C
(41,43,44)
#212325
(33,35,37)
#191B1E
(25,27,30)
#111317
(17,19,23)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #595B56

#595B56
(89,91,86)
#686965
(104,105,101)
#777774
(119,119,116)
#868583
(134,133,131)
#959392
(149,147,146)
#A4A1A1
(164,161,161)
#B3AFB0
(179,175,176)
#C2BDBF
(194,189,191)
#D1CBCE
(209,203,206)
#E0D9DD
(224,217,221)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595B56; }

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

This text font color is #595B56.


Background Color

.myBgColor { background-color: #595B56; }

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

This div background color is #595B56.


Border color

.myBorderColor { border: 1px solid #595B56; }

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

This div border color is #595B56.


Opacity

.myOpacity80 { color: #595B56; opacity: 0.8; }

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

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

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

This text has shadow with #595B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595B56 on black background.


Color preview on white background

This text has color #595B56 on white background.



Black color preview on #595B56 background

This text has black color on #595B56 background.


White color preview on #595B56 background

This text has white color on #595B56 background.