COLOR #598EA1

HEX: #598EA1 RGB: (89,142,161)

Color info

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

RGB color model

#598EA1 color RGB value is (89,142,161).

RGB: (89,142,161) (35%, 56%, 63%)

RGB channels and saturation

R 89 of 255 = 35%
G 142 of 255 = 56%
B 161 of 255 = 63%

89
142
161

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

Portions of RGB colors in percentages

R + G + B = 89 + 142 + 161 = 392 (100%)
R 89 of 392 ~ 22.7%
G 142 of 392 ~ 36.22%
B 161 of 392 ~ 41.07'%

%22.7
%36.22
%41.07

CMYK color model

#598EA1 color CMYK value is (45,12,0,37).

  • cyan value is 44.72%
  • magenta value is 11.80%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (45,12,0,37) C45M12Y0K37 (45%,12%,0%,37%) (0.45/0.12/0.00/0.37) 

CMYK percentages

%44.72
%11.8
%0
%36.86

Codes

Color #598EA1 in popluar color models

59 8E A1
RGB 89 142 161
HSL 196° 28.80% 49.02%
HSB/HSV 196° 44.72% 63.14%
CMYK 44.72% 11.80% 0.00%
36.86%

Color #598EA1 in popluar number systems.

HEX 59 8E A1
Decimal 89 142 161
Binary 1011001 10001110 10100001
Octal 131 216 241

Shades and tints

Shades of #598EA1

#598EA1
(89,142,161)
#518293
(81,130,147)
#497685
(73,118,133)
#416A77
(65,106,119)
#395E69
(57,94,105)
#31525B
(49,82,91)
#29464D
(41,70,77)
#213A3F
(33,58,63)
#192E31
(25,46,49)
#112223
(17,34,35)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #598EA1

#598EA1
(89,142,161)
#6898A9
(104,152,169)
#77A2B1
(119,162,177)
#86ACB9
(134,172,185)
#95B6C1
(149,182,193)
#A4C0C9
(164,192,201)
#B3CAD1
(179,202,209)
#C2D4D9
(194,212,217)
#D1DEE1
(209,222,225)
#E0E8E9
(224,232,233)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598EA1 color. Also use rgb(89,142,161) instead hex code.

Text Font Color

.myTextColor { color: #598EA1; }

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

This text font color is #598EA1.

Background Color

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

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

This div background color is #598EA1.

Border color

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

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

This div border color is #598EA1.

Opacity

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

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

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

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

This text has shadow with #598EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #598EA1.

Preview

Color preview on black background

This text has color #598EA1 on black background.


Color preview on white background

This text has color #598EA1 on white background.


Black color preview on #598EA1 background

This text has black color on #598EA1 background.


White color preview on #598EA1 background

This text has white color on #598EA1 background.


Related colors

Complementary color

Complementary color for #hex is #A6715E.


I love getcolorcode.com

Triadic colors

1 #A1598E and #8EA159 with #598EA1 are triadic colors.

2 #A18E59 and #8E59A1 with #598EA1 are triadic colors.