COLOR #588BB4

HEX: #588BB4
RGB: (88,139,180)

Color info

#588BB4 contains mainly green and blue colors. Web safe color of #588BB4 is #6699CC (or #69C).

RGB color model

#588BB4 color RGB value is (88,139,180).

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

RGB channels and saturation

R 88 of 255 = 35%
G 139 of 255 = 55%
B 180 of 255 = 71%

88
139
180

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

Portions of RGB colors in percentages

R + G + B =
88 + 139 + 180 = 407 (100%)
R 88 of 407 ~ 21.62%
G 139 of 407 ~ 34.15%
B 180 of 407 ~ 44.23%

%21.62
%34.15
%44.23

CMYK color model

#588BB4 color CMYK value is (51,23,0,29).

  • cyan value is 51.11%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(51,23,0,29)
C51M23Y0K29 
(51%,23%,0%,29%)
(0.51/0.23/0.00/0.29)	

CMYK percentages

%51.11
%22.78
%0
%29.41

Codes

Color #588BB4 in popluar color models

588BB4
RGB88139180
HSL207°38.02%52.55%
HSB/HSV207°51.11%70.59%
CMYK51.11%22.78%0.00%
29.41%

Color #588BB4 in popluar number systems.

HEX588BB4
Decimal88139180
Binary10110001000101110110100
Octal130213264

Shades and tints

Shades of #588BB4

#588BB4
(88,139,180)
#507FA4
(80,127,164)
#487394
(72,115,148)
#406784
(64,103,132)
#385B74
(56,91,116)
#304F64
(48,79,100)
#284354
(40,67,84)
#203744
(32,55,68)
#182B34
(24,43,52)
#101F24
(16,31,36)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #588BB4

#588BB4
(88,139,180)
#6795BA
(103,149,186)
#769FC0
(118,159,192)
#85A9C6
(133,169,198)
#94B3CC
(148,179,204)
#A3BDD2
(163,189,210)
#B2C7D8
(178,199,216)
#C1D1DE
(193,209,222)
#D0DBE4
(208,219,228)
#DFE5EA
(223,229,234)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588BB4; }

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

This text font color is #588BB4.


Background Color

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

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

This div background color is #588BB4.


Border color

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

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

This div border color is #588BB4.


Opacity

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

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

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

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

This text has shadow with #588BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588BB4 on black background.


Color preview on white background

This text has color #588BB4 on white background.



Black color preview on #588BB4 background

This text has black color on #588BB4 background.


White color preview on #588BB4 background

This text has white color on #588BB4 background.