COLOR #595563

HEX: #595563
RGB: (89,85,99)

Color info

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

RGB color model

#595563 color RGB value is (89,85,99).

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

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 99 of 255 = 39%

89
85
99

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

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 99 = 273 (100%)
R 89 of 273 ~ 32.6%
G 85 of 273 ~ 31.14%
B 99 of 273 ~ 36.26%

%32.6
%31.14
%36.26

CMYK color model

#595563 color CMYK value is (10,14,0,61).

  • cyan value is 10.10%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(10,14,0,61)
C10M14Y0K61 
(10%,14%,0%,61%)
(0.10/0.14/0.00/0.61)	

CMYK percentages

%10.1
%14.14
%0
%61.18

Codes

Color #595563 in popluar color models

595563
RGB898599
HSL257°7.61%36.08%
HSB/HSV257°14.14%38.82%
CMYK10.10%14.14%0.00%
61.18%

Color #595563 in popluar number systems.

HEX595563
Decimal898599
Binary101100110101011100011
Octal131125143

Shades and tints

Shades of #595563

#595563
(89,85,99)
#514E5A
(81,78,90)
#494751
(73,71,81)
#414048
(65,64,72)
#39393F
(57,57,63)
#313236
(49,50,54)
#292B2D
(41,43,45)
#212424
(33,36,36)
#191D1B
(25,29,27)
#111612
(17,22,18)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #595563

#595563
(89,85,99)
#686471
(104,100,113)
#77737F
(119,115,127)
#86828D
(134,130,141)
#95919B
(149,145,155)
#A4A0A9
(164,160,169)
#B3AFB7
(179,175,183)
#C2BEC5
(194,190,197)
#D1CDD3
(209,205,211)
#E0DCE1
(224,220,225)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595563; }

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

This text font color is #595563.


Background Color

.myBgColor { background-color: #595563; }

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

This div background color is #595563.


Border color

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

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

This div border color is #595563.


Opacity

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

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

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

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

This text has shadow with #595563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595563 on black background.


Color preview on white background

This text has color #595563 on white background.



Black color preview on #595563 background

This text has black color on #595563 background.


White color preview on #595563 background

This text has white color on #595563 background.