COLOR #5B688C

HEX: #5B688C
RGB: (91,104,140)

Color info

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

RGB color model

#5B688C color RGB value is (91,104,140).

  • red value is 91;
  • green value is 104;
  • blue value is 140.
RGB:
(91,104,140)
(36%,41%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 104 of 255 = 41%
B 140 of 255 = 55%

91
104
140

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

Portions of RGB colors in percentages

R + G + B =
91 + 104 + 140 = 335 (100%)
R 91 of 335 ~ 27.16%
G 104 of 335 ~ 31.04%
B 140 of 335 ~ 41.79%

%27.16
%31.04
%41.79

CMYK color model

#5B688C color CMYK value is (35,26,0,45).

  • cyan value is 35.00%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(35,26,0,45)
C35M26Y0K45 
(35%,26%,0%,45%)
(0.35/0.26/0.00/0.45)	

CMYK percentages

%35
%25.71
%0
%45.1

Codes

Color #5B688C in popluar color models

5B688C
RGB91104140
HSL224°21.21%45.29%
HSB/HSV224°35.00%54.90%
CMYK35.00%25.71%0.00%
45.10%

Color #5B688C in popluar number systems.

HEX5B688C
Decimal91104140
Binary1011011110100010001100
Octal133150214

Shades and tints

Shades of #5B688C

#5B688C
(91,104,140)
#535F80
(83,95,128)
#4B5674
(75,86,116)
#434D68
(67,77,104)
#3B445C
(59,68,92)
#333B50
(51,59,80)
#2B3244
(43,50,68)
#232938
(35,41,56)
#1B202C
(27,32,44)
#131720
(19,23,32)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #5B688C

#5B688C
(91,104,140)
#697596
(105,117,150)
#7782A0
(119,130,160)
#858FAA
(133,143,170)
#939CB4
(147,156,180)
#A1A9BE
(161,169,190)
#AFB6C8
(175,182,200)
#BDC3D2
(189,195,210)
#CBD0DC
(203,208,220)
#D9DDE6
(217,221,230)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B688C; }

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

This text font color is #5B688C.


Background Color

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

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

This div background color is #5B688C.


Border color

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

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

This div border color is #5B688C.


Opacity

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

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

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

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

This text has shadow with #5B688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B688C on black background.


Color preview on white background

This text has color #5B688C on white background.



Black color preview on #5B688C background

This text has black color on #5B688C background.


White color preview on #5B688C background

This text has white color on #5B688C background.