COLOR #59607B

HEX: #59607B RGB: (89,96,123)

Color info

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

RGB color model

#59607B color RGB value is (89,96,123).

RGB: (89,96,123) (35%, 38%, 48%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 123 of 255 = 48%

89
96
123

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

Portions of RGB colors in percentages

R + G + B = 89 + 96 + 123 = 308 (100%)
R 89 of 308 ~ 28.9%
G 96 of 308 ~ 31.17%
B 123 of 308 ~ 39.94'%

%28.9
%31.17
%39.94

CMYK color model

#59607B color CMYK value is (28,22,0,52).

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

CMYK: (28,22,0,52)
C28M22Y0K52 (28%, 22%, 0%, 52%)
(0.28 / 0.22 / 0.00 / 0.52)

CMYK percentages

%27.64
%21.95
%0
%51.76

Codes

Color #59607B in popluar color models

59 60 7B
RGB 89 96 123
HSL 228° 16.04% 41.57%
HSB/HSV 228° 27.64% 48.24%
CMYK 27.64% 21.95% 0.00%
51.76%

Color #59607B in popluar number systems.

HEX 59 60 7B
Decimal 89 96 123
Binary 1011001 1100000 1111011
Octal 131 140 173

Shades and tints

Shades of #59607B

#59607B
(89,96,123)
#515870
(81,88,112)
#495065
(73,80,101)
#41485A
(65,72,90)
#39404F
(57,64,79)
#313844
(49,56,68)
#293039
(41,48,57)
#21282E
(33,40,46)
#192023
(25,32,35)
#111818
(17,24,24)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #59607B

#59607B
(89,96,123)
#686E87
(104,110,135)
#777C93
(119,124,147)
#868A9F
(134,138,159)
#9598AB
(149,152,171)
#A4A6B7
(164,166,183)
#B3B4C3
(179,180,195)
#C2C2CF
(194,194,207)
#D1D0DB
(209,208,219)
#E0DEE7
(224,222,231)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59607B color. Also use rgb(89,96,123) instead hex code.

Text Font Color

.myTextColor { color: #59607B; }

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

This text font color is #59607B.

Background Color

.myBgColor { background-color: #59607B; }

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

This div background color is #59607B.

Border color

.myBorderColor { border: 1px solid #59607B; }

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

This div border color is #59607B.

Opacity

.myOpacity80 { color: #59607B; opacity: 0.8; }

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

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

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

This text has shadow with #59607B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59607B.

Preview

Color preview on black background

This text has color #59607B on black background.


Color preview on white background

This text has color #59607B on white background.


Black color preview on #59607B background

This text has black color on #59607B background.


White color preview on #59607B background

This text has white color on #59607B background.


Related colors

Complementary color

Complementary color for #hex is #A69F84.


I love getcolorcode.com

Triadic colors

1 #7B5960 and #607B59 with #59607B are triadic colors.

2 #7B6059 and #60597B with #59607B are triadic colors.