COLOR #5B94B3

HEX: #5B94B3
RGB: (91,148,179)

Color info

#5B94B3 contains mainly green and blue colors. Web safe color of #5B94B3 is #669999 (or #699).

RGB color model

#5B94B3 color RGB value is (91,148,179).

  • red value is 91;
  • green value is 148;
  • blue value is 179.
RGB:
(91,148,179)
(36%,58%,70%)

RGB channels and saturation

R 91 of 255 = 36%
G 148 of 255 = 58%
B 179 of 255 = 70%

91
148
179

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

Portions of RGB colors in percentages

R + G + B =
91 + 148 + 179 = 418 (100%)
R 91 of 418 ~ 21.77%
G 148 of 418 ~ 35.41%
B 179 of 418 ~ 42.82%

%21.77
%35.41
%42.82

CMYK color model

#5B94B3 color CMYK value is (49,17,0,30).

  • cyan value is 49.16%
  • magenta value is 17.32%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(49,17,0,30)
C49M17Y0K30 
(49%,17%,0%,30%)
(0.49/0.17/0.00/0.30)	

CMYK percentages

%49.16
%17.32
%0
%29.8

Codes

Color #5B94B3 in popluar color models

5B94B3
RGB91148179
HSL201°36.67%52.94%
HSB/HSV201°49.16%70.20%
CMYK49.16%17.32%0.00%
29.80%

Color #5B94B3 in popluar number systems.

HEX5B94B3
Decimal91148179
Binary10110111001010010110011
Octal133224263

Shades and tints

Shades of #5B94B3

#5B94B3
(91,148,179)
#5387A3
(83,135,163)
#4B7A93
(75,122,147)
#436D83
(67,109,131)
#3B6073
(59,96,115)
#335363
(51,83,99)
#2B4653
(43,70,83)
#233943
(35,57,67)
#1B2C33
(27,44,51)
#131F23
(19,31,35)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #5B94B3

#5B94B3
(91,148,179)
#699DB9
(105,157,185)
#77A6BF
(119,166,191)
#85AFC5
(133,175,197)
#93B8CB
(147,184,203)
#A1C1D1
(161,193,209)
#AFCAD7
(175,202,215)
#BDD3DD
(189,211,221)
#CBDCE3
(203,220,227)
#D9E5E9
(217,229,233)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B94B3 color. Also use rgb(91,148,179) instead hex code.

Text Font Color

.myTextColor { color: #5B94B3; }

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

This text font color is #5B94B3.


Background Color

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

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

This div background color is #5B94B3.


Border color

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

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

This div border color is #5B94B3.


Opacity

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

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

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

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

This text has shadow with #5B94B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B94B3 on black background.


Color preview on white background

This text has color #5B94B3 on white background.



Black color preview on #5B94B3 background

This text has black color on #5B94B3 background.


White color preview on #5B94B3 background

This text has white color on #5B94B3 background.