COLOR #5B91C9

HEX: #5B91C9
RGB: (91,145,201)

Color info

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

RGB color model

#5B91C9 color RGB value is (91,145,201).

  • red value is 91;
  • green value is 145;
  • blue value is 201.
RGB:
(91,145,201)
(36%,57%,79%)

RGB channels and saturation

R 91 of 255 = 36%
G 145 of 255 = 57%
B 201 of 255 = 79%

91
145
201

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

Portions of RGB colors in percentages

R + G + B =
91 + 145 + 201 = 437 (100%)
R 91 of 437 ~ 20.82%
G 145 of 437 ~ 33.18%
B 201 of 437 ~ 46%

%20.82
%33.18
%46

CMYK color model

#5B91C9 color CMYK value is (55,28,0,21).

  • cyan value is 54.73%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(55,28,0,21)
C55M28Y0K21 
(55%,28%,0%,21%)
(0.55/0.28/0.00/0.21)	

CMYK percentages

%54.73
%27.86
%0
%21.18

Codes

Color #5B91C9 in popluar color models

5B91C9
RGB91145201
HSL211°50.46%57.25%
HSB/HSV211°54.73%78.82%
CMYK54.73%27.86%0.00%
21.18%

Color #5B91C9 in popluar number systems.

HEX5B91C9
Decimal91145201
Binary10110111001000111001001
Octal133221311

Shades and tints

Shades of #5B91C9

#5B91C9
(91,145,201)
#5384B7
(83,132,183)
#4B77A5
(75,119,165)
#436A93
(67,106,147)
#3B5D81
(59,93,129)
#33506F
(51,80,111)
#2B435D
(43,67,93)
#23364B
(35,54,75)
#1B2939
(27,41,57)
#131C27
(19,28,39)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #5B91C9

#5B91C9
(91,145,201)
#699BCD
(105,155,205)
#77A5D1
(119,165,209)
#85AFD5
(133,175,213)
#93B9D9
(147,185,217)
#A1C3DD
(161,195,221)
#AFCDE1
(175,205,225)
#BDD7E5
(189,215,229)
#CBE1E9
(203,225,233)
#D9EBED
(217,235,237)
#E7F5F1
(231,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B91C9 color. Also use rgb(91,145,201) instead hex code.

Text Font Color

.myTextColor { color: #5B91C9; }

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

This text font color is #5B91C9.


Background Color

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

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

This div background color is #5B91C9.


Border color

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

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

This div border color is #5B91C9.


Opacity

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

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

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

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

This text has shadow with #5B91C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B91C9 on black background.


Color preview on white background

This text has color #5B91C9 on white background.



Black color preview on #5B91C9 background

This text has black color on #5B91C9 background.


White color preview on #5B91C9 background

This text has white color on #5B91C9 background.