COLOR #588EBD

HEX: #588EBD
RGB: (88,142,189)

Color info

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

RGB color model

#588EBD color RGB value is (88,142,189).

  • red value is 88;
  • green value is 142;
  • blue value is 189.
RGB:
(88,142,189)
(35%,56%,74%)

RGB channels and saturation

R 88 of 255 = 35%
G 142 of 255 = 56%
B 189 of 255 = 74%

88
142
189

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

Portions of RGB colors in percentages

R + G + B =
88 + 142 + 189 = 419 (100%)
R 88 of 419 ~ 21%
G 142 of 419 ~ 33.89%
B 189 of 419 ~ 45.11%

%21
%33.89
%45.11

CMYK color model

#588EBD color CMYK value is (53,25,0,26).

  • cyan value is 53.44%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(53,25,0,26)
C53M25Y0K26 
(53%,25%,0%,26%)
(0.53/0.25/0.00/0.26)	

CMYK percentages

%53.44
%24.87
%0
%25.88

Codes

Color #588EBD in popluar color models

588EBD
RGB88142189
HSL208°43.35%54.31%
HSB/HSV208°53.44%74.12%
CMYK53.44%24.87%0.00%
25.88%

Color #588EBD in popluar number systems.

HEX588EBD
Decimal88142189
Binary10110001000111010111101
Octal130216275

Shades and tints

Shades of #588EBD

#588EBD
(88,142,189)
#5082AC
(80,130,172)
#48769B
(72,118,155)
#406A8A
(64,106,138)
#385E79
(56,94,121)
#305268
(48,82,104)
#284657
(40,70,87)
#203A46
(32,58,70)
#182E35
(24,46,53)
#102224
(16,34,36)
#081613
(8,22,19)
#000000
(0,0,0)

Tints of #588EBD

#588EBD
(88,142,189)
#6798C3
(103,152,195)
#76A2C9
(118,162,201)
#85ACCF
(133,172,207)
#94B6D5
(148,182,213)
#A3C0DB
(163,192,219)
#B2CAE1
(178,202,225)
#C1D4E7
(193,212,231)
#D0DEED
(208,222,237)
#DFE8F3
(223,232,243)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588EBD color. Also use rgb(88,142,189) instead hex code.

Text Font Color

.myTextColor { color: #588EBD; }

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

This text font color is #588EBD.


Background Color

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

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

This div background color is #588EBD.


Border color

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

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

This div border color is #588EBD.


Opacity

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

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

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

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

This text has shadow with #588EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588EBD on black background.


Color preview on white background

This text has color #588EBD on white background.



Black color preview on #588EBD background

This text has black color on #588EBD background.


White color preview on #588EBD background

This text has white color on #588EBD background.