COLOR #5B658D

HEX: #5B658D
RGB: (91,101,141)

Color info

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

RGB color model

#5B658D color RGB value is (91,101,141).

  • red value is 91;
  • green value is 101;
  • blue value is 141.
RGB:
(91,101,141)
(36%,40%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 101 of 255 = 40%
B 141 of 255 = 55%

91
101
141

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

Portions of RGB colors in percentages

R + G + B =
91 + 101 + 141 = 333 (100%)
R 91 of 333 ~ 27.33%
G 101 of 333 ~ 30.33%
B 141 of 333 ~ 42.34%

%27.33
%30.33
%42.34

CMYK color model

#5B658D color CMYK value is (35,28,0,45).

  • cyan value is 35.46%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(35,28,0,45)
C35M28Y0K45 
(35%,28%,0%,45%)
(0.35/0.28/0.00/0.45)	

CMYK percentages

%35.46
%28.37
%0
%44.71

Codes

Color #5B658D in popluar color models

5B658D
RGB91101141
HSL228°21.55%45.49%
HSB/HSV228°35.46%55.29%
CMYK35.46%28.37%0.00%
44.71%

Color #5B658D in popluar number systems.

HEX5B658D
Decimal91101141
Binary1011011110010110001101
Octal133145215

Shades and tints

Shades of #5B658D

#5B658D
(91,101,141)
#535C81
(83,92,129)
#4B5375
(75,83,117)
#434A69
(67,74,105)
#3B415D
(59,65,93)
#333851
(51,56,81)
#2B2F45
(43,47,69)
#232639
(35,38,57)
#1B1D2D
(27,29,45)
#131421
(19,20,33)
#0B0B15
(11,11,21)
#000000
(0,0,0)

Tints of #5B658D

#5B658D
(91,101,141)
#697397
(105,115,151)
#7781A1
(119,129,161)
#858FAB
(133,143,171)
#939DB5
(147,157,181)
#A1ABBF
(161,171,191)
#AFB9C9
(175,185,201)
#BDC7D3
(189,199,211)
#CBD5DD
(203,213,221)
#D9E3E7
(217,227,231)
#E7F1F1
(231,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B658D color. Also use rgb(91,101,141) instead hex code.

Text Font Color

.myTextColor { color: #5B658D; }

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

This text font color is #5B658D.


Background Color

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

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

This div background color is #5B658D.


Border color

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

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

This div border color is #5B658D.


Opacity

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

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

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

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

This text has shadow with #5B658D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B658D on black background.


Color preview on white background

This text has color #5B658D on white background.



Black color preview on #5B658D background

This text has black color on #5B658D background.


White color preview on #5B658D background

This text has white color on #5B658D background.