COLOR #598FA8

HEX: #598FA8 RGB: (89,143,168)

Color info

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

RGB color model

#598FA8 color RGB value is (89,143,168).

RGB: (89,143,168) (35%, 56%, 66%)

RGB channels and saturation

R 89 of 255 = 35%
G 143 of 255 = 56%
B 168 of 255 = 66%

89
143
168

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

Portions of RGB colors in percentages

R + G + B = 89 + 143 + 168 = 400 (100%)
R 89 of 400 ~ 22.25%
G 143 of 400 ~ 35.75%
B 168 of 400 ~ 42'%

%22.25
%35.75
%42

CMYK color model

#598FA8 color CMYK value is (47,15,0,34).

  • cyan value is 47.02%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK: (47,15,0,34) C47M15Y0K34 (47%,15%,0%,34%) (0.47/0.15/0.00/0.34) 

CMYK percentages

%47.02
%14.88
%0
%34.12

Codes

Color #598FA8 in popluar color models

59 8F A8
RGB 89 143 168
HSL 199° 31.23% 50.39%
HSB/HSV 199° 47.02% 65.88%
CMYK 47.02% 14.88% 0.00%
34.12%

Color #598FA8 in popluar number systems.

HEX 59 8F A8
Decimal 89 143 168
Binary 1011001 10001111 10101000
Octal 131 217 250

Shades and tints

Shades of #598FA8

#598FA8
(89,143,168)
#518299
(81,130,153)
#49758A
(73,117,138)
#41687B
(65,104,123)
#395B6C
(57,91,108)
#314E5D
(49,78,93)
#29414E
(41,65,78)
#21343F
(33,52,63)
#192730
(25,39,48)
#111A21
(17,26,33)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #598FA8

#598FA8
(89,143,168)
#6899AF
(104,153,175)
#77A3B6
(119,163,182)
#86ADBD
(134,173,189)
#95B7C4
(149,183,196)
#A4C1CB
(164,193,203)
#B3CBD2
(179,203,210)
#C2D5D9
(194,213,217)
#D1DFE0
(209,223,224)
#E0E9E7
(224,233,231)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598FA8 color. Also use rgb(89,143,168) instead hex code.

Text Font Color

.myTextColor { color: #598FA8; }

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

This text font color is #598FA8.

Background Color

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

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

This div background color is #598FA8.

Border color

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

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

This div border color is #598FA8.

Opacity

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

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

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

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

This text has shadow with #598FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #598FA8.

Preview

Color preview on black background

This text has color #598FA8 on black background.


Color preview on white background

This text has color #598FA8 on white background.


Black color preview on #598FA8 background

This text has black color on #598FA8 background.


White color preview on #598FA8 background

This text has white color on #598FA8 background.


Related colors

Complementary color

Complementary color for #hex is #A67057.


I love getcolorcode.com

Triadic colors

1 #A8598F and #8FA859 with #598FA8 are triadic colors.

2 #A88F59 and #8F59A8 with #598FA8 are triadic colors.