COLOR #588BA7

HEX: #588BA7
RGB: (88,139,167)

Color info

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

RGB color model

#588BA7 color RGB value is (88,139,167).

  • red value is 88;
  • green value is 139;
  • blue value is 167.
RGB:
(88,139,167)
(35%,55%,65%)

RGB channels and saturation

R 88 of 255 = 35%
G 139 of 255 = 55%
B 167 of 255 = 65%

88
139
167

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

Portions of RGB colors in percentages

R + G + B =
88 + 139 + 167 = 394 (100%)
R 88 of 394 ~ 22.34%
G 139 of 394 ~ 35.28%
B 167 of 394 ~ 42.39%

%22.34
%35.28
%42.39

CMYK color model

#588BA7 color CMYK value is (47,17,0,35).

  • cyan value is 47.31%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(47,17,0,35)
C47M17Y0K35 
(47%,17%,0%,35%)
(0.47/0.17/0.00/0.35)	

CMYK percentages

%47.31
%16.77
%0
%34.51

Codes

Color #588BA7 in popluar color models

588BA7
RGB88139167
HSL201°30.98%50.00%
HSB/HSV201°47.31%65.49%
CMYK47.31%16.77%0.00%
34.51%

Color #588BA7 in popluar number systems.

HEX588BA7
Decimal88139167
Binary10110001000101110100111
Octal130213247

Shades and tints

Shades of #588BA7

#588BA7
(88,139,167)
#507F98
(80,127,152)
#487389
(72,115,137)
#40677A
(64,103,122)
#385B6B
(56,91,107)
#304F5C
(48,79,92)
#28434D
(40,67,77)
#20373E
(32,55,62)
#182B2F
(24,43,47)
#101F20
(16,31,32)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #588BA7

#588BA7
(88,139,167)
#6795AF
(103,149,175)
#769FB7
(118,159,183)
#85A9BF
(133,169,191)
#94B3C7
(148,179,199)
#A3BDCF
(163,189,207)
#B2C7D7
(178,199,215)
#C1D1DF
(193,209,223)
#D0DBE7
(208,219,231)
#DFE5EF
(223,229,239)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588BA7 color. Also use rgb(88,139,167) instead hex code.

Text Font Color

.myTextColor { color: #588BA7; }

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

This text font color is #588BA7.


Background Color

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

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

This div background color is #588BA7.


Border color

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

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

This div border color is #588BA7.


Opacity

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

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

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

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

This text has shadow with #588BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588BA7 on black background.


Color preview on white background

This text has color #588BA7 on white background.



Black color preview on #588BA7 background

This text has black color on #588BA7 background.


White color preview on #588BA7 background

This text has white color on #588BA7 background.