COLOR #5B88B4

HEX: #5B88B4
RGB: (91,136,180)

Color info

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

RGB color model

#5B88B4 color RGB value is (91,136,180).

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

RGB channels and saturation

R 91 of 255 = 36%
G 136 of 255 = 53%
B 180 of 255 = 71%

91
136
180

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

Portions of RGB colors in percentages

R + G + B =
91 + 136 + 180 = 407 (100%)
R 91 of 407 ~ 22.36%
G 136 of 407 ~ 33.42%
B 180 of 407 ~ 44.23%

%22.36
%33.42
%44.23

CMYK color model

#5B88B4 color CMYK value is (49,24,0,29).

  • cyan value is 49.44%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(49,24,0,29)
C49M24Y0K29 
(49%,24%,0%,29%)
(0.49/0.24/0.00/0.29)	

CMYK percentages

%49.44
%24.44
%0
%29.41

Codes

Color #5B88B4 in popluar color models

5B88B4
RGB91136180
HSL210°37.24%53.14%
HSB/HSV210°49.44%70.59%
CMYK49.44%24.44%0.00%
29.41%

Color #5B88B4 in popluar number systems.

HEX5B88B4
Decimal91136180
Binary10110111000100010110100
Octal133210264

Shades and tints

Shades of #5B88B4

#5B88B4
(91,136,180)
#537CA4
(83,124,164)
#4B7094
(75,112,148)
#436484
(67,100,132)
#3B5874
(59,88,116)
#334C64
(51,76,100)
#2B4054
(43,64,84)
#233444
(35,52,68)
#1B2834
(27,40,52)
#131C24
(19,28,36)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #5B88B4

#5B88B4
(91,136,180)
#6992BA
(105,146,186)
#779CC0
(119,156,192)
#85A6C6
(133,166,198)
#93B0CC
(147,176,204)
#A1BAD2
(161,186,210)
#AFC4D8
(175,196,216)
#BDCEDE
(189,206,222)
#CBD8E4
(203,216,228)
#D9E2EA
(217,226,234)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B88B4; }

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

This text font color is #5B88B4.


Background Color

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

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

This div background color is #5B88B4.


Border color

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

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

This div border color is #5B88B4.


Opacity

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

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

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

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

This text has shadow with #5B88B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B88B4 on black background.


Color preview on white background

This text has color #5B88B4 on white background.



Black color preview on #5B88B4 background

This text has black color on #5B88B4 background.


White color preview on #5B88B4 background

This text has white color on #5B88B4 background.