COLOR #588C97

HEX: #588C97
RGB: (88,140,151)

Color info

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

RGB color model

#588C97 color RGB value is (88,140,151).

  • red value is 88;
  • green value is 140;
  • blue value is 151.
RGB:
(88,140,151)
(35%,55%,59%)

RGB channels and saturation

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

88
140
151

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

Portions of RGB colors in percentages

R + G + B =
88 + 140 + 151 = 379 (100%)
R 88 of 379 ~ 23.22%
G 140 of 379 ~ 36.94%
B 151 of 379 ~ 39.84%

%23.22
%36.94
%39.84

CMYK color model

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

  • cyan value is 41.72%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(42,7,0,41)
C42M7Y0K41 
(42%,7%,0%,41%)
(0.42/0.07/0.00/0.41)	

CMYK percentages

%41.72
%7.28
%0
%40.78

Codes

Color #588C97 in popluar color models

588C97
RGB88140151
HSL190°26.36%46.86%
HSB/HSV190°41.72%59.22%
CMYK41.72%7.28%0.00%
40.78%

Color #588C97 in popluar number systems.

HEX588C97
Decimal88140151
Binary10110001000110010010111
Octal130214227

Shades and tints

Shades of #588C97

#588C97
(88,140,151)
#50808A
(80,128,138)
#48747D
(72,116,125)
#406870
(64,104,112)
#385C63
(56,92,99)
#305056
(48,80,86)
#284449
(40,68,73)
#20383C
(32,56,60)
#182C2F
(24,44,47)
#102022
(16,32,34)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #588C97

#588C97
(88,140,151)
#6796A0
(103,150,160)
#76A0A9
(118,160,169)
#85AAB2
(133,170,178)
#94B4BB
(148,180,187)
#A3BEC4
(163,190,196)
#B2C8CD
(178,200,205)
#C1D2D6
(193,210,214)
#D0DCDF
(208,220,223)
#DFE6E8
(223,230,232)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588C97; }

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

This text font color is #588C97.


Background Color

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

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

This div background color is #588C97.


Border color

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

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

This div border color is #588C97.


Opacity

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

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

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

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

This text has shadow with #588C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588C97 on black background.


Color preview on white background

This text has color #588C97 on white background.



Black color preview on #588C97 background

This text has black color on #588C97 background.


White color preview on #588C97 background

This text has white color on #588C97 background.