COLOR #5B778E

HEX: #5B778E
RGB: (91,119,142)

Color info

#5B778E contains red, green and blue colors in about the same proportion. Web safe color of #5B778E is #666699 (or #669).

RGB color model

#5B778E color RGB value is (91,119,142).

  • red value is 91;
  • green value is 119;
  • blue value is 142.
RGB:
(91,119,142)
(36%,47%,56%)

RGB channels and saturation

R 91 of 255 = 36%
G 119 of 255 = 47%
B 142 of 255 = 56%

91
119
142

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

Portions of RGB colors in percentages

R + G + B =
91 + 119 + 142 = 352 (100%)
R 91 of 352 ~ 25.85%
G 119 of 352 ~ 33.81%
B 142 of 352 ~ 40.34%

%25.85
%33.81
%40.34

CMYK color model

#5B778E color CMYK value is (36,16,0,44).

  • cyan value is 35.92%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(36,16,0,44)
C36M16Y0K44 
(36%,16%,0%,44%)
(0.36/0.16/0.00/0.44)	

CMYK percentages

%35.92
%16.2
%0
%44.31

Codes

Color #5B778E in popluar color models

5B778E
RGB91119142
HSL207°21.89%45.69%
HSB/HSV207°35.92%55.69%
CMYK35.92%16.20%0.00%
44.31%

Color #5B778E in popluar number systems.

HEX5B778E
Decimal91119142
Binary1011011111011110001110
Octal133167216

Shades and tints

Shades of #5B778E

#5B778E
(91,119,142)
#536D82
(83,109,130)
#4B6376
(75,99,118)
#43596A
(67,89,106)
#3B4F5E
(59,79,94)
#334552
(51,69,82)
#2B3B46
(43,59,70)
#23313A
(35,49,58)
#1B272E
(27,39,46)
#131D22
(19,29,34)
#0B1316
(11,19,22)
#000000
(0,0,0)

Tints of #5B778E

#5B778E
(91,119,142)
#698398
(105,131,152)
#778FA2
(119,143,162)
#859BAC
(133,155,172)
#93A7B6
(147,167,182)
#A1B3C0
(161,179,192)
#AFBFCA
(175,191,202)
#BDCBD4
(189,203,212)
#CBD7DE
(203,215,222)
#D9E3E8
(217,227,232)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B778E color. Also use rgb(91,119,142) instead hex code.

Text Font Color

.myTextColor { color: #5B778E; }

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

This text font color is #5B778E.


Background Color

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

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

This div background color is #5B778E.


Border color

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

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

This div border color is #5B778E.


Opacity

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

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

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

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

This text has shadow with #5B778E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B778E on black background.


Color preview on white background

This text has color #5B778E on white background.



Black color preview on #5B778E background

This text has black color on #5B778E background.


White color preview on #5B778E background

This text has white color on #5B778E background.