COLOR #595B9C

HEX: #595B9C
RGB: (89,91,156)

Color info

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

RGB color model

#595B9C color RGB value is (89,91,156).

  • red value is 89;
  • green value is 91;
  • blue value is 156.
RGB:
(89,91,156)
(35%,36%,61%)

RGB channels and saturation

R 89 of 255 = 35%
G 91 of 255 = 36%
B 156 of 255 = 61%

89
91
156

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

Portions of RGB colors in percentages

R + G + B =
89 + 91 + 156 = 336 (100%)
R 89 of 336 ~ 26.49%
G 91 of 336 ~ 27.08%
B 156 of 336 ~ 46.43%

%26.49
%27.08
%46.43

CMYK color model

#595B9C color CMYK value is (43,42,0,39).

  • cyan value is 42.95%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(43,42,0,39)
C43M42Y0K39 
(43%,42%,0%,39%)
(0.43/0.42/0.00/0.39)	

CMYK percentages

%42.95
%41.67
%0
%38.82

Codes

Color #595B9C in popluar color models

595B9C
RGB8991156
HSL238°27.35%48.04%
HSB/HSV238°42.95%61.18%
CMYK42.95%41.67%0.00%
38.82%

Color #595B9C in popluar number systems.

HEX595B9C
Decimal8991156
Binary1011001101101110011100
Octal131133234

Shades and tints

Shades of #595B9C

#595B9C
(89,91,156)
#51538E
(81,83,142)
#494B80
(73,75,128)
#414372
(65,67,114)
#393B64
(57,59,100)
#313356
(49,51,86)
#292B48
(41,43,72)
#21233A
(33,35,58)
#191B2C
(25,27,44)
#11131E
(17,19,30)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #595B9C

#595B9C
(89,91,156)
#6869A5
(104,105,165)
#7777AE
(119,119,174)
#8685B7
(134,133,183)
#9593C0
(149,147,192)
#A4A1C9
(164,161,201)
#B3AFD2
(179,175,210)
#C2BDDB
(194,189,219)
#D1CBE4
(209,203,228)
#E0D9ED
(224,217,237)
#EFE7F6
(239,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595B9C color. Also use rgb(89,91,156) instead hex code.

Text Font Color

.myTextColor { color: #595B9C; }

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

This text font color is #595B9C.


Background Color

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

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

This div background color is #595B9C.


Border color

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

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

This div border color is #595B9C.


Opacity

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

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

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

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

This text has shadow with #595B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595B9C on black background.


Color preview on white background

This text has color #595B9C on white background.



Black color preview on #595B9C background

This text has black color on #595B9C background.


White color preview on #595B9C background

This text has white color on #595B9C background.