COLOR #5B90C5

HEX: #5B90C5
RGB: (91,144,197)

Color info

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

RGB color model

#5B90C5 color RGB value is (91,144,197).

  • red value is 91;
  • green value is 144;
  • blue value is 197.
RGB:
(91,144,197)
(36%,56%,77%)

RGB channels and saturation

R 91 of 255 = 36%
G 144 of 255 = 56%
B 197 of 255 = 77%

91
144
197

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

Portions of RGB colors in percentages

R + G + B =
91 + 144 + 197 = 432 (100%)
R 91 of 432 ~ 21.06%
G 144 of 432 ~ 33.33%
B 197 of 432 ~ 45.6%

%21.06
%33.33
%45.6

CMYK color model

#5B90C5 color CMYK value is (54,27,0,23).

  • cyan value is 53.81%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(54,27,0,23)
C54M27Y0K23 
(54%,27%,0%,23%)
(0.54/0.27/0.00/0.23)	

CMYK percentages

%53.81
%26.9
%0
%22.75

Codes

Color #5B90C5 in popluar color models

5B90C5
RGB91144197
HSL210°47.75%56.47%
HSB/HSV210°53.81%77.25%
CMYK53.81%26.90%0.00%
22.75%

Color #5B90C5 in popluar number systems.

HEX5B90C5
Decimal91144197
Binary10110111001000011000101
Octal133220305

Shades and tints

Shades of #5B90C5

#5B90C5
(91,144,197)
#5383B4
(83,131,180)
#4B76A3
(75,118,163)
#436992
(67,105,146)
#3B5C81
(59,92,129)
#334F70
(51,79,112)
#2B425F
(43,66,95)
#23354E
(35,53,78)
#1B283D
(27,40,61)
#131B2C
(19,27,44)
#0B0E1B
(11,14,27)
#000000
(0,0,0)

Tints of #5B90C5

#5B90C5
(91,144,197)
#699ACA
(105,154,202)
#77A4CF
(119,164,207)
#85AED4
(133,174,212)
#93B8D9
(147,184,217)
#A1C2DE
(161,194,222)
#AFCCE3
(175,204,227)
#BDD6E8
(189,214,232)
#CBE0ED
(203,224,237)
#D9EAF2
(217,234,242)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B90C5 color. Also use rgb(91,144,197) instead hex code.

Text Font Color

.myTextColor { color: #5B90C5; }

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

This text font color is #5B90C5.


Background Color

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

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

This div background color is #5B90C5.


Border color

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

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

This div border color is #5B90C5.


Opacity

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

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

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

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

This text has shadow with #5B90C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B90C5 on black background.


Color preview on white background

This text has color #5B90C5 on white background.



Black color preview on #5B90C5 background

This text has black color on #5B90C5 background.


White color preview on #5B90C5 background

This text has white color on #5B90C5 background.