COLOR #595788

HEX: #595788
RGB: (89,87,136)

Color info

#595788 contains red, green and blue colors in about the same proportion. Web safe color of #595788 is #666699 (or #669).

RGB color model

#595788 color RGB value is (89,87,136).

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

RGB channels and saturation

R 89 of 255 = 35%
G 87 of 255 = 34%
B 136 of 255 = 53%

89
87
136

R + G + B ~ 41%. #595788 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 87 + 136 = 312 (100%)
R 89 of 312 ~ 28.53%
G 87 of 312 ~ 27.88%
B 136 of 312 ~ 43.59%

%28.53
%27.88
%43.59

CMYK color model

#595788 color CMYK value is (35,36,0,47).

  • cyan value is 34.56%
  • magenta value is 36.03%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(35,36,0,47)
C35M36Y0K47 
(35%,36%,0%,47%)
(0.35/0.36/0.00/0.47)	

CMYK percentages

%34.56
%36.03
%0
%46.67

Codes

Color #595788 in popluar color models

595788
RGB8987136
HSL242°21.97%43.73%
HSB/HSV242°36.03%53.33%
CMYK34.56%36.03%0.00%
46.67%

Color #595788 in popluar number systems.

HEX595788
Decimal8987136
Binary1011001101011110001000
Octal131127210

Shades and tints

Shades of #595788

#595788
(89,87,136)
#51507C
(81,80,124)
#494970
(73,73,112)
#414264
(65,66,100)
#393B58
(57,59,88)
#31344C
(49,52,76)
#292D40
(41,45,64)
#212634
(33,38,52)
#191F28
(25,31,40)
#11181C
(17,24,28)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #595788

#595788
(89,87,136)
#686692
(104,102,146)
#77759C
(119,117,156)
#8684A6
(134,132,166)
#9593B0
(149,147,176)
#A4A2BA
(164,162,186)
#B3B1C4
(179,177,196)
#C2C0CE
(194,192,206)
#D1CFD8
(209,207,216)
#E0DEE2
(224,222,226)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595788; }

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

This text font color is #595788.


Background Color

.myBgColor { background-color: #595788; }

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

This div background color is #595788.


Border color

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

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

This div border color is #595788.


Opacity

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

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

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

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

This text has shadow with #595788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595788 on black background.


Color preview on white background

This text has color #595788 on white background.



Black color preview on #595788 background

This text has black color on #595788 background.


White color preview on #595788 background

This text has white color on #595788 background.