COLOR #5888B0

HEX: #5888B0
RGB: (88,136,176)

Color info

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

RGB color model

#5888B0 color RGB value is (88,136,176).

  • red value is 88;
  • green value is 136;
  • blue value is 176.
RGB:
(88,136,176)
(35%,53%,69%)

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 176 of 255 = 69%

88
136
176

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

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 176 = 400 (100%)
R 88 of 400 ~ 22%
G 136 of 400 ~ 34%
B 176 of 400 ~ 44%

%22
%34
%44

CMYK color model

#5888B0 color CMYK value is (50,23,0,31).

  • cyan value is 50.00%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(50,23,0,31)
C50M23Y0K31 
(50%,23%,0%,31%)
(0.50/0.23/0.00/0.31)	

CMYK percentages

%50
%22.73
%0
%30.98

Codes

Color #5888B0 in popluar color models

5888B0
RGB88136176
HSL207°35.77%51.76%
HSB/HSV207°50.00%69.02%
CMYK50.00%22.73%0.00%
30.98%

Color #5888B0 in popluar number systems.

HEX5888B0
Decimal88136176
Binary10110001000100010110000
Octal130210260

Shades and tints

Shades of #5888B0

#5888B0
(88,136,176)
#507CA0
(80,124,160)
#487090
(72,112,144)
#406480
(64,100,128)
#385870
(56,88,112)
#304C60
(48,76,96)
#284050
(40,64,80)
#203440
(32,52,64)
#182830
(24,40,48)
#101C20
(16,28,32)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #5888B0

#5888B0
(88,136,176)
#6792B7
(103,146,183)
#769CBE
(118,156,190)
#85A6C5
(133,166,197)
#94B0CC
(148,176,204)
#A3BAD3
(163,186,211)
#B2C4DA
(178,196,218)
#C1CEE1
(193,206,225)
#D0D8E8
(208,216,232)
#DFE2EF
(223,226,239)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5888B0 color. Also use rgb(88,136,176) instead hex code.

Text Font Color

.myTextColor { color: #5888B0; }

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

This text font color is #5888B0.


Background Color

.myBgColor { background-color: #5888B0; }

<div style="background-color:#5888B0">Inner text</div>

This div background color is #5888B0.


Border color

.myBorderColor { border: 1px solid #5888B0; }

<div style="border:3px solid #5888B0">Div</div>

This div border color is #5888B0.


Opacity

.myOpacity80 { color: #5888B0; opacity: 0.8; }

<p style="color:#5888B0;opacity:0.8;">80%</p>

Text with #5888B0 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 #5888B0;}

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

This text has shadow with #5888B0 color.

.textShadow {text-shadow: 3px 3px 1px #5888B0, 3px 3px 1px red;}

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

This text has shadow with #5888B0 primary color and red secondary color.


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

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

This text has shadow with #5888B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5888B0 on black background.


Color preview on white background

This text has color #5888B0 on white background.



Black color preview on #5888B0 background

This text has black color on #5888B0 background.


White color preview on #5888B0 background

This text has white color on #5888B0 background.