COLOR #58899E

HEX: #58899E
RGB: (88,137,158)

Color info

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

RGB color model

#58899E color RGB value is (88,137,158).

  • red value is 88;
  • green value is 137;
  • blue value is 158.
RGB:
(88,137,158)
(35%,54%,62%)

RGB channels and saturation

R 88 of 255 = 35%
G 137 of 255 = 54%
B 158 of 255 = 62%

88
137
158

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

Portions of RGB colors in percentages

R + G + B =
88 + 137 + 158 = 383 (100%)
R 88 of 383 ~ 22.98%
G 137 of 383 ~ 35.77%
B 158 of 383 ~ 41.25%

%22.98
%35.77
%41.25

CMYK color model

#58899E color CMYK value is (44,13,0,38).

  • cyan value is 44.30%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(44,13,0,38)
C44M13Y0K38 
(44%,13%,0%,38%)
(0.44/0.13/0.00/0.38)	

CMYK percentages

%44.3
%13.29
%0
%38.04

Codes

Color #58899E in popluar color models

58899E
RGB88137158
HSL198°28.46%48.24%
HSB/HSV198°44.30%61.96%
CMYK44.30%13.29%0.00%
38.04%

Color #58899E in popluar number systems.

HEX58899E
Decimal88137158
Binary10110001000100110011110
Octal130211236

Shades and tints

Shades of #58899E

#58899E
(88,137,158)
#507D90
(80,125,144)
#487182
(72,113,130)
#406574
(64,101,116)
#385966
(56,89,102)
#304D58
(48,77,88)
#28414A
(40,65,74)
#20353C
(32,53,60)
#18292E
(24,41,46)
#101D20
(16,29,32)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #58899E

#58899E
(88,137,158)
#6793A6
(103,147,166)
#769DAE
(118,157,174)
#85A7B6
(133,167,182)
#94B1BE
(148,177,190)
#A3BBC6
(163,187,198)
#B2C5CE
(178,197,206)
#C1CFD6
(193,207,214)
#D0D9DE
(208,217,222)
#DFE3E6
(223,227,230)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58899E color. Also use rgb(88,137,158) instead hex code.

Text Font Color

.myTextColor { color: #58899E; }

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

This text font color is #58899E.


Background Color

.myBgColor { background-color: #58899E; }

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

This div background color is #58899E.


Border color

.myBorderColor { border: 1px solid #58899E; }

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

This div border color is #58899E.


Opacity

.myOpacity80 { color: #58899E; opacity: 0.8; }

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

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

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

This text has shadow with #58899E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58899E on black background.


Color preview on white background

This text has color #58899E on white background.



Black color preview on #58899E background

This text has black color on #58899E background.


White color preview on #58899E background

This text has white color on #58899E background.