COLOR #5B78BD

HEX: #5B78BD RGB: (91,120,189)

Color info

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

RGB color model

#5B78BD color RGB value is (91,120,189).

RGB: (91,120,189) (36%, 47%, 74%)

RGB channels and saturation

R 91 of 255 = 36%
G 120 of 255 = 47%
B 189 of 255 = 74%

91
120
189

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

Portions of RGB colors in percentages

R + G + B = 91 + 120 + 189 = 400 (100%)
R 91 of 400 ~ 22.75%
G 120 of 400 ~ 30%
B 189 of 400 ~ 47.25'%

%22.75
%30
%47.25

CMYK color model

#5B78BD color CMYK value is (52,37,0,26).

  • cyan value is 51.85%
  • magenta value is 36.51%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (52,37,0,26) C52M37Y0K26 (52%,37%,0%,26%) (0.52/0.37/0.00/0.26) 

CMYK percentages

%51.85
%36.51
%0
%25.88

Codes

Color #5B78BD in popluar color models

5B 78 BD
RGB 91 120 189
HSL 222° 42.61% 54.90%
HSB/HSV 222° 51.85% 74.12%
CMYK 51.85% 36.51% 0.00%
25.88%

Color #5B78BD in popluar number systems.

HEX 5B 78 BD
Decimal 91 120 189
Binary 1011011 1111000 10111101
Octal 133 170 275

Shades and tints

Shades of #5B78BD

#5B78BD
(91,120,189)
#536EAC
(83,110,172)
#4B649B
(75,100,155)
#435A8A
(67,90,138)
#3B5079
(59,80,121)
#334668
(51,70,104)
#2B3C57
(43,60,87)
#233246
(35,50,70)
#1B2835
(27,40,53)
#131E24
(19,30,36)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #5B78BD

#5B78BD
(91,120,189)
#6984C3
(105,132,195)
#7790C9
(119,144,201)
#859CCF
(133,156,207)
#93A8D5
(147,168,213)
#A1B4DB
(161,180,219)
#AFC0E1
(175,192,225)
#BDCCE7
(189,204,231)
#CBD8ED
(203,216,237)
#D9E4F3
(217,228,243)
#E7F0F9
(231,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B78BD color. Also use rgb(91,120,189) instead hex code.

Text Font Color

.myTextColor { color: #5B78BD; }

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

This text font color is #5B78BD.

Background Color

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

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

This div background color is #5B78BD.

Border color

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

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

This div border color is #5B78BD.

Opacity

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

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

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

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

This text has shadow with #5B78BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B78BD.

Preview

Color preview on black background

This text has color #5B78BD on black background.


Color preview on white background

This text has color #5B78BD on white background.


Black color preview on #5B78BD background

This text has black color on #5B78BD background.


White color preview on #5B78BD background

This text has white color on #5B78BD background.


Related colors

Complementary color

Complementary color for #hex is #A48742.


I love getcolorcode.com

Triadic colors

1 #BD5B78 and #78BD5B with #5B78BD are triadic colors.

2 #BD785B and #785BBD with #5B78BD are triadic colors.