COLOR #596387

HEX: #596387
RGB: (89,99,135)

Color info

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

RGB color model

#596387 color RGB value is (89,99,135).

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

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 135 of 255 = 53%

89
99
135

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

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 135 = 323 (100%)
R 89 of 323 ~ 27.55%
G 99 of 323 ~ 30.65%
B 135 of 323 ~ 41.8%

%27.55
%30.65
%41.8

CMYK color model

#596387 color CMYK value is (34,27,0,47).

  • cyan value is 34.07%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(34,27,0,47)
C34M27Y0K47 
(34%,27%,0%,47%)
(0.34/0.27/0.00/0.47)	

CMYK percentages

%34.07
%26.67
%0
%47.06

Codes

Color #596387 in popluar color models

596387
RGB8999135
HSL227°20.54%43.92%
HSB/HSV227°34.07%52.94%
CMYK34.07%26.67%0.00%
47.06%

Color #596387 in popluar number systems.

HEX596387
Decimal8999135
Binary1011001110001110000111
Octal131143207

Shades and tints

Shades of #596387

#596387
(89,99,135)
#515A7B
(81,90,123)
#49516F
(73,81,111)
#414863
(65,72,99)
#393F57
(57,63,87)
#31364B
(49,54,75)
#292D3F
(41,45,63)
#212433
(33,36,51)
#191B27
(25,27,39)
#11121B
(17,18,27)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #596387

#596387
(89,99,135)
#687191
(104,113,145)
#777F9B
(119,127,155)
#868DA5
(134,141,165)
#959BAF
(149,155,175)
#A4A9B9
(164,169,185)
#B3B7C3
(179,183,195)
#C2C5CD
(194,197,205)
#D1D3D7
(209,211,215)
#E0E1E1
(224,225,225)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596387; }

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

This text font color is #596387.


Background Color

.myBgColor { background-color: #596387; }

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

This div background color is #596387.


Border color

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

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

This div border color is #596387.


Opacity

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

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

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

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

This text has shadow with #596387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596387 on black background.


Color preview on white background

This text has color #596387 on white background.



Black color preview on #596387 background

This text has black color on #596387 background.


White color preview on #596387 background

This text has white color on #596387 background.