COLOR #598991

HEX: #598991
RGB: (89,137,145)

Color info

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

RGB color model

#598991 color RGB value is (89,137,145).

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

RGB channels and saturation

R 89 of 255 = 35%
G 137 of 255 = 54%
B 145 of 255 = 57%

89
137
145

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

Portions of RGB colors in percentages

R + G + B =
89 + 137 + 145 = 371 (100%)
R 89 of 371 ~ 23.99%
G 137 of 371 ~ 36.93%
B 145 of 371 ~ 39.08%

%23.99
%36.93
%39.08

CMYK color model

#598991 color CMYK value is (39,6,0,43).

  • cyan value is 38.62%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(39,6,0,43)
C39M6Y0K43 
(39%,6%,0%,43%)
(0.39/0.06/0.00/0.43)	

CMYK percentages

%38.62
%5.52
%0
%43.14

Codes

Color #598991 in popluar color models

598991
RGB89137145
HSL189°23.93%45.88%
HSB/HSV189°38.62%56.86%
CMYK38.62%5.52%0.00%
43.14%

Color #598991 in popluar number systems.

HEX598991
Decimal89137145
Binary10110011000100110010001
Octal131211221

Shades and tints

Shades of #598991

#598991
(89,137,145)
#517D84
(81,125,132)
#497177
(73,113,119)
#41656A
(65,101,106)
#39595D
(57,89,93)
#314D50
(49,77,80)
#294143
(41,65,67)
#213536
(33,53,54)
#192929
(25,41,41)
#111D1C
(17,29,28)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #598991

#598991
(89,137,145)
#68939B
(104,147,155)
#779DA5
(119,157,165)
#86A7AF
(134,167,175)
#95B1B9
(149,177,185)
#A4BBC3
(164,187,195)
#B3C5CD
(179,197,205)
#C2CFD7
(194,207,215)
#D1D9E1
(209,217,225)
#E0E3EB
(224,227,235)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598991; }

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

This text font color is #598991.


Background Color

.myBgColor { background-color: #598991; }

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

This div background color is #598991.


Border color

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

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

This div border color is #598991.


Opacity

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

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

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

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

This text has shadow with #598991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598991 on black background.


Color preview on white background

This text has color #598991 on white background.



Black color preview on #598991 background

This text has black color on #598991 background.


White color preview on #598991 background

This text has white color on #598991 background.