COLOR #596286

HEX: #596286
RGB: (89,98,134)

Color info

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

RGB color model

#596286 color RGB value is (89,98,134).

  • red value is 89;
  • green value is 98;
  • blue value is 134.
RGB:
(89,98,134)
(35%,38%,53%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 134 of 255 = 53%

89
98
134

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

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 134 = 321 (100%)
R 89 of 321 ~ 27.73%
G 98 of 321 ~ 30.53%
B 134 of 321 ~ 41.74%

%27.73
%30.53
%41.74

CMYK color model

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

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

CMYK percentages

%33.58
%26.87
%0
%47.45

Codes

Color #596286 in popluar color models

596286
RGB8998134
HSL228°20.18%43.73%
HSB/HSV228°33.58%52.55%
CMYK33.58%26.87%0.00%
47.45%

Color #596286 in popluar number systems.

HEX596286
Decimal8998134
Binary1011001110001010000110
Octal131142206

Shades and tints

Shades of #596286

#596286
(89,98,134)
#515A7A
(81,90,122)
#49526E
(73,82,110)
#414A62
(65,74,98)
#394256
(57,66,86)
#313A4A
(49,58,74)
#29323E
(41,50,62)
#212A32
(33,42,50)
#192226
(25,34,38)
#111A1A
(17,26,26)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #596286

#596286
(89,98,134)
#687091
(104,112,145)
#777E9C
(119,126,156)
#868CA7
(134,140,167)
#959AB2
(149,154,178)
#A4A8BD
(164,168,189)
#B3B6C8
(179,182,200)
#C2C4D3
(194,196,211)
#D1D2DE
(209,210,222)
#E0E0E9
(224,224,233)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596286 color. Also use rgb(89,98,134) instead hex code.

Text Font Color

.myTextColor { color: #596286; }

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

This text font color is #596286.


Background Color

.myBgColor { background-color: #596286; }

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

This div background color is #596286.


Border color

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

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

This div border color is #596286.


Opacity

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

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

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

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

This text has shadow with #596286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596286 on black background.


Color preview on white background

This text has color #596286 on white background.



Black color preview on #596286 background

This text has black color on #596286 background.


White color preview on #596286 background

This text has white color on #596286 background.