COLOR #596F95

HEX: #596F95
RGB: (89,111,149)

Color info

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

RGB color model

#596F95 color RGB value is (89,111,149).

  • red value is 89;
  • green value is 111;
  • blue value is 149.
RGB:
(89,111,149)
(35%,44%,58%)

RGB channels and saturation

R 89 of 255 = 35%
G 111 of 255 = 44%
B 149 of 255 = 58%

89
111
149

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

Portions of RGB colors in percentages

R + G + B =
89 + 111 + 149 = 349 (100%)
R 89 of 349 ~ 25.5%
G 111 of 349 ~ 31.81%
B 149 of 349 ~ 42.69%

%25.5
%31.81
%42.69

CMYK color model

#596F95 color CMYK value is (40,26,0,42).

  • cyan value is 40.27%
  • magenta value is 25.50%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(40,26,0,42)
C40M26Y0K42 
(40%,26%,0%,42%)
(0.40/0.26/0.00/0.42)	

CMYK percentages

%40.27
%25.5
%0
%41.57

Codes

Color #596F95 in popluar color models

596F95
RGB89111149
HSL218°25.21%46.67%
HSB/HSV218°40.27%58.43%
CMYK40.27%25.50%0.00%
41.57%

Color #596F95 in popluar number systems.

HEX596F95
Decimal89111149
Binary1011001110111110010101
Octal131157225

Shades and tints

Shades of #596F95

#596F95
(89,111,149)
#516588
(81,101,136)
#495B7B
(73,91,123)
#41516E
(65,81,110)
#394761
(57,71,97)
#313D54
(49,61,84)
#293347
(41,51,71)
#21293A
(33,41,58)
#191F2D
(25,31,45)
#111520
(17,21,32)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #596F95

#596F95
(89,111,149)
#687C9E
(104,124,158)
#7789A7
(119,137,167)
#8696B0
(134,150,176)
#95A3B9
(149,163,185)
#A4B0C2
(164,176,194)
#B3BDCB
(179,189,203)
#C2CAD4
(194,202,212)
#D1D7DD
(209,215,221)
#E0E4E6
(224,228,230)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596F95 color. Also use rgb(89,111,149) instead hex code.

Text Font Color

.myTextColor { color: #596F95; }

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

This text font color is #596F95.


Background Color

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

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

This div background color is #596F95.


Border color

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

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

This div border color is #596F95.


Opacity

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

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

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

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

This text has shadow with #596F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596F95 on black background.


Color preview on white background

This text has color #596F95 on white background.



Black color preview on #596F95 background

This text has black color on #596F95 background.


White color preview on #596F95 background

This text has white color on #596F95 background.