COLOR #589A99

HEX: #589A99 RGB: (88,154,153)

Color info

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

RGB color model

#589A99 color RGB value is (88,154,153).

RGB: (88,154,153) (35%, 60%, 60%)

RGB channels and saturation

R 88 of 255 = 35%
G 154 of 255 = 60%
B 153 of 255 = 60%

88
154
153

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

Portions of RGB colors in percentages

R + G + B = 88 + 154 + 153 = 395 (100%)
R 88 of 395 ~ 22.28%
G 154 of 395 ~ 38.99%
B 153 of 395 ~ 38.73'%

%22.28
%38.99
%38.73

CMYK color model

#589A99 color CMYK value is (43,0,1,40).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%

CMYK: (43,0,1,40)
C43M0Y1K40 (43%, 0%, 1%, 40%)
(0.43 / 0.00 / 0.01 / 0.40)

CMYK percentages

%42.86
%0
%0.65
%39.61

Codes

Color #589A99 in popluar color models

58 9A 99
RGB 88 154 153
HSL 179° 27.27% 47.45%
HSB/HSV 179° 42.86% 60.39%
CMYK 42.86% 0.00% 0.65%
39.61%

Color #589A99 in popluar number systems.

HEX 58 9A 99
Decimal 88 154 153
Binary 1011000 10011010 10011001
Octal 130 232 231

Shades and tints

Shades of #589A99

#589A99
(88,154,153)
#508C8C
(80,140,140)
#487E7F
(72,126,127)
#407072
(64,112,114)
#386265
(56,98,101)
#305458
(48,84,88)
#28464B
(40,70,75)
#20383E
(32,56,62)
#182A31
(24,42,49)
#101C24
(16,28,36)
#080E17
(8,14,23)
#000000
(0,0,0)

Tints of #589A99

#589A99
(88,154,153)
#67A3A2
(103,163,162)
#76ACAB
(118,172,171)
#85B5B4
(133,181,180)
#94BEBD
(148,190,189)
#A3C7C6
(163,199,198)
#B2D0CF
(178,208,207)
#C1D9D8
(193,217,216)
#D0E2E1
(208,226,225)
#DFEBEA
(223,235,234)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589A99 color. Also use rgb(88,154,153) instead hex code.

Text Font Color

.myTextColor { color: #589A99; }

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

This text font color is #589A99.

Background Color

.myBgColor { background-color: #589A99; }

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

This div background color is #589A99.

Border color

.myBorderColor { border: 1px solid #589A99; }

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

This div border color is #589A99.

Opacity

.myOpacity80 { color: #589A99; opacity: 0.8; }

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

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

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

This text has shadow with #589A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #589A99.

Preview

Color preview on black background

This text has color #589A99 on black background.


Color preview on white background

This text has color #589A99 on white background.


Black color preview on #589A99 background

This text has black color on #589A99 background.


White color preview on #589A99 background

This text has white color on #589A99 background.


Related colors

Complementary color

Complementary color for #hex is #A76566.


I love getcolorcode.com

Triadic colors

1 #99589A and #9A9958 with #589A99 are triadic colors.

2 #999A58 and #9A5899 with #589A99 are triadic colors.