COLOR #595A82

HEX: #595A82 RGB: (89,90,130)

Color info

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

RGB color model

#595A82 color RGB value is (89,90,130).

RGB: (89,90,130) (35%, 35%, 51%)

RGB channels and saturation

R 89 of 255 = 35%
G 90 of 255 = 35%
B 130 of 255 = 51%

89
90
130

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

Portions of RGB colors in percentages

R + G + B = 89 + 90 + 130 = 309 (100%)
R 89 of 309 ~ 28.8%
G 90 of 309 ~ 29.13%
B 130 of 309 ~ 42.07'%

%28.8
%29.13
%42.07

CMYK color model

#595A82 color CMYK value is (32,31,0,49).

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

CMYK: (32,31,0,49)
C32M31Y0K49 (32%, 31%, 0%, 49%)
(0.32 / 0.31 / 0.00 / 0.49)

CMYK percentages

%31.54
%30.77
%0
%49.02

Codes

Color #595A82 in popluar color models

59 5A 82
RGB 89 90 130
HSL 239° 18.72% 42.94%
HSB/HSV 239° 31.54% 50.98%
CMYK 31.54% 30.77% 0.00%
49.02%

Color #595A82 in popluar number systems.

HEX 59 5A 82
Decimal 89 90 130
Binary 1011001 1011010 10000010
Octal 131 132 202

Shades and tints

Shades of #595A82

#595A82
(89,90,130)
#515277
(81,82,119)
#494A6C
(73,74,108)
#414261
(65,66,97)
#393A56
(57,58,86)
#31324B
(49,50,75)
#292A40
(41,42,64)
#212235
(33,34,53)
#191A2A
(25,26,42)
#11121F
(17,18,31)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #595A82

#595A82
(89,90,130)
#68698D
(104,105,141)
#777898
(119,120,152)
#8687A3
(134,135,163)
#9596AE
(149,150,174)
#A4A5B9
(164,165,185)
#B3B4C4
(179,180,196)
#C2C3CF
(194,195,207)
#D1D2DA
(209,210,218)
#E0E1E5
(224,225,229)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595A82; }

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

This text font color is #595A82.

Background Color

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

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

This div background color is #595A82.

Border color

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

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

This div border color is #595A82.

Opacity

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

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

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

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

This text has shadow with #595A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595A82.

Preview

Color preview on black background

This text has color #595A82 on black background.


Color preview on white background

This text has color #595A82 on white background.


Black color preview on #595A82 background

This text has black color on #595A82 background.


White color preview on #595A82 background

This text has white color on #595A82 background.


Related colors

Complementary color

Complementary color for #hex is #A6A57D.


I love getcolorcode.com

Triadic colors

1 #82595A and #5A8259 with #595A82 are triadic colors.

2 #825A59 and #5A5982 with #595A82 are triadic colors.