COLOR #595A8E

HEX: #595A8E
RGB: (89,90,142)

Color info

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

RGB color model

#595A8E color RGB value is (89,90,142).

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

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 142 of 255 = 56%

89
90
142

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

Portions of RGB colors in percentages

R + G + B =
89 + 90 + 142 = 321 (100%)
R 89 of 321 ~ 27.73%
G 90 of 321 ~ 28.04%
B 142 of 321 ~ 44.24%

%27.73
%28.04
%44.24

CMYK color model

#595A8E color CMYK value is (37,37,0,44).

  • cyan value is 37.32%
  • magenta value is 36.62%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(37,37,0,44)
C37M37Y0K44 
(37%,37%,0%,44%)
(0.37/0.37/0.00/0.44)	

CMYK percentages

%37.32
%36.62
%0
%44.31

Codes

Color #595A8E in popluar color models

595A8E
RGB8990142
HSL239°22.94%45.29%
HSB/HSV239°37.32%55.69%
CMYK37.32%36.62%0.00%
44.31%

Color #595A8E in popluar number systems.

HEX595A8E
Decimal8990142
Binary1011001101101010001110
Octal131132216

Shades and tints

Shades of #595A8E

#595A8E
(89,90,142)
#515282
(81,82,130)
#494A76
(73,74,118)
#41426A
(65,66,106)
#393A5E
(57,58,94)
#313252
(49,50,82)
#292A46
(41,42,70)
#21223A
(33,34,58)
#191A2E
(25,26,46)
#111222
(17,18,34)
#090A16
(9,10,22)
#000000
(0,0,0)

Tints of #595A8E

#595A8E
(89,90,142)
#686998
(104,105,152)
#7778A2
(119,120,162)
#8687AC
(134,135,172)
#9596B6
(149,150,182)
#A4A5C0
(164,165,192)
#B3B4CA
(179,180,202)
#C2C3D4
(194,195,212)
#D1D2DE
(209,210,222)
#E0E1E8
(224,225,232)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595A8E color. Also use rgb(89,90,142) instead hex code.

Text Font Color

.myTextColor { color: #595A8E; }

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

This text font color is #595A8E.


Background Color

.myBgColor { background-color: #595A8E; }

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

This div background color is #595A8E.


Border color

.myBorderColor { border: 1px solid #595A8E; }

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

This div border color is #595A8E.


Opacity

.myOpacity80 { color: #595A8E; opacity: 0.8; }

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

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

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

This text has shadow with #595A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595A8E on black background.


Color preview on white background

This text has color #595A8E on white background.



Black color preview on #595A8E background

This text has black color on #595A8E background.


White color preview on #595A8E background

This text has white color on #595A8E background.