COLOR #595565

HEX: #595565
RGB: (89,85,101)

Color info

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

RGB color model

#595565 color RGB value is (89,85,101).

  • red value is 89;
  • green value is 85;
  • blue value is 101.
RGB:
(89,85,101)
(35%,33%,40%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 101 of 255 = 40%

89
85
101

R + G + B ~ 36%. #595565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 101 = 275 (100%)
R 89 of 275 ~ 32.36%
G 85 of 275 ~ 30.91%
B 101 of 275 ~ 36.73%

%32.36
%30.91
%36.73

CMYK color model

#595565 color CMYK value is (12,16,0,60).

  • cyan value is 11.88%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(12,16,0,60)
C12M16Y0K60 
(12%,16%,0%,60%)
(0.12/0.16/0.00/0.60)	

CMYK percentages

%11.88
%15.84
%0
%60.39

Codes

Color #595565 in popluar color models

595565
RGB8985101
HSL255°8.60%36.47%
HSB/HSV255°15.84%39.61%
CMYK11.88%15.84%0.00%
60.39%

Color #595565 in popluar number systems.

HEX595565
Decimal8985101
Binary101100110101011100101
Octal131125145

Shades and tints

Shades of #595565

#595565
(89,85,101)
#514E5C
(81,78,92)
#494753
(73,71,83)
#41404A
(65,64,74)
#393941
(57,57,65)
#313238
(49,50,56)
#292B2F
(41,43,47)
#212426
(33,36,38)
#191D1D
(25,29,29)
#111614
(17,22,20)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #595565

#595565
(89,85,101)
#686473
(104,100,115)
#777381
(119,115,129)
#86828F
(134,130,143)
#95919D
(149,145,157)
#A4A0AB
(164,160,171)
#B3AFB9
(179,175,185)
#C2BEC7
(194,190,199)
#D1CDD5
(209,205,213)
#E0DCE3
(224,220,227)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595565; }

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

This text font color is #595565.


Background Color

.myBgColor { background-color: #595565; }

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

This div background color is #595565.


Border color

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

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

This div border color is #595565.


Opacity

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

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

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

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

This text has shadow with #595565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595565 on black background.


Color preview on white background

This text has color #595565 on white background.



Black color preview on #595565 background

This text has black color on #595565 background.


White color preview on #595565 background

This text has white color on #595565 background.