COLOR #588691

HEX: #588691
RGB: (88,134,145)

Color info

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

RGB color model

#588691 color RGB value is (88,134,145).

  • red value is 88;
  • green value is 134;
  • blue value is 145.
RGB:
(88,134,145)
(35%,53%,57%)

RGB channels and saturation

R 88 of 255 = 35%
G 134 of 255 = 53%
B 145 of 255 = 57%

88
134
145

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

Portions of RGB colors in percentages

R + G + B =
88 + 134 + 145 = 367 (100%)
R 88 of 367 ~ 23.98%
G 134 of 367 ~ 36.51%
B 145 of 367 ~ 39.51%

%23.98
%36.51
%39.51

CMYK color model

#588691 color CMYK value is (39,8,0,43).

  • cyan value is 39.31%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(39,8,0,43)
C39M8Y0K43 
(39%,8%,0%,43%)
(0.39/0.08/0.00/0.43)	

CMYK percentages

%39.31
%7.59
%0
%43.14

Codes

Color #588691 in popluar color models

588691
RGB88134145
HSL192°24.46%45.69%
HSB/HSV192°39.31%56.86%
CMYK39.31%7.59%0.00%
43.14%

Color #588691 in popluar number systems.

HEX588691
Decimal88134145
Binary10110001000011010010001
Octal130206221

Shades and tints

Shades of #588691

#588691
(88,134,145)
#507A84
(80,122,132)
#486E77
(72,110,119)
#40626A
(64,98,106)
#38565D
(56,86,93)
#304A50
(48,74,80)
#283E43
(40,62,67)
#203236
(32,50,54)
#182629
(24,38,41)
#101A1C
(16,26,28)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #588691

#588691
(88,134,145)
#67919B
(103,145,155)
#769CA5
(118,156,165)
#85A7AF
(133,167,175)
#94B2B9
(148,178,185)
#A3BDC3
(163,189,195)
#B2C8CD
(178,200,205)
#C1D3D7
(193,211,215)
#D0DEE1
(208,222,225)
#DFE9EB
(223,233,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588691 color. Also use rgb(88,134,145) instead hex code.

Text Font Color

.myTextColor { color: #588691; }

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

This text font color is #588691.


Background Color

.myBgColor { background-color: #588691; }

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

This div background color is #588691.


Border color

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

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

This div border color is #588691.


Opacity

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

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

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

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

This text has shadow with #588691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588691 on black background.


Color preview on white background

This text has color #588691 on white background.



Black color preview on #588691 background

This text has black color on #588691 background.


White color preview on #588691 background

This text has white color on #588691 background.