COLOR #5B96BB

HEX: #5B96BB RGB: (91,150,187)

Color info

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

RGB color model

#5B96BB color RGB value is (91,150,187).

RGB: (91,150,187) (36%, 59%, 73%)

RGB channels and saturation

R 91 of 255 = 36%
G 150 of 255 = 59%
B 187 of 255 = 73%

91
150
187

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

Portions of RGB colors in percentages

R + G + B = 91 + 150 + 187 = 428 (100%)
R 91 of 428 ~ 21.26%
G 150 of 428 ~ 35.05%
B 187 of 428 ~ 43.69'%

%21.26
%35.05
%43.69

CMYK color model

#5B96BB color CMYK value is (51,20,0,27).

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

CMYK: (51,20,0,27)
C51M20Y0K27 (51%, 20%, 0%, 27%)
(0.51 / 0.20 / 0.00 / 0.27)

CMYK percentages

%51.34
%19.79
%0
%26.67

Codes

Color #5B96BB in popluar color models

5B 96 BB
RGB 91 150 187
HSL 203° 41.38% 54.51%
HSB/HSV 203° 51.34% 73.33%
CMYK 51.34% 19.79% 0.00%
26.67%

Color #5B96BB in popluar number systems.

HEX 5B 96 BB
Decimal 91 150 187
Binary 1011011 10010110 10111011
Octal 133 226 273

Shades and tints

Shades of #5B96BB

#5B96BB
(91,150,187)
#5389AA
(83,137,170)
#4B7C99
(75,124,153)
#436F88
(67,111,136)
#3B6277
(59,98,119)
#335566
(51,85,102)
#2B4855
(43,72,85)
#233B44
(35,59,68)
#1B2E33
(27,46,51)
#132122
(19,33,34)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #5B96BB

#5B96BB
(91,150,187)
#699FC1
(105,159,193)
#77A8C7
(119,168,199)
#85B1CD
(133,177,205)
#93BAD3
(147,186,211)
#A1C3D9
(161,195,217)
#AFCCDF
(175,204,223)
#BDD5E5
(189,213,229)
#CBDEEB
(203,222,235)
#D9E7F1
(217,231,241)
#E7F0F7
(231,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B96BB; }

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

This text font color is #5B96BB.

Background Color

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

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

This div background color is #5B96BB.

Border color

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

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

This div border color is #5B96BB.

Opacity

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

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

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

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

This text has shadow with #5B96BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B96BB.

Preview

Color preview on black background

This text has color #5B96BB on black background.


Color preview on white background

This text has color #5B96BB on white background.


Black color preview on #5B96BB background

This text has black color on #5B96BB background.


White color preview on #5B96BB background

This text has white color on #5B96BB background.


Related colors

Complementary color

Complementary color for #hex is #A46944.


I love getcolorcode.com

Triadic colors

1 #BB5B96 and #96BB5B with #5B96BB are triadic colors.

2 #BB965B and #965BBB with #5B96BB are triadic colors.