COLOR #589C9C

HEX: #589C9C
RGB: (88,156,156)

Color info

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

RGB color model

#589C9C color RGB value is (88,156,156).

  • red value is 88;
  • green value is 156;
  • blue value is 156.
RGB:
(88,156,156)
(35%,61%,61%)

RGB channels and saturation

R 88 of 255 = 35%
G 156 of 255 = 61%
B 156 of 255 = 61%

88
156
156

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

Portions of RGB colors in percentages

R + G + B =
88 + 156 + 156 = 400 (100%)
R 88 of 400 ~ 22%
G 156 of 400 ~ 39%
B 156 of 400 ~ 39%

%22
%39
%39

CMYK color model

#589C9C color CMYK value is (44,0,0,39).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(44,0,0,39)
C44M0Y0K39 
(44%,0%,0%,39%)
(0.44/0.00/0.00/0.39)	

CMYK percentages

%43.59
%0
%0
%38.82

Codes

Color #589C9C in popluar color models

589C9C
RGB88156156
HSL180°27.87%47.84%
HSB/HSV180°43.59%61.18%
CMYK43.59%0.00%0.00%
38.82%

Color #589C9C in popluar number systems.

HEX589C9C
Decimal88156156
Binary10110001001110010011100
Octal130234234

Shades and tints

Shades of #589C9C

#589C9C
(88,156,156)
#508E8E
(80,142,142)
#488080
(72,128,128)
#407272
(64,114,114)
#386464
(56,100,100)
#305656
(48,86,86)
#284848
(40,72,72)
#203A3A
(32,58,58)
#182C2C
(24,44,44)
#101E1E
(16,30,30)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #589C9C

#589C9C
(88,156,156)
#67A5A5
(103,165,165)
#76AEAE
(118,174,174)
#85B7B7
(133,183,183)
#94C0C0
(148,192,192)
#A3C9C9
(163,201,201)
#B2D2D2
(178,210,210)
#C1DBDB
(193,219,219)
#D0E4E4
(208,228,228)
#DFEDED
(223,237,237)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589C9C; }

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

This text font color is #589C9C.


Background Color

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

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

This div background color is #589C9C.


Border color

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

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

This div border color is #589C9C.


Opacity

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

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

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

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

This text has shadow with #589C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589C9C on black background.


Color preview on white background

This text has color #589C9C on white background.



Black color preview on #589C9C background

This text has black color on #589C9C background.


White color preview on #589C9C background

This text has white color on #589C9C background.