COLOR #595770

HEX: #595770
RGB: (89,87,112)

Color info

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

RGB color model

#595770 color RGB value is (89,87,112).

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

RGB channels and saturation

R 89 of 255 = 35%
G 87 of 255 = 34%
B 112 of 255 = 44%

89
87
112

R + G + B ~ 38%. #595770 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 87 + 112 = 288 (100%)
R 89 of 288 ~ 30.9%
G 87 of 288 ~ 30.21%
B 112 of 288 ~ 38.89%

%30.9
%30.21
%38.89

CMYK color model

#595770 color CMYK value is (21,22,0,56).

  • cyan value is 20.54%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,22,0,56)
C21M22Y0K56 
(21%,22%,0%,56%)
(0.21/0.22/0.00/0.56)	

CMYK percentages

%20.54
%22.32
%0
%56.08

Codes

Color #595770 in popluar color models

595770
RGB8987112
HSL245°12.56%39.02%
HSB/HSV245°22.32%43.92%
CMYK20.54%22.32%0.00%
56.08%

Color #595770 in popluar number systems.

HEX595770
Decimal8987112
Binary101100110101111110000
Octal131127160

Shades and tints

Shades of #595770

#595770
(89,87,112)
#515066
(81,80,102)
#49495C
(73,73,92)
#414252
(65,66,82)
#393B48
(57,59,72)
#31343E
(49,52,62)
#292D34
(41,45,52)
#21262A
(33,38,42)
#191F20
(25,31,32)
#111816
(17,24,22)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #595770

#595770
(89,87,112)
#68667D
(104,102,125)
#77758A
(119,117,138)
#868497
(134,132,151)
#9593A4
(149,147,164)
#A4A2B1
(164,162,177)
#B3B1BE
(179,177,190)
#C2C0CB
(194,192,203)
#D1CFD8
(209,207,216)
#E0DEE5
(224,222,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595770; }

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

This text font color is #595770.


Background Color

.myBgColor { background-color: #595770; }

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

This div background color is #595770.


Border color

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

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

This div border color is #595770.


Opacity

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

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

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

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

This text has shadow with #595770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595770 on black background.


Color preview on white background

This text has color #595770 on white background.



Black color preview on #595770 background

This text has black color on #595770 background.


White color preview on #595770 background

This text has white color on #595770 background.