COLOR #598DA5

HEX: #598DA5
RGB: (89,141,165)

Color info

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

RGB color model

#598DA5 color RGB value is (89,141,165).

  • red value is 89;
  • green value is 141;
  • blue value is 165.
RGB:
(89,141,165)
(35%,55%,65%)

RGB channels and saturation

R 89 of 255 = 35%
G 141 of 255 = 55%
B 165 of 255 = 65%

89
141
165

R + G + B ~ 52%. #598DA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 141 + 165 = 395 (100%)
R 89 of 395 ~ 22.53%
G 141 of 395 ~ 35.7%
B 165 of 395 ~ 41.77%

%22.53
%35.7
%41.77

CMYK color model

#598DA5 color CMYK value is (46,15,0,35).

  • cyan value is 46.06%
  • magenta value is 14.55%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(46,15,0,35)
C46M15Y0K35 
(46%,15%,0%,35%)
(0.46/0.15/0.00/0.35)	

CMYK percentages

%46.06
%14.55
%0
%35.29

Codes

Color #598DA5 in popluar color models

598DA5
RGB89141165
HSL199°29.92%49.80%
HSB/HSV199°46.06%64.71%
CMYK46.06%14.55%0.00%
35.29%

Color #598DA5 in popluar number systems.

HEX598DA5
Decimal89141165
Binary10110011000110110100101
Octal131215245

Shades and tints

Shades of #598DA5

#598DA5
(89,141,165)
#518196
(81,129,150)
#497587
(73,117,135)
#416978
(65,105,120)
#395D69
(57,93,105)
#31515A
(49,81,90)
#29454B
(41,69,75)
#21393C
(33,57,60)
#192D2D
(25,45,45)
#11211E
(17,33,30)
#09150F
(9,21,15)
#000000
(0,0,0)

Tints of #598DA5

#598DA5
(89,141,165)
#6897AD
(104,151,173)
#77A1B5
(119,161,181)
#86ABBD
(134,171,189)
#95B5C5
(149,181,197)
#A4BFCD
(164,191,205)
#B3C9D5
(179,201,213)
#C2D3DD
(194,211,221)
#D1DDE5
(209,221,229)
#E0E7ED
(224,231,237)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598DA5 color. Also use rgb(89,141,165) instead hex code.

Text Font Color

.myTextColor { color: #598DA5; }

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

This text font color is #598DA5.


Background Color

.myBgColor { background-color: #598DA5; }

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

This div background color is #598DA5.


Border color

.myBorderColor { border: 1px solid #598DA5; }

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

This div border color is #598DA5.


Opacity

.myOpacity80 { color: #598DA5; opacity: 0.8; }

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

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

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

This text has shadow with #598DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598DA5 on black background.


Color preview on white background

This text has color #598DA5 on white background.



Black color preview on #598DA5 background

This text has black color on #598DA5 background.


White color preview on #598DA5 background

This text has white color on #598DA5 background.