COLOR #598699

HEX: #598699
RGB: (89,134,153)

Color info

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

RGB color model

#598699 color RGB value is (89,134,153).

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

RGB channels and saturation

R 89 of 255 = 35%
G 134 of 255 = 53%
B 153 of 255 = 60%

89
134
153

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

Portions of RGB colors in percentages

R + G + B =
89 + 134 + 153 = 376 (100%)
R 89 of 376 ~ 23.67%
G 134 of 376 ~ 35.64%
B 153 of 376 ~ 40.69%

%23.67
%35.64
%40.69

CMYK color model

#598699 color CMYK value is (42,12,0,40).

  • cyan value is 41.83%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(42,12,0,40)
C42M12Y0K40 
(42%,12%,0%,40%)
(0.42/0.12/0.00/0.40)	

CMYK percentages

%41.83
%12.42
%0
%40

Codes

Color #598699 in popluar color models

598699
RGB89134153
HSL198°26.45%47.45%
HSB/HSV198°41.83%60.00%
CMYK41.83%12.42%0.00%
40.00%

Color #598699 in popluar number systems.

HEX598699
Decimal89134153
Binary10110011000011010011001
Octal131206231

Shades and tints

Shades of #598699

#598699
(89,134,153)
#517A8C
(81,122,140)
#496E7F
(73,110,127)
#416272
(65,98,114)
#395665
(57,86,101)
#314A58
(49,74,88)
#293E4B
(41,62,75)
#21323E
(33,50,62)
#192631
(25,38,49)
#111A24
(17,26,36)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #598699

#598699
(89,134,153)
#6891A2
(104,145,162)
#779CAB
(119,156,171)
#86A7B4
(134,167,180)
#95B2BD
(149,178,189)
#A4BDC6
(164,189,198)
#B3C8CF
(179,200,207)
#C2D3D8
(194,211,216)
#D1DEE1
(209,222,225)
#E0E9EA
(224,233,234)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598699; }

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

This text font color is #598699.


Background Color

.myBgColor { background-color: #598699; }

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

This div background color is #598699.


Border color

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

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

This div border color is #598699.


Opacity

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

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

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

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

This text has shadow with #598699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598699 on black background.


Color preview on white background

This text has color #598699 on white background.



Black color preview on #598699 background

This text has black color on #598699 background.


White color preview on #598699 background

This text has white color on #598699 background.