COLOR #598090

HEX: #598090
RGB: (89,128,144)

Color info

#598090 contains red, green and blue colors in about the same proportion. Web safe color of #598090 is #666699 (or #669).

RGB color model

#598090 color RGB value is (89,128,144).

  • red value is 89;
  • green value is 128;
  • blue value is 144.
RGB:
(89,128,144)
(35%,50%,56%)

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 144 of 255 = 56%

89
128
144

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

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 144 = 361 (100%)
R 89 of 361 ~ 24.65%
G 128 of 361 ~ 35.46%
B 144 of 361 ~ 39.89%

%24.65
%35.46
%39.89

CMYK color model

#598090 color CMYK value is (38,11,0,44).

  • cyan value is 38.19%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(38,11,0,44)
C38M11Y0K44 
(38%,11%,0%,44%)
(0.38/0.11/0.00/0.44)	

CMYK percentages

%38.19
%11.11
%0
%43.53

Codes

Color #598090 in popluar color models

598090
RGB89128144
HSL197°23.61%45.69%
HSB/HSV197°38.19%56.47%
CMYK38.19%11.11%0.00%
43.53%

Color #598090 in popluar number systems.

HEX598090
Decimal89128144
Binary10110011000000010010000
Octal131200220

Shades and tints

Shades of #598090

#598090
(89,128,144)
#517583
(81,117,131)
#496A76
(73,106,118)
#415F69
(65,95,105)
#39545C
(57,84,92)
#31494F
(49,73,79)
#293E42
(41,62,66)
#213335
(33,51,53)
#192828
(25,40,40)
#111D1B
(17,29,27)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #598090

#598090
(89,128,144)
#688B9A
(104,139,154)
#7796A4
(119,150,164)
#86A1AE
(134,161,174)
#95ACB8
(149,172,184)
#A4B7C2
(164,183,194)
#B3C2CC
(179,194,204)
#C2CDD6
(194,205,214)
#D1D8E0
(209,216,224)
#E0E3EA
(224,227,234)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598090 color. Also use rgb(89,128,144) instead hex code.

Text Font Color

.myTextColor { color: #598090; }

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

This text font color is #598090.


Background Color

.myBgColor { background-color: #598090; }

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

This div background color is #598090.


Border color

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

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

This div border color is #598090.


Opacity

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

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

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

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

This text has shadow with #598090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598090 on black background.


Color preview on white background

This text has color #598090 on white background.



Black color preview on #598090 background

This text has black color on #598090 background.


White color preview on #598090 background

This text has white color on #598090 background.