COLOR #5B9FBB

HEX: #5B9FBB RGB: (91,159,187)

Color info

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

RGB color model

#5B9FBB color RGB value is (91,159,187).

RGB: (91,159,187) (36%, 62%, 73%)

RGB channels and saturation

R 91 of 255 = 36%
G 159 of 255 = 62%
B 187 of 255 = 73%

91
159
187

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

Portions of RGB colors in percentages

R + G + B = 91 + 159 + 187 = 437 (100%)
R 91 of 437 ~ 20.82%
G 159 of 437 ~ 36.38%
B 187 of 437 ~ 42.79'%

%20.82
%36.38
%42.79

CMYK color model

#5B9FBB color CMYK value is (51,15,0,27).

  • cyan value is 51.34%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (51,15,0,27)
C51M15Y0K27 (51%, 15%, 0%, 27%)
(0.51 / 0.15 / 0.00 / 0.27)

CMYK percentages

%51.34
%14.97
%0
%26.67

Codes

Color #5B9FBB in popluar color models

5B 9F BB
RGB 91 159 187
HSL 198° 41.38% 54.51%
HSB/HSV 198° 51.34% 73.33%
CMYK 51.34% 14.97% 0.00%
26.67%

Color #5B9FBB in popluar number systems.

HEX 5B 9F BB
Decimal 91 159 187
Binary 1011011 10011111 10111011
Octal 133 237 273

Shades and tints

Shades of #5B9FBB

#5B9FBB
(91,159,187)
#5391AA
(83,145,170)
#4B8399
(75,131,153)
#437588
(67,117,136)
#3B6777
(59,103,119)
#335966
(51,89,102)
#2B4B55
(43,75,85)
#233D44
(35,61,68)
#1B2F33
(27,47,51)
#132122
(19,33,34)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #5B9FBB

#5B9FBB
(91,159,187)
#69A7C1
(105,167,193)
#77AFC7
(119,175,199)
#85B7CD
(133,183,205)
#93BFD3
(147,191,211)
#A1C7D9
(161,199,217)
#AFCFDF
(175,207,223)
#BDD7E5
(189,215,229)
#CBDFEB
(203,223,235)
#D9E7F1
(217,231,241)
#E7EFF7
(231,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B9FBB color. Also use rgb(91,159,187) instead hex code.

Text Font Color

.myTextColor { color: #5B9FBB; }

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

This text font color is #5B9FBB.

Background Color

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

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

This div background color is #5B9FBB.

Border color

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

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

This div border color is #5B9FBB.

Opacity

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

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

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

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

This text has shadow with #5B9FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B9FBB.

Preview

Color preview on black background

This text has color #5B9FBB on black background.


Color preview on white background

This text has color #5B9FBB on white background.


Black color preview on #5B9FBB background

This text has black color on #5B9FBB background.


White color preview on #5B9FBB background

This text has white color on #5B9FBB background.


Related colors

Complementary color

Complementary color for #hex is #A46044.


I love getcolorcode.com

Triadic colors

1 #BB5B9F and #9FBB5B with #5B9FBB are triadic colors.

2 #BB9F5B and #9F5BBB with #5B9FBB are triadic colors.