COLOR #595C82

HEX: #595C82 RGB: (89,92,130)

Color info

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

RGB color model

#595C82 color RGB value is (89,92,130).

RGB: (89,92,130) (35%, 36%, 51%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 130 of 255 = 51%

89
92
130

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

Portions of RGB colors in percentages

R + G + B = 89 + 92 + 130 = 311 (100%)
R 89 of 311 ~ 28.62%
G 92 of 311 ~ 29.58%
B 130 of 311 ~ 41.8'%

%28.62
%29.58
%41.8

CMYK color model

#595C82 color CMYK value is (32,29,0,49).

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

CMYK: (32,29,0,49)
C32M29Y0K49 (32%, 29%, 0%, 49%)
(0.32 / 0.29 / 0.00 / 0.49)

CMYK percentages

%31.54
%29.23
%0
%49.02

Codes

Color #595C82 in popluar color models

59 5C 82
RGB 89 92 130
HSL 236° 18.72% 42.94%
HSB/HSV 236° 31.54% 50.98%
CMYK 31.54% 29.23% 0.00%
49.02%

Color #595C82 in popluar number systems.

HEX 59 5C 82
Decimal 89 92 130
Binary 1011001 1011100 10000010
Octal 131 134 202

Shades and tints

Shades of #595C82

#595C82
(89,92,130)
#515477
(81,84,119)
#494C6C
(73,76,108)
#414461
(65,68,97)
#393C56
(57,60,86)
#31344B
(49,52,75)
#292C40
(41,44,64)
#212435
(33,36,53)
#191C2A
(25,28,42)
#11141F
(17,20,31)
#090C14
(9,12,20)
#000000
(0,0,0)

Tints of #595C82

#595C82
(89,92,130)
#686A8D
(104,106,141)
#777898
(119,120,152)
#8686A3
(134,134,163)
#9594AE
(149,148,174)
#A4A2B9
(164,162,185)
#B3B0C4
(179,176,196)
#C2BECF
(194,190,207)
#D1CCDA
(209,204,218)
#E0DAE5
(224,218,229)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C82 color. Also use rgb(89,92,130) instead hex code.

Text Font Color

.myTextColor { color: #595C82; }

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

This text font color is #595C82.

Background Color

.myBgColor { background-color: #595C82; }

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

This div background color is #595C82.

Border color

.myBorderColor { border: 1px solid #595C82; }

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

This div border color is #595C82.

Opacity

.myOpacity80 { color: #595C82; opacity: 0.8; }

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

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

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

This text has shadow with #595C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595C82.

Preview

Color preview on black background

This text has color #595C82 on black background.


Color preview on white background

This text has color #595C82 on white background.


Black color preview on #595C82 background

This text has black color on #595C82 background.


White color preview on #595C82 background

This text has white color on #595C82 background.


Related colors

Complementary color

Complementary color for #hex is #A6A37D.


I love getcolorcode.com

Triadic colors

1 #82595C and #5C8259 with #595C82 are triadic colors.

2 #825C59 and #5C5982 with #595C82 are triadic colors.