COLOR #598399

HEX: #598399
RGB: (89,131,153)

Color info

#598399 contains mainly green and blue colors. Web safe color of #598399 is #669999 (or #699).

RGB color model

#598399 color RGB value is (89,131,153).

  • red value is 89;
  • green value is 131;
  • blue value is 153.
RGB:
(89,131,153)
(35%,51%,60%)

RGB channels and saturation

R 89 of 255 = 35%
G 131 of 255 = 51%
B 153 of 255 = 60%

89
131
153

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

Portions of RGB colors in percentages

R + G + B =
89 + 131 + 153 = 373 (100%)
R 89 of 373 ~ 23.86%
G 131 of 373 ~ 35.12%
B 153 of 373 ~ 41.02%

%23.86
%35.12
%41.02

CMYK color model

#598399 color CMYK value is (42,14,0,40).

  • cyan value is 41.83%
  • magenta value is 14.38%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(42,14,0,40)
C42M14Y0K40 
(42%,14%,0%,40%)
(0.42/0.14/0.00/0.40)	

CMYK percentages

%41.83
%14.38
%0
%40

Codes

Color #598399 in popluar color models

598399
RGB89131153
HSL201°26.45%47.45%
HSB/HSV201°41.83%60.00%
CMYK41.83%14.38%0.00%
40.00%

Color #598399 in popluar number systems.

HEX598399
Decimal89131153
Binary10110011000001110011001
Octal131203231

Shades and tints

Shades of #598399

#598399
(89,131,153)
#51788C
(81,120,140)
#496D7F
(73,109,127)
#416272
(65,98,114)
#395765
(57,87,101)
#314C58
(49,76,88)
#29414B
(41,65,75)
#21363E
(33,54,62)
#192B31
(25,43,49)
#112024
(17,32,36)
#091517
(9,21,23)
#000000
(0,0,0)

Tints of #598399

#598399
(89,131,153)
#688EA2
(104,142,162)
#7799AB
(119,153,171)
#86A4B4
(134,164,180)
#95AFBD
(149,175,189)
#A4BAC6
(164,186,198)
#B3C5CF
(179,197,207)
#C2D0D8
(194,208,216)
#D1DBE1
(209,219,225)
#E0E6EA
(224,230,234)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598399 color. Also use rgb(89,131,153) instead hex code.

Text Font Color

.myTextColor { color: #598399; }

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

This text font color is #598399.


Background Color

.myBgColor { background-color: #598399; }

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

This div background color is #598399.


Border color

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

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

This div border color is #598399.


Opacity

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

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

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

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

This text has shadow with #598399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598399 on black background.


Color preview on white background

This text has color #598399 on white background.



Black color preview on #598399 background

This text has black color on #598399 background.


White color preview on #598399 background

This text has white color on #598399 background.