COLOR #5B97B0

HEX: #5B97B0 RGB: (91,151,176)

Color info

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

RGB color model

#5B97B0 color RGB value is (91,151,176).

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

RGB channels and saturation

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

91
151
176

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

Portions of RGB colors in percentages

R + G + B = 91 + 151 + 176 = 418 (100%)
R 91 of 418 ~ 21.77%
G 151 of 418 ~ 36.12%
B 176 of 418 ~ 42.11'%

%21.77
%36.12
%42.11

CMYK color model

#5B97B0 color CMYK value is (48,14,0,31).

  • cyan value is 48.30%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (48,14,0,31)
C48M14Y0K31 (48%, 14%, 0%, 31%)
(0.48 / 0.14 / 0.00 / 0.31)

CMYK percentages

%48.3
%14.2
%0
%30.98

Codes

Color #5B97B0 in popluar color models

5B 97 B0
RGB 91 151 176
HSL 198° 34.98% 52.35%
HSB/HSV 198° 48.30% 69.02%
CMYK 48.30% 14.20% 0.00%
30.98%

Color #5B97B0 in popluar number systems.

HEX 5B 97 B0
Decimal 91 151 176
Binary 1011011 10010111 10110000
Octal 133 227 260

Shades and tints

Shades of #5B97B0

#5B97B0
(91,151,176)
#538AA0
(83,138,160)
#4B7D90
(75,125,144)
#437080
(67,112,128)
#3B6370
(59,99,112)
#335660
(51,86,96)
#2B4950
(43,73,80)
#233C40
(35,60,64)
#1B2F30
(27,47,48)
#132220
(19,34,32)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #5B97B0

#5B97B0
(91,151,176)
#69A0B7
(105,160,183)
#77A9BE
(119,169,190)
#85B2C5
(133,178,197)
#93BBCC
(147,187,204)
#A1C4D3
(161,196,211)
#AFCDDA
(175,205,218)
#BDD6E1
(189,214,225)
#CBDFE8
(203,223,232)
#D9E8EF
(217,232,239)
#E7F1F6
(231,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B97B0; }

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

This text font color is #5B97B0.

Background Color

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

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

This div background color is #5B97B0.

Border color

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

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

This div border color is #5B97B0.

Opacity

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

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

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

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

This text has shadow with #5B97B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B97B0.

Preview

Color preview on black background

This text has color #5B97B0 on black background.


Color preview on white background

This text has color #5B97B0 on white background.


Black color preview on #5B97B0 background

This text has black color on #5B97B0 background.


White color preview on #5B97B0 background

This text has white color on #5B97B0 background.


Related colors

Complementary color

Complementary color for #hex is #A4684F.


I love getcolorcode.com

Triadic colors

1 #B05B97 and #97B05B with #5B97B0 are triadic colors.

2 #B0975B and #975BB0 with #5B97B0 are triadic colors.