COLOR #595396

HEX: #595396
RGB: (89,83,150)

Color info

#595396 contains mainly blue color. Web safe color of #595396 is #666699 (or #669).

RGB color model

#595396 color RGB value is (89,83,150).

  • red value is 89;
  • green value is 83;
  • blue value is 150.
RGB:
(89,83,150)
(35%,33%,59%)

RGB channels and saturation

R 89 of 255 = 35%
G 83 of 255 = 33%
B 150 of 255 = 59%

89
83
150

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

Portions of RGB colors in percentages

R + G + B =
89 + 83 + 150 = 322 (100%)
R 89 of 322 ~ 27.64%
G 83 of 322 ~ 25.78%
B 150 of 322 ~ 46.58%

%27.64
%25.78
%46.58

CMYK color model

#595396 color CMYK value is (41,45,0,41).

  • cyan value is 40.67%
  • magenta value is 44.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,45,0,41)
C41M45Y0K41 
(41%,45%,0%,41%)
(0.41/0.45/0.00/0.41)	

CMYK percentages

%40.67
%44.67
%0
%41.18

Codes

Color #595396 in popluar color models

595396
RGB8983150
HSL245°28.76%45.69%
HSB/HSV245°44.67%58.82%
CMYK40.67%44.67%0.00%
41.18%

Color #595396 in popluar number systems.

HEX595396
Decimal8983150
Binary1011001101001110010110
Octal131123226

Shades and tints

Shades of #595396

#595396
(89,83,150)
#514C89
(81,76,137)
#49457C
(73,69,124)
#413E6F
(65,62,111)
#393762
(57,55,98)
#313055
(49,48,85)
#292948
(41,41,72)
#21223B
(33,34,59)
#191B2E
(25,27,46)
#111421
(17,20,33)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #595396

#595396
(89,83,150)
#68629F
(104,98,159)
#7771A8
(119,113,168)
#8680B1
(134,128,177)
#958FBA
(149,143,186)
#A49EC3
(164,158,195)
#B3ADCC
(179,173,204)
#C2BCD5
(194,188,213)
#D1CBDE
(209,203,222)
#E0DAE7
(224,218,231)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595396 color. Also use rgb(89,83,150) instead hex code.

Text Font Color

.myTextColor { color: #595396; }

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

This text font color is #595396.


Background Color

.myBgColor { background-color: #595396; }

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

This div background color is #595396.


Border color

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

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

This div border color is #595396.


Opacity

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

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

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

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

This text has shadow with #595396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595396 on black background.


Color preview on white background

This text has color #595396 on white background.



Black color preview on #595396 background

This text has black color on #595396 background.


White color preview on #595396 background

This text has white color on #595396 background.