COLOR #598589

HEX: #598589
RGB: (89,133,137)

Color info

#598589 contains red, green and blue colors in about the same proportion. Web safe color of #598589 is #669999 (or #699).

RGB color model

#598589 color RGB value is (89,133,137).

  • red value is 89;
  • green value is 133;
  • blue value is 137.
RGB:
(89,133,137)
(35%,52%,54%)

RGB channels and saturation

R 89 of 255 = 35%
G 133 of 255 = 52%
B 137 of 255 = 54%

89
133
137

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

Portions of RGB colors in percentages

R + G + B =
89 + 133 + 137 = 359 (100%)
R 89 of 359 ~ 24.79%
G 133 of 359 ~ 37.05%
B 137 of 359 ~ 38.16%

%24.79
%37.05
%38.16

CMYK color model

#598589 color CMYK value is (35,3,0,46).

  • cyan value is 35.04%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(35,3,0,46)
C35M3Y0K46 
(35%,3%,0%,46%)
(0.35/0.03/0.00/0.46)	

CMYK percentages

%35.04
%2.92
%0
%46.27

Codes

Color #598589 in popluar color models

598589
RGB89133137
HSL185°21.24%44.31%
HSB/HSV185°35.04%53.73%
CMYK35.04%2.92%0.00%
46.27%

Color #598589 in popluar number systems.

HEX598589
Decimal89133137
Binary10110011000010110001001
Octal131205211

Shades and tints

Shades of #598589

#598589
(89,133,137)
#51797D
(81,121,125)
#496D71
(73,109,113)
#416165
(65,97,101)
#395559
(57,85,89)
#31494D
(49,73,77)
#293D41
(41,61,65)
#213135
(33,49,53)
#192529
(25,37,41)
#11191D
(17,25,29)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #598589

#598589
(89,133,137)
#689093
(104,144,147)
#779B9D
(119,155,157)
#86A6A7
(134,166,167)
#95B1B1
(149,177,177)
#A4BCBB
(164,188,187)
#B3C7C5
(179,199,197)
#C2D2CF
(194,210,207)
#D1DDD9
(209,221,217)
#E0E8E3
(224,232,227)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598589 color. Also use rgb(89,133,137) instead hex code.

Text Font Color

.myTextColor { color: #598589; }

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

This text font color is #598589.


Background Color

.myBgColor { background-color: #598589; }

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

This div background color is #598589.


Border color

.myBorderColor { border: 1px solid #598589; }

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

This div border color is #598589.


Opacity

.myOpacity80 { color: #598589; opacity: 0.8; }

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

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

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

This text has shadow with #598589 color.

.textShadow {text-shadow: 3px 3px 1px #598589, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #598589;
-webkit-box-shadow: 1px 1px 3px 2px #598589;
box-shadow:1px 1px 3px 2px #598589;">
Div content here</div>
This div box has shadow with color #598589.

Preview

Color preview on black background

This text has color #598589 on black background.


Color preview on white background

This text has color #598589 on white background.



Black color preview on #598589 background

This text has black color on #598589 background.


White color preview on #598589 background

This text has white color on #598589 background.