COLOR #58889E

HEX: #58889E
RGB: (88,136,158)

Color info

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

RGB color model

#58889E color RGB value is (88,136,158).

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

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 158 of 255 = 62%

88
136
158

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

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 158 = 382 (100%)
R 88 of 382 ~ 23.04%
G 136 of 382 ~ 35.6%
B 158 of 382 ~ 41.36%

%23.04
%35.6
%41.36

CMYK color model

#58889E color CMYK value is (44,14,0,38).

  • cyan value is 44.30%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(44,14,0,38)
C44M14Y0K38 
(44%,14%,0%,38%)
(0.44/0.14/0.00/0.38)	

CMYK percentages

%44.3
%13.92
%0
%38.04

Codes

Color #58889E in popluar color models

58889E
RGB88136158
HSL199°28.46%48.24%
HSB/HSV199°44.30%61.96%
CMYK44.30%13.92%0.00%
38.04%

Color #58889E in popluar number systems.

HEX58889E
Decimal88136158
Binary10110001000100010011110
Octal130210236

Shades and tints

Shades of #58889E

#58889E
(88,136,158)
#507C90
(80,124,144)
#487082
(72,112,130)
#406474
(64,100,116)
#385866
(56,88,102)
#304C58
(48,76,88)
#28404A
(40,64,74)
#20343C
(32,52,60)
#18282E
(24,40,46)
#101C20
(16,28,32)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #58889E

#58889E
(88,136,158)
#6792A6
(103,146,166)
#769CAE
(118,156,174)
#85A6B6
(133,166,182)
#94B0BE
(148,176,190)
#A3BAC6
(163,186,198)
#B2C4CE
(178,196,206)
#C1CED6
(193,206,214)
#D0D8DE
(208,216,222)
#DFE2E6
(223,226,230)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58889E; }

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

This text font color is #58889E.


Background Color

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

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

This div background color is #58889E.


Border color

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

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

This div border color is #58889E.


Opacity

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

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

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

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

This text has shadow with #58889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58889E on black background.


Color preview on white background

This text has color #58889E on white background.



Black color preview on #58889E background

This text has black color on #58889E background.


White color preview on #58889E background

This text has white color on #58889E background.