COLOR #5B8BCC

HEX: #5B8BCC
RGB: (91,139,204)

Color info

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

RGB color model

#5B8BCC color RGB value is (91,139,204).

  • red value is 91;
  • green value is 139;
  • blue value is 204.
RGB:
(91,139,204)
(36%,55%,80%)

RGB channels and saturation

R 91 of 255 = 36%
G 139 of 255 = 55%
B 204 of 255 = 80%

91
139
204

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

Portions of RGB colors in percentages

R + G + B =
91 + 139 + 204 = 434 (100%)
R 91 of 434 ~ 20.97%
G 139 of 434 ~ 32.03%
B 204 of 434 ~ 47%

%20.97
%32.03
%47

CMYK color model

#5B8BCC color CMYK value is (55,32,0,20).

  • cyan value is 55.39%
  • magenta value is 31.86%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(55,32,0,20)
C55M32Y0K20 
(55%,32%,0%,20%)
(0.55/0.32/0.00/0.20)	

CMYK percentages

%55.39
%31.86
%0
%20

Codes

Color #5B8BCC in popluar color models

5B8BCC
RGB91139204
HSL215°52.56%57.84%
HSB/HSV215°55.39%80.00%
CMYK55.39%31.86%0.00%
20.00%

Color #5B8BCC in popluar number systems.

HEX5B8BCC
Decimal91139204
Binary10110111000101111001100
Octal133213314

Shades and tints

Shades of #5B8BCC

#5B8BCC
(91,139,204)
#537FBA
(83,127,186)
#4B73A8
(75,115,168)
#436796
(67,103,150)
#3B5B84
(59,91,132)
#334F72
(51,79,114)
#2B4360
(43,67,96)
#23374E
(35,55,78)
#1B2B3C
(27,43,60)
#131F2A
(19,31,42)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #5B8BCC

#5B8BCC
(91,139,204)
#6995D0
(105,149,208)
#779FD4
(119,159,212)
#85A9D8
(133,169,216)
#93B3DC
(147,179,220)
#A1BDE0
(161,189,224)
#AFC7E4
(175,199,228)
#BDD1E8
(189,209,232)
#CBDBEC
(203,219,236)
#D9E5F0
(217,229,240)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B8BCC color. Also use rgb(91,139,204) instead hex code.

Text Font Color

.myTextColor { color: #5B8BCC; }

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

This text font color is #5B8BCC.


Background Color

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

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

This div background color is #5B8BCC.


Border color

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

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

This div border color is #5B8BCC.


Opacity

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

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

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

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

This text has shadow with #5B8BCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B8BCC on black background.


Color preview on white background

This text has color #5B8BCC on white background.



Black color preview on #5B8BCC background

This text has black color on #5B8BCC background.


White color preview on #5B8BCC background

This text has white color on #5B8BCC background.