COLOR #588C96

HEX: #588C96 RGB: (88,140,150)

Color info

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

RGB color model

#588C96 color RGB value is (88,140,150).

RGB: (88,140,150) (35%, 55%, 59%)

RGB channels and saturation

R 88 of 255 = 35%
G 140 of 255 = 55%
B 150 of 255 = 59%

88
140
150

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

Portions of RGB colors in percentages

R + G + B = 88 + 140 + 150 = 378 (100%)
R 88 of 378 ~ 23.28%
G 140 of 378 ~ 37.04%
B 150 of 378 ~ 39.68'%

%23.28
%37.04
%39.68

CMYK color model

#588C96 color CMYK value is (41,7,0,41).

  • cyan value is 41.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (41,7,0,41)
C41M7Y0K41 (41%, 7%, 0%, 41%)
(0.41 / 0.07 / 0.00 / 0.41)

CMYK percentages

%41.33
%6.67
%0
%41.18

Codes

Color #588C96 in popluar color models

58 8C 96
RGB 88 140 150
HSL 190° 26.05% 46.67%
HSB/HSV 190° 41.33% 58.82%
CMYK 41.33% 6.67% 0.00%
41.18%

Color #588C96 in popluar number systems.

HEX 58 8C 96
Decimal 88 140 150
Binary 1011000 10001100 10010110
Octal 130 214 226

Shades and tints

Shades of #588C96

#588C96
(88,140,150)
#508089
(80,128,137)
#48747C
(72,116,124)
#40686F
(64,104,111)
#385C62
(56,92,98)
#305055
(48,80,85)
#284448
(40,68,72)
#20383B
(32,56,59)
#182C2E
(24,44,46)
#102021
(16,32,33)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #588C96

#588C96
(88,140,150)
#67969F
(103,150,159)
#76A0A8
(118,160,168)
#85AAB1
(133,170,177)
#94B4BA
(148,180,186)
#A3BEC3
(163,190,195)
#B2C8CC
(178,200,204)
#C1D2D5
(193,210,213)
#D0DCDE
(208,220,222)
#DFE6E7
(223,230,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588C96 color. Also use rgb(88,140,150) instead hex code.

Text Font Color

.myTextColor { color: #588C96; }

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

This text font color is #588C96.

Background Color

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

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

This div background color is #588C96.

Border color

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

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

This div border color is #588C96.

Opacity

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

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

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

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

This text has shadow with #588C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #588C96.

Preview

Color preview on black background

This text has color #588C96 on black background.


Color preview on white background

This text has color #588C96 on white background.


Black color preview on #588C96 background

This text has black color on #588C96 background.


White color preview on #588C96 background

This text has white color on #588C96 background.


Related colors

Complementary color

Complementary color for #hex is #A77369.


I love getcolorcode.com

Triadic colors

1 #96588C and #8C9658 with #588C96 are triadic colors.

2 #968C58 and #8C5896 with #588C96 are triadic colors.