COLOR #595096

HEX: #595096
RGB: (89,80,150)

Color info

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

RGB color model

#595096 color RGB value is (89,80,150).

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

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 150 of 255 = 59%

89
80
150

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

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 150 = 319 (100%)
R 89 of 319 ~ 27.9%
G 80 of 319 ~ 25.08%
B 150 of 319 ~ 47.02%

%27.9
%25.08
%47.02

CMYK color model

#595096 color CMYK value is (41,47,0,41).

  • cyan value is 40.67%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,47,0,41)
C41M47Y0K41 
(41%,47%,0%,41%)
(0.41/0.47/0.00/0.41)	

CMYK percentages

%40.67
%46.67
%0
%41.18

Codes

Color #595096 in popluar color models

595096
RGB8980150
HSL248°30.43%45.10%
HSB/HSV248°46.67%58.82%
CMYK40.67%46.67%0.00%
41.18%

Color #595096 in popluar number systems.

HEX595096
Decimal8980150
Binary1011001101000010010110
Octal131120226

Shades and tints

Shades of #595096

#595096
(89,80,150)
#514989
(81,73,137)
#49427C
(73,66,124)
#413B6F
(65,59,111)
#393462
(57,52,98)
#312D55
(49,45,85)
#292648
(41,38,72)
#211F3B
(33,31,59)
#19182E
(25,24,46)
#111121
(17,17,33)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #595096

#595096
(89,80,150)
#685F9F
(104,95,159)
#776EA8
(119,110,168)
#867DB1
(134,125,177)
#958CBA
(149,140,186)
#A49BC3
(164,155,195)
#B3AACC
(179,170,204)
#C2B9D5
(194,185,213)
#D1C8DE
(209,200,222)
#E0D7E7
(224,215,231)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595096; }

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

This text font color is #595096.


Background Color

.myBgColor { background-color: #595096; }

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

This div background color is #595096.


Border color

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

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

This div border color is #595096.


Opacity

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

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

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

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

This text has shadow with #595096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595096 on black background.


Color preview on white background

This text has color #595096 on white background.



Black color preview on #595096 background

This text has black color on #595096 background.


White color preview on #595096 background

This text has white color on #595096 background.