COLOR #589D95

HEX: #589D95
RGB: (88,157,149)

Color info

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

RGB color model

#589D95 color RGB value is (88,157,149).

  • red value is 88;
  • green value is 157;
  • blue value is 149.
RGB:
(88,157,149)
(35%,62%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 157 of 255 = 62%
B 149 of 255 = 58%

88
157
149

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

Portions of RGB colors in percentages

R + G + B =
88 + 157 + 149 = 394 (100%)
R 88 of 394 ~ 22.34%
G 157 of 394 ~ 39.85%
B 149 of 394 ~ 37.82%

%22.34
%39.85
%37.82

CMYK color model

#589D95 color CMYK value is (44,0,5,38).

  • cyan value is 43.95%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 38.43%
CMYK:
(44,0,5,38)
C44M0Y5K38 
(44%,0%,5%,38%)
(0.44/0.00/0.05/0.38)	

CMYK percentages

%43.95
%0
%5.1
%38.43

Codes

Color #589D95 in popluar color models

589D95
RGB88157149
HSL173°28.16%48.04%
HSB/HSV173°43.95%61.57%
CMYK43.95%0.00%5.10%
38.43%

Color #589D95 in popluar number systems.

HEX589D95
Decimal88157149
Binary10110001001110110010101
Octal130235225

Shades and tints

Shades of #589D95

#589D95
(88,157,149)
#508F88
(80,143,136)
#48817B
(72,129,123)
#40736E
(64,115,110)
#386561
(56,101,97)
#305754
(48,87,84)
#284947
(40,73,71)
#203B3A
(32,59,58)
#182D2D
(24,45,45)
#101F20
(16,31,32)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #589D95

#589D95
(88,157,149)
#67A59E
(103,165,158)
#76ADA7
(118,173,167)
#85B5B0
(133,181,176)
#94BDB9
(148,189,185)
#A3C5C2
(163,197,194)
#B2CDCB
(178,205,203)
#C1D5D4
(193,213,212)
#D0DDDD
(208,221,221)
#DFE5E6
(223,229,230)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589D95 color. Also use rgb(88,157,149) instead hex code.

Text Font Color

.myTextColor { color: #589D95; }

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

This text font color is #589D95.


Background Color

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

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

This div background color is #589D95.


Border color

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

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

This div border color is #589D95.


Opacity

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

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

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

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

This text has shadow with #589D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589D95 on black background.


Color preview on white background

This text has color #589D95 on white background.



Black color preview on #589D95 background

This text has black color on #589D95 background.


White color preview on #589D95 background

This text has white color on #589D95 background.