COLOR #596B92

HEX: #596B92
RGB: (89,107,146)

Color info

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

RGB color model

#596B92 color RGB value is (89,107,146).

  • red value is 89;
  • green value is 107;
  • blue value is 146.
RGB:
(89,107,146)
(35%,42%,57%)

RGB channels and saturation

R 89 of 255 = 35%
G 107 of 255 = 42%
B 146 of 255 = 57%

89
107
146

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

Portions of RGB colors in percentages

R + G + B =
89 + 107 + 146 = 342 (100%)
R 89 of 342 ~ 26.02%
G 107 of 342 ~ 31.29%
B 146 of 342 ~ 42.69%

%26.02
%31.29
%42.69

CMYK color model

#596B92 color CMYK value is (39,27,0,43).

  • cyan value is 39.04%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(39,27,0,43)
C39M27Y0K43 
(39%,27%,0%,43%)
(0.39/0.27/0.00/0.43)	

CMYK percentages

%39.04
%26.71
%0
%42.75

Codes

Color #596B92 in popluar color models

596B92
RGB89107146
HSL221°24.26%46.08%
HSB/HSV221°39.04%57.25%
CMYK39.04%26.71%0.00%
42.75%

Color #596B92 in popluar number systems.

HEX596B92
Decimal89107146
Binary1011001110101110010010
Octal131153222

Shades and tints

Shades of #596B92

#596B92
(89,107,146)
#516285
(81,98,133)
#495978
(73,89,120)
#41506B
(65,80,107)
#39475E
(57,71,94)
#313E51
(49,62,81)
#293544
(41,53,68)
#212C37
(33,44,55)
#19232A
(25,35,42)
#111A1D
(17,26,29)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #596B92

#596B92
(89,107,146)
#68789B
(104,120,155)
#7785A4
(119,133,164)
#8692AD
(134,146,173)
#959FB6
(149,159,182)
#A4ACBF
(164,172,191)
#B3B9C8
(179,185,200)
#C2C6D1
(194,198,209)
#D1D3DA
(209,211,218)
#E0E0E3
(224,224,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596B92 color. Also use rgb(89,107,146) instead hex code.

Text Font Color

.myTextColor { color: #596B92; }

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

This text font color is #596B92.


Background Color

.myBgColor { background-color: #596B92; }

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

This div background color is #596B92.


Border color

.myBorderColor { border: 1px solid #596B92; }

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

This div border color is #596B92.


Opacity

.myOpacity80 { color: #596B92; opacity: 0.8; }

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

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

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

This text has shadow with #596B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596B92 on black background.


Color preview on white background

This text has color #596B92 on white background.



Black color preview on #596B92 background

This text has black color on #596B92 background.


White color preview on #596B92 background

This text has white color on #596B92 background.