COLOR #5B97B1

HEX: #5B97B1 RGB: (91,151,177)

Color info

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

RGB color model

#5B97B1 color RGB value is (91,151,177).

RGB: (91,151,177) (36%, 59%, 69%)

RGB channels and saturation

R 91 of 255 = 36%
G 151 of 255 = 59%
B 177 of 255 = 69%

91
151
177

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

Portions of RGB colors in percentages

R + G + B = 91 + 151 + 177 = 419 (100%)
R 91 of 419 ~ 21.72%
G 151 of 419 ~ 36.04%
B 177 of 419 ~ 42.24'%

%21.72
%36.04
%42.24

CMYK color model

#5B97B1 color CMYK value is (49,15,0,31).

  • cyan value is 48.59%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (49,15,0,31) C49M15Y0K31 (49%,15%,0%,31%) (0.49/0.15/0.00/0.31) 

CMYK percentages

%48.59
%14.69
%0
%30.59

Codes

Color #5B97B1 in popluar color models

5B 97 B1
RGB 91 151 177
HSL 198° 35.54% 52.55%
HSB/HSV 198° 48.59% 69.41%
CMYK 48.59% 14.69% 0.00%
30.59%

Color #5B97B1 in popluar number systems.

HEX 5B 97 B1
Decimal 91 151 177
Binary 1011011 10010111 10110001
Octal 133 227 261

Shades and tints

Shades of #5B97B1

#5B97B1
(91,151,177)
#538AA1
(83,138,161)
#4B7D91
(75,125,145)
#437081
(67,112,129)
#3B6371
(59,99,113)
#335661
(51,86,97)
#2B4951
(43,73,81)
#233C41
(35,60,65)
#1B2F31
(27,47,49)
#132221
(19,34,33)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #5B97B1

#5B97B1
(91,151,177)
#69A0B8
(105,160,184)
#77A9BF
(119,169,191)
#85B2C6
(133,178,198)
#93BBCD
(147,187,205)
#A1C4D4
(161,196,212)
#AFCDDB
(175,205,219)
#BDD6E2
(189,214,226)
#CBDFE9
(203,223,233)
#D9E8F0
(217,232,240)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B97B1 color. Also use rgb(91,151,177) instead hex code.

Text Font Color

.myTextColor { color: #5B97B1; }

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

This text font color is #5B97B1.

Background Color

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

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

This div background color is #5B97B1.

Border color

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

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

This div border color is #5B97B1.

Opacity

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

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

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

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

This text has shadow with #5B97B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B97B1.

Preview

Color preview on black background

This text has color #5B97B1 on black background.


Color preview on white background

This text has color #5B97B1 on white background.


Black color preview on #5B97B1 background

This text has black color on #5B97B1 background.


White color preview on #5B97B1 background

This text has white color on #5B97B1 background.


Related colors

Complementary color

Complementary color for #hex is #A4684E.


I love getcolorcode.com

Triadic colors

1 #B15B97 and #97B15B with #5B97B1 are triadic colors.

2 #B1975B and #975BB1 with #5B97B1 are triadic colors.