COLOR #5B6878

HEX: #5B6878 RGB: (91,104,120)

Color info

#5B6878 contains red, green and blue colors in about the same proportion. Web safe color of #5B6878 is #666666 (or #666).

RGB color model

#5B6878 color RGB value is (91,104,120).

RGB: (91,104,120) (36%, 41%, 47%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 120 of 255 = 47%

91
104
120

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

Portions of RGB colors in percentages

R + G + B = 91 + 104 + 120 = 315 (100%)
R 91 of 315 ~ 28.89%
G 104 of 315 ~ 33.02%
B 120 of 315 ~ 38.1'%

%28.89
%33.02
%38.1

CMYK color model

#5B6878 color CMYK value is (24,13,0,53).

  • cyan value is 24.17%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (24,13,0,53)
C24M13Y0K53 (24%, 13%, 0%, 53%)
(0.24 / 0.13 / 0.00 / 0.53)

CMYK percentages

%24.17
%13.33
%0
%52.94

Codes

Color #5B6878 in popluar color models

5B 68 78
RGB 91 104 120
HSL 213° 13.74% 41.37%
HSB/HSV 213° 24.17% 47.06%
CMYK 24.17% 13.33% 0.00%
52.94%

Color #5B6878 in popluar number systems.

HEX 5B 68 78
Decimal 91 104 120
Binary 1011011 1101000 1111000
Octal 133 150 170

Shades and tints

Shades of #5B6878

#5B6878
(91,104,120)
#535F6E
(83,95,110)
#4B5664
(75,86,100)
#434D5A
(67,77,90)
#3B4450
(59,68,80)
#333B46
(51,59,70)
#2B323C
(43,50,60)
#232932
(35,41,50)
#1B2028
(27,32,40)
#13171E
(19,23,30)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #5B6878

#5B6878
(91,104,120)
#697584
(105,117,132)
#778290
(119,130,144)
#858F9C
(133,143,156)
#939CA8
(147,156,168)
#A1A9B4
(161,169,180)
#AFB6C0
(175,182,192)
#BDC3CC
(189,195,204)
#CBD0D8
(203,208,216)
#D9DDE4
(217,221,228)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6878; }

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

This text font color is #5B6878.

Background Color

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

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

This div background color is #5B6878.

Border color

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

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

This div border color is #5B6878.

Opacity

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

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

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

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

This text has shadow with #5B6878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B6878.

Preview

Color preview on black background

This text has color #5B6878 on black background.


Color preview on white background

This text has color #5B6878 on white background.


Black color preview on #5B6878 background

This text has black color on #5B6878 background.


White color preview on #5B6878 background

This text has white color on #5B6878 background.


Related colors

Complementary color

Complementary color for #hex is #A49787.


I love getcolorcode.com

Triadic colors

1 #785B68 and #68785B with #5B6878 are triadic colors.

2 #78685B and #685B78 with #5B6878 are triadic colors.