COLOR #58989C

HEX: #58989C RGB: (88,152,156)

Color info

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

RGB color model

#58989C color RGB value is (88,152,156).

RGB: (88,152,156) (35%, 60%, 61%)

RGB channels and saturation

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

88
152
156

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

Portions of RGB colors in percentages

R + G + B = 88 + 152 + 156 = 396 (100%)
R 88 of 396 ~ 22.22%
G 152 of 396 ~ 38.38%
B 156 of 396 ~ 39.39'%

%22.22
%38.38
%39.39

CMYK color model

#58989C color CMYK value is (44,3,0,39).

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

CMYK percentages

%43.59
%2.56
%0
%38.82

Codes

Color #58989C in popluar color models

58 98 9C
RGB 88 152 156
HSL 184° 27.87% 47.84%
HSB/HSV 184° 43.59% 61.18%
CMYK 43.59% 2.56% 0.00%
38.82%

Color #58989C in popluar number systems.

HEX 58 98 9C
Decimal 88 152 156
Binary 1011000 10011000 10011100
Octal 130 230 234

Shades and tints

Shades of #58989C

#58989C
(88,152,156)
#508B8E
(80,139,142)
#487E80
(72,126,128)
#407172
(64,113,114)
#386464
(56,100,100)
#305756
(48,87,86)
#284A48
(40,74,72)
#203D3A
(32,61,58)
#18302C
(24,48,44)
#10231E
(16,35,30)
#081610
(8,22,16)
#000000
(0,0,0)

Tints of #58989C

#58989C
(88,152,156)
#67A1A5
(103,161,165)
#76AAAE
(118,170,174)
#85B3B7
(133,179,183)
#94BCC0
(148,188,192)
#A3C5C9
(163,197,201)
#B2CED2
(178,206,210)
#C1D7DB
(193,215,219)
#D0E0E4
(208,224,228)
#DFE9ED
(223,233,237)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58989C; }

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

This text font color is #58989C.

Background Color

.myBgColor { background-color: #58989C; }

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

This div background color is #58989C.

Border color

.myBorderColor { border: 1px solid #58989C; }

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

This div border color is #58989C.

Opacity

.myOpacity80 { color: #58989C; opacity: 0.8; }

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

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

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

This text has shadow with #58989C color.


.textShadow {text-shadow: 3px 3px 1px #58989C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58989C; -webkit-box-shadow: 1px 1px 3px 2px #58989C; box-shadow:1px 1px 3px 2px #58989C;">
Div content here
</div>

This div box has shadow with color #58989C.

Preview

Color preview on black background

This text has color #58989C on black background.


Color preview on white background

This text has color #58989C on white background.


Black color preview on #58989C background

This text has black color on #58989C background.


White color preview on #58989C background

This text has white color on #58989C background.


Related colors

Complementary color

Complementary color for #hex is #A76763.


I love getcolorcode.com

Triadic colors

1 #9C5898 and #989C58 with #58989C are triadic colors.

2 #9C9858 and #98589C with #58989C are triadic colors.