COLOR #589692

HEX: #589692
RGB: (88,150,146)

Color info

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

RGB color model

#589692 color RGB value is (88,150,146).

  • red value is 88;
  • green value is 150;
  • blue value is 146.
RGB:
(88,150,146)
(35%,59%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 146 of 255 = 57%

88
150
146

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

Portions of RGB colors in percentages

R + G + B =
88 + 150 + 146 = 384 (100%)
R 88 of 384 ~ 22.92%
G 150 of 384 ~ 39.06%
B 146 of 384 ~ 38.02%

%22.92
%39.06
%38.02

CMYK color model

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

  • cyan value is 41.33%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 41.18%
CMYK:
(41,0,3,41)
C41M0Y3K41 
(41%,0%,3%,41%)
(0.41/0.00/0.03/0.41)	

CMYK percentages

%41.33
%0
%2.67
%41.18

Codes

Color #589692 in popluar color models

589692
RGB88150146
HSL176°26.05%46.67%
HSB/HSV176°41.33%58.82%
CMYK41.33%0.00%2.67%
41.18%

Color #589692 in popluar number systems.

HEX589692
Decimal88150146
Binary10110001001011010010010
Octal130226222

Shades and tints

Shades of #589692

#589692
(88,150,146)
#508985
(80,137,133)
#487C78
(72,124,120)
#406F6B
(64,111,107)
#38625E
(56,98,94)
#305551
(48,85,81)
#284844
(40,72,68)
#203B37
(32,59,55)
#182E2A
(24,46,42)
#10211D
(16,33,29)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #589692

#589692
(88,150,146)
#679F9B
(103,159,155)
#76A8A4
(118,168,164)
#85B1AD
(133,177,173)
#94BAB6
(148,186,182)
#A3C3BF
(163,195,191)
#B2CCC8
(178,204,200)
#C1D5D1
(193,213,209)
#D0DEDA
(208,222,218)
#DFE7E3
(223,231,227)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589692 color. Also use rgb(88,150,146) instead hex code.

Text Font Color

.myTextColor { color: #589692; }

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

This text font color is #589692.


Background Color

.myBgColor { background-color: #589692; }

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

This div background color is #589692.


Border color

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

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

This div border color is #589692.


Opacity

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

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

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

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

This text has shadow with #589692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589692 on black background.


Color preview on white background

This text has color #589692 on white background.



Black color preview on #589692 background

This text has black color on #589692 background.


White color preview on #589692 background

This text has white color on #589692 background.