COLOR #596F82

HEX: #596F82 RGB: (89,111,130)

Color info

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

RGB color model

#596F82 color RGB value is (89,111,130).

RGB: (89,111,130) (35%, 44%, 51%)

RGB channels and saturation

R 89 of 255 = 35%
G 111 of 255 = 44%
B 130 of 255 = 51%

89
111
130

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

Portions of RGB colors in percentages

R + G + B = 89 + 111 + 130 = 330 (100%)
R 89 of 330 ~ 26.97%
G 111 of 330 ~ 33.64%
B 130 of 330 ~ 39.39'%

%26.97
%33.64
%39.39

CMYK color model

#596F82 color CMYK value is (32,15,0,49).

  • cyan value is 31.54%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (32,15,0,49)
C32M15Y0K49 (32%, 15%, 0%, 49%)
(0.32 / 0.15 / 0.00 / 0.49)

CMYK percentages

%31.54
%14.62
%0
%49.02

Codes

Color #596F82 in popluar color models

59 6F 82
RGB 89 111 130
HSL 208° 18.72% 42.94%
HSB/HSV 208° 31.54% 50.98%
CMYK 31.54% 14.62% 0.00%
49.02%

Color #596F82 in popluar number systems.

HEX 59 6F 82
Decimal 89 111 130
Binary 1011001 1101111 10000010
Octal 131 157 202

Shades and tints

Shades of #596F82

#596F82
(89,111,130)
#516577
(81,101,119)
#495B6C
(73,91,108)
#415161
(65,81,97)
#394756
(57,71,86)
#313D4B
(49,61,75)
#293340
(41,51,64)
#212935
(33,41,53)
#191F2A
(25,31,42)
#11151F
(17,21,31)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #596F82

#596F82
(89,111,130)
#687C8D
(104,124,141)
#778998
(119,137,152)
#8696A3
(134,150,163)
#95A3AE
(149,163,174)
#A4B0B9
(164,176,185)
#B3BDC4
(179,189,196)
#C2CACF
(194,202,207)
#D1D7DA
(209,215,218)
#E0E4E5
(224,228,229)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596F82; }

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

This text font color is #596F82.

Background Color

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

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

This div background color is #596F82.

Border color

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

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

This div border color is #596F82.

Opacity

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

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

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

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

This text has shadow with #596F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596F82.

Preview

Color preview on black background

This text has color #596F82 on black background.


Color preview on white background

This text has color #596F82 on white background.


Black color preview on #596F82 background

This text has black color on #596F82 background.


White color preview on #596F82 background

This text has white color on #596F82 background.


Related colors

Complementary color

Complementary color for #hex is #A6907D.


I love getcolorcode.com

Triadic colors

1 #82596F and #6F8259 with #596F82 are triadic colors.

2 #826F59 and #6F5982 with #596F82 are triadic colors.