COLOR #588189

HEX: #588189
RGB: (88,129,137)

Color info

#588189 contains red, green and blue colors in about the same proportion. Web safe color of #588189 is #669999 (or #699).

RGB color model

#588189 color RGB value is (88,129,137).

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

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 137 of 255 = 54%

88
129
137

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 137 = 354 (100%)
R 88 of 354 ~ 24.86%
G 129 of 354 ~ 36.44%
B 137 of 354 ~ 38.7%

%24.86
%36.44
%38.7

CMYK color model

#588189 color CMYK value is (36,6,0,46).

  • cyan value is 35.77%
  • magenta value is 5.84%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(36,6,0,46)
C36M6Y0K46 
(36%,6%,0%,46%)
(0.36/0.06/0.00/0.46)	

CMYK percentages

%35.77
%5.84
%0
%46.27

Codes

Color #588189 in popluar color models

588189
RGB88129137
HSL190°21.78%44.12%
HSB/HSV190°35.77%53.73%
CMYK35.77%5.84%0.00%
46.27%

Color #588189 in popluar number systems.

HEX588189
Decimal88129137
Binary10110001000000110001001
Octal130201211

Shades and tints

Shades of #588189

#588189
(88,129,137)
#50767D
(80,118,125)
#486B71
(72,107,113)
#406065
(64,96,101)
#385559
(56,85,89)
#304A4D
(48,74,77)
#283F41
(40,63,65)
#203435
(32,52,53)
#182929
(24,41,41)
#101E1D
(16,30,29)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #588189

#588189
(88,129,137)
#678C93
(103,140,147)
#76979D
(118,151,157)
#85A2A7
(133,162,167)
#94ADB1
(148,173,177)
#A3B8BB
(163,184,187)
#B2C3C5
(178,195,197)
#C1CECF
(193,206,207)
#D0D9D9
(208,217,217)
#DFE4E3
(223,228,227)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588189; }

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

This text font color is #588189.


Background Color

.myBgColor { background-color: #588189; }

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

This div background color is #588189.


Border color

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

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

This div border color is #588189.


Opacity

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

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

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

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

This text has shadow with #588189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588189 on black background.


Color preview on white background

This text has color #588189 on white background.



Black color preview on #588189 background

This text has black color on #588189 background.


White color preview on #588189 background

This text has white color on #588189 background.