COLOR #596584

HEX: #596584
RGB: (89,101,132)

Color info

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

RGB color model

#596584 color RGB value is (89,101,132).

  • red value is 89;
  • green value is 101;
  • blue value is 132.
RGB:
(89,101,132)
(35%,40%,52%)

RGB channels and saturation

R 89 of 255 = 35%
G 101 of 255 = 40%
B 132 of 255 = 52%

89
101
132

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

Portions of RGB colors in percentages

R + G + B =
89 + 101 + 132 = 322 (100%)
R 89 of 322 ~ 27.64%
G 101 of 322 ~ 31.37%
B 132 of 322 ~ 40.99%

%27.64
%31.37
%40.99

CMYK color model

#596584 color CMYK value is (33,23,0,48).

  • cyan value is 32.58%
  • magenta value is 23.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,23,0,48)
C33M23Y0K48 
(33%,23%,0%,48%)
(0.33/0.23/0.00/0.48)	

CMYK percentages

%32.58
%23.48
%0
%48.24

Codes

Color #596584 in popluar color models

596584
RGB89101132
HSL223°19.46%43.33%
HSB/HSV223°32.58%51.76%
CMYK32.58%23.48%0.00%
48.24%

Color #596584 in popluar number systems.

HEX596584
Decimal89101132
Binary1011001110010110000100
Octal131145204

Shades and tints

Shades of #596584

#596584
(89,101,132)
#515C78
(81,92,120)
#49536C
(73,83,108)
#414A60
(65,74,96)
#394154
(57,65,84)
#313848
(49,56,72)
#292F3C
(41,47,60)
#212630
(33,38,48)
#191D24
(25,29,36)
#111418
(17,20,24)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #596584

#596584
(89,101,132)
#68738F
(104,115,143)
#77819A
(119,129,154)
#868FA5
(134,143,165)
#959DB0
(149,157,176)
#A4ABBB
(164,171,187)
#B3B9C6
(179,185,198)
#C2C7D1
(194,199,209)
#D1D5DC
(209,213,220)
#E0E3E7
(224,227,231)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596584 color. Also use rgb(89,101,132) instead hex code.

Text Font Color

.myTextColor { color: #596584; }

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

This text font color is #596584.


Background Color

.myBgColor { background-color: #596584; }

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

This div background color is #596584.


Border color

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

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

This div border color is #596584.


Opacity

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

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

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

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

This text has shadow with #596584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596584 on black background.


Color preview on white background

This text has color #596584 on white background.



Black color preview on #596584 background

This text has black color on #596584 background.


White color preview on #596584 background

This text has white color on #596584 background.