COLOR #598DB5

HEX: #598DB5
RGB: (89,141,181)

Color info

#598DB5 contains mainly green and blue colors. Web safe color of #598DB5 is #6699CC (or #69C).

RGB color model

#598DB5 color RGB value is (89,141,181).

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

RGB channels and saturation

R 89 of 255 = 35%
G 141 of 255 = 55%
B 181 of 255 = 71%

89
141
181

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

Portions of RGB colors in percentages

R + G + B =
89 + 141 + 181 = 411 (100%)
R 89 of 411 ~ 21.65%
G 141 of 411 ~ 34.31%
B 181 of 411 ~ 44.04%

%21.65
%34.31
%44.04

CMYK color model

#598DB5 color CMYK value is (51,22,0,29).

  • cyan value is 50.83%
  • magenta value is 22.10%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(51,22,0,29)
C51M22Y0K29 
(51%,22%,0%,29%)
(0.51/0.22/0.00/0.29)	

CMYK percentages

%50.83
%22.1
%0
%29.02

Codes

Color #598DB5 in popluar color models

598DB5
RGB89141181
HSL206°38.33%52.94%
HSB/HSV206°50.83%70.98%
CMYK50.83%22.10%0.00%
29.02%

Color #598DB5 in popluar number systems.

HEX598DB5
Decimal89141181
Binary10110011000110110110101
Octal131215265

Shades and tints

Shades of #598DB5

#598DB5
(89,141,181)
#5181A5
(81,129,165)
#497595
(73,117,149)
#416985
(65,105,133)
#395D75
(57,93,117)
#315165
(49,81,101)
#294555
(41,69,85)
#213945
(33,57,69)
#192D35
(25,45,53)
#112125
(17,33,37)
#091515
(9,21,21)
#000000
(0,0,0)

Tints of #598DB5

#598DB5
(89,141,181)
#6897BB
(104,151,187)
#77A1C1
(119,161,193)
#86ABC7
(134,171,199)
#95B5CD
(149,181,205)
#A4BFD3
(164,191,211)
#B3C9D9
(179,201,217)
#C2D3DF
(194,211,223)
#D1DDE5
(209,221,229)
#E0E7EB
(224,231,235)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598DB5; }

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

This text font color is #598DB5.


Background Color

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

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

This div background color is #598DB5.


Border color

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

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

This div border color is #598DB5.


Opacity

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

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

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

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

This text has shadow with #598DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598DB5 on black background.


Color preview on white background

This text has color #598DB5 on white background.



Black color preview on #598DB5 background

This text has black color on #598DB5 background.


White color preview on #598DB5 background

This text has white color on #598DB5 background.