COLOR #595990

HEX: #595990
RGB: (89,89,144)

Color info

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

RGB color model

#595990 color RGB value is (89,89,144).

  • red value is 89;
  • green value is 89;
  • blue value is 144.
RGB:
(89,89,144)
(35%,35%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 89 of 255 = 35%
B 144 of 255 = 56%

89
89
144

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

Portions of RGB colors in percentages

R + G + B =
89 + 89 + 144 = 322 (100%)
R 89 of 322 ~ 27.64%
G 89 of 322 ~ 27.64%
B 144 of 322 ~ 44.72%

%27.64
%27.64
%44.72

CMYK color model

#595990 color CMYK value is (38,38,0,44).

  • cyan value is 38.19%
  • magenta value is 38.19%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(38,38,0,44)
C38M38Y0K44 
(38%,38%,0%,44%)
(0.38/0.38/0.00/0.44)	

CMYK percentages

%38.19
%38.19
%0
%43.53

Codes

Color #595990 in popluar color models

595990
RGB8989144
HSL240°23.61%45.69%
HSB/HSV240°38.19%56.47%
CMYK38.19%38.19%0.00%
43.53%

Color #595990 in popluar number systems.

HEX595990
Decimal8989144
Binary1011001101100110010000
Octal131131220

Shades and tints

Shades of #595990

#595990
(89,89,144)
#515183
(81,81,131)
#494976
(73,73,118)
#414169
(65,65,105)
#39395C
(57,57,92)
#31314F
(49,49,79)
#292942
(41,41,66)
#212135
(33,33,53)
#191928
(25,25,40)
#11111B
(17,17,27)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #595990

#595990
(89,89,144)
#68689A
(104,104,154)
#7777A4
(119,119,164)
#8686AE
(134,134,174)
#9595B8
(149,149,184)
#A4A4C2
(164,164,194)
#B3B3CC
(179,179,204)
#C2C2D6
(194,194,214)
#D1D1E0
(209,209,224)
#E0E0EA
(224,224,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595990; }

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

This text font color is #595990.


Background Color

.myBgColor { background-color: #595990; }

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

This div background color is #595990.


Border color

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

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

This div border color is #595990.


Opacity

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

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

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

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

This text has shadow with #595990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595990 on black background.


Color preview on white background

This text has color #595990 on white background.



Black color preview on #595990 background

This text has black color on #595990 background.


White color preview on #595990 background

This text has white color on #595990 background.