COLOR #596CB9

HEX: #596CB9 RGB: (89,108,185)

Color info

#596CB9 contains mainly blue color. Web safe color of #596CB9 is #6666CC (or #66C).

RGB color model

#596CB9 color RGB value is (89,108,185).

RGB: (89,108,185) (35%, 42%, 73%)

RGB channels and saturation

R 89 of 255 = 35%
G 108 of 255 = 42%
B 185 of 255 = 73%

89
108
185

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

Portions of RGB colors in percentages

R + G + B = 89 + 108 + 185 = 382 (100%)
R 89 of 382 ~ 23.3%
G 108 of 382 ~ 28.27%
B 185 of 382 ~ 48.43'%

%23.3
%28.27
%48.43

CMYK color model

#596CB9 color CMYK value is (52,42,0,27).

  • cyan value is 51.89%
  • magenta value is 41.62%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (52,42,0,27)
C52M42Y0K27 (52%, 42%, 0%, 27%)
(0.52 / 0.42 / 0.00 / 0.27)

CMYK percentages

%51.89
%41.62
%0
%27.45

Codes

Color #596CB9 in popluar color models

59 6C B9
RGB 89 108 185
HSL 228° 40.68% 53.73%
HSB/HSV 228° 51.89% 72.55%
CMYK 51.89% 41.62% 0.00%
27.45%

Color #596CB9 in popluar number systems.

HEX 59 6C B9
Decimal 89 108 185
Binary 1011001 1101100 10111001
Octal 131 154 271

Shades and tints

Shades of #596CB9

#596CB9
(89,108,185)
#5163A9
(81,99,169)
#495A99
(73,90,153)
#415189
(65,81,137)
#394879
(57,72,121)
#313F69
(49,63,105)
#293659
(41,54,89)
#212D49
(33,45,73)
#192439
(25,36,57)
#111B29
(17,27,41)
#091219
(9,18,25)
#000000
(0,0,0)

Tints of #596CB9

#596CB9
(89,108,185)
#6879BF
(104,121,191)
#7786C5
(119,134,197)
#8693CB
(134,147,203)
#95A0D1
(149,160,209)
#A4ADD7
(164,173,215)
#B3BADD
(179,186,221)
#C2C7E3
(194,199,227)
#D1D4E9
(209,212,233)
#E0E1EF
(224,225,239)
#EFEEF5
(239,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596CB9 color. Also use rgb(89,108,185) instead hex code.

Text Font Color

.myTextColor { color: #596CB9; }

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

This text font color is #596CB9.

Background Color

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

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

This div background color is #596CB9.

Border color

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

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

This div border color is #596CB9.

Opacity

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

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

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

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

This text has shadow with #596CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596CB9.

Preview

Color preview on black background

This text has color #596CB9 on black background.


Color preview on white background

This text has color #596CB9 on white background.


Black color preview on #596CB9 background

This text has black color on #596CB9 background.


White color preview on #596CB9 background

This text has white color on #596CB9 background.


Related colors

Complementary color

Complementary color for #hex is #A69346.


I love getcolorcode.com

Triadic colors

1 #B9596C and #6CB959 with #596CB9 are triadic colors.

2 #B96C59 and #6C59B9 with #596CB9 are triadic colors.