COLOR #595C8A

HEX: #595C8A
RGB: (89,92,138)

Color info

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

RGB color model

#595C8A color RGB value is (89,92,138).

  • red value is 89;
  • green value is 92;
  • blue value is 138.
RGB:
(89,92,138)
(35%,36%,54%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 138 of 255 = 54%

89
92
138

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

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 138 = 319 (100%)
R 89 of 319 ~ 27.9%
G 92 of 319 ~ 28.84%
B 138 of 319 ~ 43.26%

%27.9
%28.84
%43.26

CMYK color model

#595C8A color CMYK value is (36,33,0,46).

  • cyan value is 35.51%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,33,0,46)
C36M33Y0K46 
(36%,33%,0%,46%)
(0.36/0.33/0.00/0.46)	

CMYK percentages

%35.51
%33.33
%0
%45.88

Codes

Color #595C8A in popluar color models

595C8A
RGB8992138
HSL236°21.59%44.51%
HSB/HSV236°35.51%54.12%
CMYK35.51%33.33%0.00%
45.88%

Color #595C8A in popluar number systems.

HEX595C8A
Decimal8992138
Binary1011001101110010001010
Octal131134212

Shades and tints

Shades of #595C8A

#595C8A
(89,92,138)
#51547E
(81,84,126)
#494C72
(73,76,114)
#414466
(65,68,102)
#393C5A
(57,60,90)
#31344E
(49,52,78)
#292C42
(41,44,66)
#212436
(33,36,54)
#191C2A
(25,28,42)
#11141E
(17,20,30)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #595C8A

#595C8A
(89,92,138)
#686A94
(104,106,148)
#77789E
(119,120,158)
#8686A8
(134,134,168)
#9594B2
(149,148,178)
#A4A2BC
(164,162,188)
#B3B0C6
(179,176,198)
#C2BED0
(194,190,208)
#D1CCDA
(209,204,218)
#E0DAE4
(224,218,228)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C8A color. Also use rgb(89,92,138) instead hex code.

Text Font Color

.myTextColor { color: #595C8A; }

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

This text font color is #595C8A.


Background Color

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

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

This div background color is #595C8A.


Border color

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

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

This div border color is #595C8A.


Opacity

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

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

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

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

This text has shadow with #595C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C8A on black background.


Color preview on white background

This text has color #595C8A on white background.



Black color preview on #595C8A background

This text has black color on #595C8A background.


White color preview on #595C8A background

This text has white color on #595C8A background.