COLOR #596180

HEX: #596180 RGB: (89,97,128)

Color info

#596180 contains red, green and blue colors in about the same proportion. Web safe color of #596180 is #666666 (or #666).

RGB color model

#596180 color RGB value is (89,97,128).

RGB: (89,97,128) (35%, 38%, 50%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 128 of 255 = 50%

89
97
128

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

Portions of RGB colors in percentages

R + G + B = 89 + 97 + 128 = 314 (100%)
R 89 of 314 ~ 28.34%
G 97 of 314 ~ 30.89%
B 128 of 314 ~ 40.76'%

%28.34
%30.89
%40.76

CMYK color model

#596180 color CMYK value is (30,24,0,50).

  • cyan value is 30.47%
  • magenta value is 24.22%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (30,24,0,50) C30M24Y0K50 (30%,24%,0%,50%) (0.30/0.24/0.00/0.50) 

CMYK percentages

%30.47
%24.22
%0
%49.8

Codes

Color #596180 in popluar color models

59 61 80
RGB 89 97 128
HSL 228° 17.97% 42.55%
HSB/HSV 228° 30.47% 50.20%
CMYK 30.47% 24.22% 0.00%
49.80%

Color #596180 in popluar number systems.

HEX 59 61 80
Decimal 89 97 128
Binary 1011001 1100001 10000000
Octal 131 141 200

Shades and tints

Shades of #596180

#596180
(89,97,128)
#515975
(81,89,117)
#49516A
(73,81,106)
#41495F
(65,73,95)
#394154
(57,65,84)
#313949
(49,57,73)
#29313E
(41,49,62)
#212933
(33,41,51)
#192128
(25,33,40)
#11191D
(17,25,29)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #596180

#596180
(89,97,128)
#686F8B
(104,111,139)
#777D96
(119,125,150)
#868BA1
(134,139,161)
#9599AC
(149,153,172)
#A4A7B7
(164,167,183)
#B3B5C2
(179,181,194)
#C2C3CD
(194,195,205)
#D1D1D8
(209,209,216)
#E0DFE3
(224,223,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596180 color. Also use rgb(89,97,128) instead hex code.

Text Font Color

.myTextColor { color: #596180; }

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

This text font color is #596180.

Background Color

.myBgColor { background-color: #596180; }

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

This div background color is #596180.

Border color

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

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

This div border color is #596180.

Opacity

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

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

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

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

This text has shadow with #596180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596180.

Preview

Color preview on black background

This text has color #596180 on black background.


Color preview on white background

This text has color #596180 on white background.


Black color preview on #596180 background

This text has black color on #596180 background.


White color preview on #596180 background

This text has white color on #596180 background.


Related colors

Complementary color

Complementary color for #hex is #A69E7F.


I love getcolorcode.com

Triadic colors

1 #805961 and #618059 with #596180 are triadic colors.

2 #806159 and #615980 with #596180 are triadic colors.