COLOR #5B7BBC

HEX: #5B7BBC RGB: (91,123,188)

Color info

#5B7BBC contains mainly blue color. Web safe color of #5B7BBC is #6666CC (or #66C).

RGB color model

#5B7BBC color RGB value is (91,123,188).

RGB: (91,123,188) (36%, 48%, 74%)

RGB channels and saturation

R 91 of 255 = 36%
G 123 of 255 = 48%
B 188 of 255 = 74%

91
123
188

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

Portions of RGB colors in percentages

R + G + B = 91 + 123 + 188 = 402 (100%)
R 91 of 402 ~ 22.64%
G 123 of 402 ~ 30.6%
B 188 of 402 ~ 46.77'%

%22.64
%30.6
%46.77

CMYK color model

#5B7BBC color CMYK value is (52,35,0,26).

  • cyan value is 51.60%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (52,35,0,26) C52M35Y0K26 (52%,35%,0%,26%) (0.52/0.35/0.00/0.26) 

CMYK percentages

%51.6
%34.57
%0
%26.27

Codes

Color #5B7BBC in popluar color models

5B 7B BC
RGB 91 123 188
HSL 220° 41.99% 54.71%
HSB/HSV 220° 51.60% 73.73%
CMYK 51.60% 34.57% 0.00%
26.27%

Color #5B7BBC in popluar number systems.

HEX 5B 7B BC
Decimal 91 123 188
Binary 1011011 1111011 10111100
Octal 133 173 274

Shades and tints

Shades of #5B7BBC

#5B7BBC
(91,123,188)
#5370AB
(83,112,171)
#4B659A
(75,101,154)
#435A89
(67,90,137)
#3B4F78
(59,79,120)
#334467
(51,68,103)
#2B3956
(43,57,86)
#232E45
(35,46,69)
#1B2334
(27,35,52)
#131823
(19,24,35)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #5B7BBC

#5B7BBC
(91,123,188)
#6987C2
(105,135,194)
#7793C8
(119,147,200)
#859FCE
(133,159,206)
#93ABD4
(147,171,212)
#A1B7DA
(161,183,218)
#AFC3E0
(175,195,224)
#BDCFE6
(189,207,230)
#CBDBEC
(203,219,236)
#D9E7F2
(217,231,242)
#E7F3F8
(231,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B7BBC color. Also use rgb(91,123,188) instead hex code.

Text Font Color

.myTextColor { color: #5B7BBC; }

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

This text font color is #5B7BBC.

Background Color

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

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

This div background color is #5B7BBC.

Border color

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

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

This div border color is #5B7BBC.

Opacity

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

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

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

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

This text has shadow with #5B7BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B7BBC.

Preview

Color preview on black background

This text has color #5B7BBC on black background.


Color preview on white background

This text has color #5B7BBC on white background.


Black color preview on #5B7BBC background

This text has black color on #5B7BBC background.


White color preview on #5B7BBC background

This text has white color on #5B7BBC background.


Related colors

Complementary color

Complementary color for #hex is #A48443.


I love getcolorcode.com

Triadic colors

1 #BC5B7B and #7BBC5B with #5B7BBC are triadic colors.

2 #BC7B5B and #7B5BBC with #5B7BBC are triadic colors.