COLOR #595D7B

HEX: #595D7B RGB: (89,93,123)

Color info

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

RGB color model

#595D7B color RGB value is (89,93,123).

RGB: (89,93,123) (35%, 36%, 48%)

RGB channels and saturation

R 89 of 255 = 35%
G 93 of 255 = 36%
B 123 of 255 = 48%

89
93
123

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

Portions of RGB colors in percentages

R + G + B = 89 + 93 + 123 = 305 (100%)
R 89 of 305 ~ 29.18%
G 93 of 305 ~ 30.49%
B 123 of 305 ~ 40.33'%

%29.18
%30.49
%40.33

CMYK color model

#595D7B color CMYK value is (28,24,0,52).

  • cyan value is 27.64%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (28,24,0,52)
C28M24Y0K52 (28%, 24%, 0%, 52%)
(0.28 / 0.24 / 0.00 / 0.52)

CMYK percentages

%27.64
%24.39
%0
%51.76

Codes

Color #595D7B in popluar color models

59 5D 7B
RGB 89 93 123
HSL 233° 16.04% 41.57%
HSB/HSV 233° 27.64% 48.24%
CMYK 27.64% 24.39% 0.00%
51.76%

Color #595D7B in popluar number systems.

HEX 59 5D 7B
Decimal 89 93 123
Binary 1011001 1011101 1111011
Octal 131 135 173

Shades and tints

Shades of #595D7B

#595D7B
(89,93,123)
#515570
(81,85,112)
#494D65
(73,77,101)
#41455A
(65,69,90)
#393D4F
(57,61,79)
#313544
(49,53,68)
#292D39
(41,45,57)
#21252E
(33,37,46)
#191D23
(25,29,35)
#111518
(17,21,24)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #595D7B

#595D7B
(89,93,123)
#686B87
(104,107,135)
#777993
(119,121,147)
#86879F
(134,135,159)
#9595AB
(149,149,171)
#A4A3B7
(164,163,183)
#B3B1C3
(179,177,195)
#C2BFCF
(194,191,207)
#D1CDDB
(209,205,219)
#E0DBE7
(224,219,231)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595D7B color. Also use rgb(89,93,123) instead hex code.

Text Font Color

.myTextColor { color: #595D7B; }

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

This text font color is #595D7B.

Background Color

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

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

This div background color is #595D7B.

Border color

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

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

This div border color is #595D7B.

Opacity

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

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

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

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

This text has shadow with #595D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595D7B.

Preview

Color preview on black background

This text has color #595D7B on black background.


Color preview on white background

This text has color #595D7B on white background.


Black color preview on #595D7B background

This text has black color on #595D7B background.


White color preview on #595D7B background

This text has white color on #595D7B background.


Related colors

Complementary color

Complementary color for #hex is #A6A284.


I love getcolorcode.com

Triadic colors

1 #7B595D and #5D7B59 with #595D7B are triadic colors.

2 #7B5D59 and #5D597B with #595D7B are triadic colors.