COLOR #5588B8

HEX: #5588B8
RGB: (85,136,184)

Color info

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

RGB color model

#5588B8 color RGB value is (85,136,184).

  • red value is 85;
  • green value is 136;
  • blue value is 184.
RGB:
(85,136,184)
(33%,53%,72%)

RGB channels and saturation

R 85 of 255 = 33%
G 136 of 255 = 53%
B 184 of 255 = 72%

85
136
184

R + G + B ~ 53%. #5588B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 136 + 184 = 405 (100%)
R 85 of 405 ~ 20.99%
G 136 of 405 ~ 33.58%
B 184 of 405 ~ 45.43%

%20.99
%33.58
%45.43

CMYK color model

#5588B8 color CMYK value is (54,26,0,28).

  • cyan value is 53.80%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(54,26,0,28)
C54M26Y0K28 
(54%,26%,0%,28%)
(0.54/0.26/0.00/0.28)	

CMYK percentages

%53.8
%26.09
%0
%27.84

Codes

Color #5588B8 in popluar color models

5588B8
RGB85136184
HSL209°41.08%52.75%
HSB/HSV209°53.80%72.16%
CMYK53.80%26.09%0.00%
27.84%

Color #5588B8 in popluar number systems.

HEX5588B8
Decimal85136184
Binary10101011000100010111000
Octal125210270

Shades and tints

Shades of #5588B8

#5588B8
(85,136,184)
#4E7CA8
(78,124,168)
#477098
(71,112,152)
#406488
(64,100,136)
#395878
(57,88,120)
#324C68
(50,76,104)
#2B4058
(43,64,88)
#243448
(36,52,72)
#1D2838
(29,40,56)
#161C28
(22,28,40)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #5588B8

#5588B8
(85,136,184)
#6492BE
(100,146,190)
#739CC4
(115,156,196)
#82A6CA
(130,166,202)
#91B0D0
(145,176,208)
#A0BAD6
(160,186,214)
#AFC4DC
(175,196,220)
#BECEE2
(190,206,226)
#CDD8E8
(205,216,232)
#DCE2EE
(220,226,238)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5588B8 color. Also use rgb(85,136,184) instead hex code.

Text Font Color

.myTextColor { color: #5588B8; }

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

This text font color is #5588B8.


Background Color

.myBgColor { background-color: #5588B8; }

<div style="background-color:#5588B8">Inner text</div>

This div background color is #5588B8.


Border color

.myBorderColor { border: 1px solid #5588B8; }

<div style="border:3px solid #5588B8">Div</div>

This div border color is #5588B8.


Opacity

.myOpacity80 { color: #5588B8; opacity: 0.8; }

<p style="color:#5588B8;opacity:0.8;">80%</p>

Text with #5588B8 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 #5588B8;}

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

This text has shadow with #5588B8 color.

.textShadow {text-shadow: 3px 3px 1px #5588B8, 3px 3px 1px red;}

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

This text has shadow with #5588B8 primary color and red secondary color.


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

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

This text has shadow with #5588B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5588B8 on black background.


Color preview on white background

This text has color #5588B8 on white background.



Black color preview on #5588B8 background

This text has black color on #5588B8 background.


White color preview on #5588B8 background

This text has white color on #5588B8 background.