COLOR #588D9A

HEX: #588D9A
RGB: (88,141,154)

Color info

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

RGB color model

#588D9A color RGB value is (88,141,154).

  • red value is 88;
  • green value is 141;
  • blue value is 154.
RGB:
(88,141,154)
(35%,55%,60%)

RGB channels and saturation

R 88 of 255 = 35%
G 141 of 255 = 55%
B 154 of 255 = 60%

88
141
154

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

Portions of RGB colors in percentages

R + G + B =
88 + 141 + 154 = 383 (100%)
R 88 of 383 ~ 22.98%
G 141 of 383 ~ 36.81%
B 154 of 383 ~ 40.21%

%22.98
%36.81
%40.21

CMYK color model

#588D9A color CMYK value is (43,8,0,40).

  • cyan value is 42.86%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(43,8,0,40)
C43M8Y0K40 
(43%,8%,0%,40%)
(0.43/0.08/0.00/0.40)	

CMYK percentages

%42.86
%8.44
%0
%39.61

Codes

Color #588D9A in popluar color models

588D9A
RGB88141154
HSL192°27.27%47.45%
HSB/HSV192°42.86%60.39%
CMYK42.86%8.44%0.00%
39.61%

Color #588D9A in popluar number systems.

HEX588D9A
Decimal88141154
Binary10110001000110110011010
Octal130215232

Shades and tints

Shades of #588D9A

#588D9A
(88,141,154)
#50818C
(80,129,140)
#48757E
(72,117,126)
#406970
(64,105,112)
#385D62
(56,93,98)
#305154
(48,81,84)
#284546
(40,69,70)
#203938
(32,57,56)
#182D2A
(24,45,42)
#10211C
(16,33,28)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #588D9A

#588D9A
(88,141,154)
#6797A3
(103,151,163)
#76A1AC
(118,161,172)
#85ABB5
(133,171,181)
#94B5BE
(148,181,190)
#A3BFC7
(163,191,199)
#B2C9D0
(178,201,208)
#C1D3D9
(193,211,217)
#D0DDE2
(208,221,226)
#DFE7EB
(223,231,235)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588D9A color. Also use rgb(88,141,154) instead hex code.

Text Font Color

.myTextColor { color: #588D9A; }

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

This text font color is #588D9A.


Background Color

.myBgColor { background-color: #588D9A; }

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

This div background color is #588D9A.


Border color

.myBorderColor { border: 1px solid #588D9A; }

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

This div border color is #588D9A.


Opacity

.myOpacity80 { color: #588D9A; opacity: 0.8; }

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

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

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

This text has shadow with #588D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588D9A on black background.


Color preview on white background

This text has color #588D9A on white background.



Black color preview on #588D9A background

This text has black color on #588D9A background.


White color preview on #588D9A background

This text has white color on #588D9A background.