COLOR #589296

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

Color info

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

RGB color model

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

RGB: (88,146,150) (35%, 57%, 59%)

RGB channels and saturation

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

88
146
150

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

Portions of RGB colors in percentages

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

%22.92
%38.02
%39.06

CMYK color model

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

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

CMYK percentages

%41.33
%2.67
%0
%41.18

Codes

Color #589296 in popluar color models

58 92 96
RGB 88 146 150
HSL 184° 26.05% 46.67%
HSB/HSV 184° 41.33% 58.82%
CMYK 41.33% 2.67% 0.00%
41.18%

Color #589296 in popluar number systems.

HEX 58 92 96
Decimal 88 146 150
Binary 1011000 10010010 10010110
Octal 130 222 226

Shades and tints

Shades of #589296

#589296
(88,146,150)
#508589
(80,133,137)
#48787C
(72,120,124)
#406B6F
(64,107,111)
#385E62
(56,94,98)
#305155
(48,81,85)
#284448
(40,68,72)
#20373B
(32,55,59)
#182A2E
(24,42,46)
#101D21
(16,29,33)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #589296

#589296
(88,146,150)
#679B9F
(103,155,159)
#76A4A8
(118,164,168)
#85ADB1
(133,173,177)
#94B6BA
(148,182,186)
#A3BFC3
(163,191,195)
#B2C8CC
(178,200,204)
#C1D1D5
(193,209,213)
#D0DADE
(208,218,222)
#DFE3E7
(223,227,231)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589296; }

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

This text font color is #589296.


Background Color

.myBgColor { background-color: #589296; }

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

This div background color is #589296.


Border color

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

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

This div border color is #589296.


Opacity

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

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

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

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

This text has shadow with #589296 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #589296 on black background.


Color preview on white background

This text has color #589296 on white background.



Black color preview on #589296 background

This text has black color on #589296 background.


White color preview on #589296 background

This text has white color on #589296 background.