COLOR #596393

HEX: #596393
RGB: (89,99,147)

Color info

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

RGB color model

#596393 color RGB value is (89,99,147).

  • red value is 89;
  • green value is 99;
  • blue value is 147.
RGB:
(89,99,147)
(35%,39%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 147 of 255 = 58%

89
99
147

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

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 147 = 335 (100%)
R 89 of 335 ~ 26.57%
G 99 of 335 ~ 29.55%
B 147 of 335 ~ 43.88%

%26.57
%29.55
%43.88

CMYK color model

#596393 color CMYK value is (39,33,0,42).

  • cyan value is 39.46%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(39,33,0,42)
C39M33Y0K42 
(39%,33%,0%,42%)
(0.39/0.33/0.00/0.42)	

CMYK percentages

%39.46
%32.65
%0
%42.35

Codes

Color #596393 in popluar color models

596393
RGB8999147
HSL230°24.58%46.27%
HSB/HSV230°39.46%57.65%
CMYK39.46%32.65%0.00%
42.35%

Color #596393 in popluar number systems.

HEX596393
Decimal8999147
Binary1011001110001110010011
Octal131143223

Shades and tints

Shades of #596393

#596393
(89,99,147)
#515A86
(81,90,134)
#495179
(73,81,121)
#41486C
(65,72,108)
#393F5F
(57,63,95)
#313652
(49,54,82)
#292D45
(41,45,69)
#212438
(33,36,56)
#191B2B
(25,27,43)
#11121E
(17,18,30)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #596393

#596393
(89,99,147)
#68719C
(104,113,156)
#777FA5
(119,127,165)
#868DAE
(134,141,174)
#959BB7
(149,155,183)
#A4A9C0
(164,169,192)
#B3B7C9
(179,183,201)
#C2C5D2
(194,197,210)
#D1D3DB
(209,211,219)
#E0E1E4
(224,225,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596393; }

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

This text font color is #596393.


Background Color

.myBgColor { background-color: #596393; }

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

This div background color is #596393.


Border color

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

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

This div border color is #596393.


Opacity

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

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

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

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

This text has shadow with #596393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596393 on black background.


Color preview on white background

This text has color #596393 on white background.



Black color preview on #596393 background

This text has black color on #596393 background.


White color preview on #596393 background

This text has white color on #596393 background.