COLOR #589591

HEX: #589591
RGB: (88,149,145)

Color info

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

RGB color model

#589591 color RGB value is (88,149,145).

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

RGB channels and saturation

R 88 of 255 = 35%
G 149 of 255 = 58%
B 145 of 255 = 57%

88
149
145

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

Portions of RGB colors in percentages

R + G + B =
88 + 149 + 145 = 382 (100%)
R 88 of 382 ~ 23.04%
G 149 of 382 ~ 39.01%
B 145 of 382 ~ 37.96%

%23.04
%39.01
%37.96

CMYK color model

#589591 color CMYK value is (41,0,3,42).

  • cyan value is 40.94%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(41,0,3,42)
C41M0Y3K42 
(41%,0%,3%,42%)
(0.41/0.00/0.03/0.42)	

CMYK percentages

%40.94
%0
%2.68
%41.57

Codes

Color #589591 in popluar color models

589591
RGB88149145
HSL176°25.74%46.47%
HSB/HSV176°40.94%58.43%
CMYK40.94%0.00%2.68%
41.57%

Color #589591 in popluar number systems.

HEX589591
Decimal88149145
Binary10110001001010110010001
Octal130225221

Shades and tints

Shades of #589591

#589591
(88,149,145)
#508884
(80,136,132)
#487B77
(72,123,119)
#406E6A
(64,110,106)
#38615D
(56,97,93)
#305450
(48,84,80)
#284743
(40,71,67)
#203A36
(32,58,54)
#182D29
(24,45,41)
#10201C
(16,32,28)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #589591

#589591
(88,149,145)
#679E9B
(103,158,155)
#76A7A5
(118,167,165)
#85B0AF
(133,176,175)
#94B9B9
(148,185,185)
#A3C2C3
(163,194,195)
#B2CBCD
(178,203,205)
#C1D4D7
(193,212,215)
#D0DDE1
(208,221,225)
#DFE6EB
(223,230,235)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589591; }

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

This text font color is #589591.


Background Color

.myBgColor { background-color: #589591; }

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

This div background color is #589591.


Border color

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

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

This div border color is #589591.


Opacity

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

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

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

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

This text has shadow with #589591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589591 on black background.


Color preview on white background

This text has color #589591 on white background.



Black color preview on #589591 background

This text has black color on #589591 background.


White color preview on #589591 background

This text has white color on #589591 background.