COLOR #5B6678

HEX: #5B6678
RGB: (91,102,120)

Color info

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

RGB color model

#5B6678 color RGB value is (91,102,120).

  • red value is 91;
  • green value is 102;
  • blue value is 120.
RGB:
(91,102,120)
(36%,40%,47%)

RGB channels and saturation

R 91 of 255 = 36%
G 102 of 255 = 40%
B 120 of 255 = 47%

91
102
120

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

Portions of RGB colors in percentages

R + G + B =
91 + 102 + 120 = 313 (100%)
R 91 of 313 ~ 29.07%
G 102 of 313 ~ 32.59%
B 120 of 313 ~ 38.34%

%29.07
%32.59
%38.34

CMYK color model

#5B6678 color CMYK value is (24,15,0,53).

  • cyan value is 24.17%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(24,15,0,53)
C24M15Y0K53 
(24%,15%,0%,53%)
(0.24/0.15/0.00/0.53)	

CMYK percentages

%24.17
%15
%0
%52.94

Codes

Color #5B6678 in popluar color models

5B6678
RGB91102120
HSL217°13.74%41.37%
HSB/HSV217°24.17%47.06%
CMYK24.17%15.00%0.00%
52.94%

Color #5B6678 in popluar number systems.

HEX5B6678
Decimal91102120
Binary101101111001101111000
Octal133146170

Shades and tints

Shades of #5B6678

#5B6678
(91,102,120)
#535D6E
(83,93,110)
#4B5464
(75,84,100)
#434B5A
(67,75,90)
#3B4250
(59,66,80)
#333946
(51,57,70)
#2B303C
(43,48,60)
#232732
(35,39,50)
#1B1E28
(27,30,40)
#13151E
(19,21,30)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #5B6678

#5B6678
(91,102,120)
#697384
(105,115,132)
#778090
(119,128,144)
#858D9C
(133,141,156)
#939AA8
(147,154,168)
#A1A7B4
(161,167,180)
#AFB4C0
(175,180,192)
#BDC1CC
(189,193,204)
#CBCED8
(203,206,216)
#D9DBE4
(217,219,228)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B6678; }

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

This text font color is #5B6678.


Background Color

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

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

This div background color is #5B6678.


Border color

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

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

This div border color is #5B6678.


Opacity

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

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

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

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

This text has shadow with #5B6678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B6678 on black background.


Color preview on white background

This text has color #5B6678 on white background.



Black color preview on #5B6678 background

This text has black color on #5B6678 background.


White color preview on #5B6678 background

This text has white color on #5B6678 background.