COLOR #588A90

HEX: #588A90 RGB: (88,138,144)

Color info

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

RGB color model

#588A90 color RGB value is (88,138,144).

RGB: (88,138,144) (35%, 54%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 138 of 255 = 54%
B 144 of 255 = 56%

88
138
144

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

Portions of RGB colors in percentages

R + G + B = 88 + 138 + 144 = 370 (100%)
R 88 of 370 ~ 23.78%
G 138 of 370 ~ 37.3%
B 144 of 370 ~ 38.92'%

%23.78
%37.3
%38.92

CMYK color model

#588A90 color CMYK value is (39,4,0,44).

  • cyan value is 38.89%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (39,4,0,44)
C39M4Y0K44 (39%, 4%, 0%, 44%)
(0.39 / 0.04 / 0.00 / 0.44)

CMYK percentages

%38.89
%4.17
%0
%43.53

Codes

Color #588A90 in popluar color models

58 8A 90
RGB 88 138 144
HSL 186° 24.14% 45.49%
HSB/HSV 186° 38.89% 56.47%
CMYK 38.89% 4.17% 0.00%
43.53%

Color #588A90 in popluar number systems.

HEX 58 8A 90
Decimal 88 138 144
Binary 1011000 10001010 10010000
Octal 130 212 220

Shades and tints

Shades of #588A90

#588A90
(88,138,144)
#507E83
(80,126,131)
#487276
(72,114,118)
#406669
(64,102,105)
#385A5C
(56,90,92)
#304E4F
(48,78,79)
#284242
(40,66,66)
#203635
(32,54,53)
#182A28
(24,42,40)
#101E1B
(16,30,27)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #588A90

#588A90
(88,138,144)
#67949A
(103,148,154)
#769EA4
(118,158,164)
#85A8AE
(133,168,174)
#94B2B8
(148,178,184)
#A3BCC2
(163,188,194)
#B2C6CC
(178,198,204)
#C1D0D6
(193,208,214)
#D0DAE0
(208,218,224)
#DFE4EA
(223,228,234)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588A90 color. Also use rgb(88,138,144) instead hex code.

Text Font Color

.myTextColor { color: #588A90; }

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

This text font color is #588A90.

Background Color

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

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

This div background color is #588A90.

Border color

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

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

This div border color is #588A90.

Opacity

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

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

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

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

This text has shadow with #588A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #588A90.

Preview

Color preview on black background

This text has color #588A90 on black background.


Color preview on white background

This text has color #588A90 on white background.


Black color preview on #588A90 background

This text has black color on #588A90 background.


White color preview on #588A90 background

This text has white color on #588A90 background.


Related colors

Complementary color

Complementary color for #hex is #A7756F.


I love getcolorcode.com

Triadic colors

1 #90588A and #8A9058 with #588A90 are triadic colors.

2 #908A58 and #8A5890 with #588A90 are triadic colors.