COLOR #596796

HEX: #596796
RGB: (89,103,150)

Color info

#596796 contains mainly green and blue colors. Web safe color of #596796 is #666699 (or #669).

RGB color model

#596796 color RGB value is (89,103,150).

  • red value is 89;
  • green value is 103;
  • blue value is 150.
RGB:
(89,103,150)
(35%,40%,59%)

RGB channels and saturation

R 89 of 255 = 35%
G 103 of 255 = 40%
B 150 of 255 = 59%

89
103
150

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

Portions of RGB colors in percentages

R + G + B =
89 + 103 + 150 = 342 (100%)
R 89 of 342 ~ 26.02%
G 103 of 342 ~ 30.12%
B 150 of 342 ~ 43.86%

%26.02
%30.12
%43.86

CMYK color model

#596796 color CMYK value is (41,31,0,41).

  • cyan value is 40.67%
  • magenta value is 31.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,31,0,41)
C41M31Y0K41 
(41%,31%,0%,41%)
(0.41/0.31/0.00/0.41)	

CMYK percentages

%40.67
%31.33
%0
%41.18

Codes

Color #596796 in popluar color models

596796
RGB89103150
HSL226°25.52%46.86%
HSB/HSV226°40.67%58.82%
CMYK40.67%31.33%0.00%
41.18%

Color #596796 in popluar number systems.

HEX596796
Decimal89103150
Binary1011001110011110010110
Octal131147226

Shades and tints

Shades of #596796

#596796
(89,103,150)
#515E89
(81,94,137)
#49557C
(73,85,124)
#414C6F
(65,76,111)
#394362
(57,67,98)
#313A55
(49,58,85)
#293148
(41,49,72)
#21283B
(33,40,59)
#191F2E
(25,31,46)
#111621
(17,22,33)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #596796

#596796
(89,103,150)
#68749F
(104,116,159)
#7781A8
(119,129,168)
#868EB1
(134,142,177)
#959BBA
(149,155,186)
#A4A8C3
(164,168,195)
#B3B5CC
(179,181,204)
#C2C2D5
(194,194,213)
#D1CFDE
(209,207,222)
#E0DCE7
(224,220,231)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596796 color. Also use rgb(89,103,150) instead hex code.

Text Font Color

.myTextColor { color: #596796; }

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

This text font color is #596796.


Background Color

.myBgColor { background-color: #596796; }

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

This div background color is #596796.


Border color

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

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

This div border color is #596796.


Opacity

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

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

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

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

This text has shadow with #596796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596796 on black background.


Color preview on white background

This text has color #596796 on white background.



Black color preview on #596796 background

This text has black color on #596796 background.


White color preview on #596796 background

This text has white color on #596796 background.