COLOR #5B88D8

HEX: #5B88D8
RGB: (91,136,216)

Color info

#5B88D8 contains mainly blue color. Web safe color of #5B88D8 is #6699CC (or #69C).

RGB color model

#5B88D8 color RGB value is (91,136,216).

  • red value is 91;
  • green value is 136;
  • blue value is 216.
RGB:
(91,136,216)
(36%,53%,85%)

RGB channels and saturation

R 91 of 255 = 36%
G 136 of 255 = 53%
B 216 of 255 = 85%

91
136
216

R + G + B ~ 58%. #5B88D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 136 + 216 = 443 (100%)
R 91 of 443 ~ 20.54%
G 136 of 443 ~ 30.7%
B 216 of 443 ~ 48.76%

%20.54
%30.7
%48.76

CMYK color model

#5B88D8 color CMYK value is (58,37,0,15).

  • cyan value is 57.87%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(58,37,0,15)
C58M37Y0K15 
(58%,37%,0%,15%)
(0.58/0.37/0.00/0.15)	

CMYK percentages

%57.87
%37.04
%0
%15.29

Codes

Color #5B88D8 in popluar color models

5B88D8
RGB91136216
HSL218°61.58%60.20%
HSB/HSV218°57.87%84.71%
CMYK57.87%37.04%0.00%
15.29%

Color #5B88D8 in popluar number systems.

HEX5B88D8
Decimal91136216
Binary10110111000100011011000
Octal133210330

Shades and tints

Shades of #5B88D8

#5B88D8
(91,136,216)
#537CC5
(83,124,197)
#4B70B2
(75,112,178)
#43649F
(67,100,159)
#3B588C
(59,88,140)
#334C79
(51,76,121)
#2B4066
(43,64,102)
#233453
(35,52,83)
#1B2840
(27,40,64)
#131C2D
(19,28,45)
#0B101A
(11,16,26)
#000000
(0,0,0)

Tints of #5B88D8

#5B88D8
(91,136,216)
#6992DB
(105,146,219)
#779CDE
(119,156,222)
#85A6E1
(133,166,225)
#93B0E4
(147,176,228)
#A1BAE7
(161,186,231)
#AFC4EA
(175,196,234)
#BDCEED
(189,206,237)
#CBD8F0
(203,216,240)
#D9E2F3
(217,226,243)
#E7ECF6
(231,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B88D8 color. Also use rgb(91,136,216) instead hex code.

Text Font Color

.myTextColor { color: #5B88D8; }

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

This text font color is #5B88D8.


Background Color

.myBgColor { background-color: #5B88D8; }

<div style="background-color:#5B88D8">Inner text</div>

This div background color is #5B88D8.


Border color

.myBorderColor { border: 1px solid #5B88D8; }

<div style="border:3px solid #5B88D8">Div</div>

This div border color is #5B88D8.


Opacity

.myOpacity80 { color: #5B88D8; opacity: 0.8; }

<p style="color:#5B88D8;opacity:0.8;">80%</p>

Text with #5B88D8 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 #5B88D8;}

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

This text has shadow with #5B88D8 color.

.textShadow {text-shadow: 3px 3px 1px #5B88D8, 3px 3px 1px red;}

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

This text has shadow with #5B88D8 primary color and red secondary color.


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

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

This text has shadow with #5B88D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B88D8 on black background.


Color preview on white background

This text has color #5B88D8 on white background.



Black color preview on #5B88D8 background

This text has black color on #5B88D8 background.


White color preview on #5B88D8 background

This text has white color on #5B88D8 background.