COLOR #598598

HEX: #598598
RGB: (89,133,152)

Color info

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

RGB color model

#598598 color RGB value is (89,133,152).

  • red value is 89;
  • green value is 133;
  • blue value is 152.
RGB:
(89,133,152)
(35%,52%,60%)

RGB channels and saturation

R 89 of 255 = 35%
G 133 of 255 = 52%
B 152 of 255 = 60%

89
133
152

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

Portions of RGB colors in percentages

R + G + B =
89 + 133 + 152 = 374 (100%)
R 89 of 374 ~ 23.8%
G 133 of 374 ~ 35.56%
B 152 of 374 ~ 40.64%

%23.8
%35.56
%40.64

CMYK color model

#598598 color CMYK value is (41,13,0,40).

  • cyan value is 41.45%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(41,13,0,40)
C41M13Y0K40 
(41%,13%,0%,40%)
(0.41/0.13/0.00/0.40)	

CMYK percentages

%41.45
%12.5
%0
%40.39

Codes

Color #598598 in popluar color models

598598
RGB89133152
HSL198°26.14%47.25%
HSB/HSV198°41.45%59.61%
CMYK41.45%12.50%0.00%
40.39%

Color #598598 in popluar number systems.

HEX598598
Decimal89133152
Binary10110011000010110011000
Octal131205230

Shades and tints

Shades of #598598

#598598
(89,133,152)
#51798B
(81,121,139)
#496D7E
(73,109,126)
#416171
(65,97,113)
#395564
(57,85,100)
#314957
(49,73,87)
#293D4A
(41,61,74)
#21313D
(33,49,61)
#192530
(25,37,48)
#111923
(17,25,35)
#090D16
(9,13,22)
#000000
(0,0,0)

Tints of #598598

#598598
(89,133,152)
#6890A1
(104,144,161)
#779BAA
(119,155,170)
#86A6B3
(134,166,179)
#95B1BC
(149,177,188)
#A4BCC5
(164,188,197)
#B3C7CE
(179,199,206)
#C2D2D7
(194,210,215)
#D1DDE0
(209,221,224)
#E0E8E9
(224,232,233)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598598 color. Also use rgb(89,133,152) instead hex code.

Text Font Color

.myTextColor { color: #598598; }

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

This text font color is #598598.


Background Color

.myBgColor { background-color: #598598; }

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

This div background color is #598598.


Border color

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

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

This div border color is #598598.


Opacity

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

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

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

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

This text has shadow with #598598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598598 on black background.


Color preview on white background

This text has color #598598 on white background.



Black color preview on #598598 background

This text has black color on #598598 background.


White color preview on #598598 background

This text has white color on #598598 background.