COLOR #5B648B

HEX: #5B648B
RGB: (91,100,139)

Color info

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

RGB color model

#5B648B color RGB value is (91,100,139).

  • red value is 91;
  • green value is 100;
  • blue value is 139.
RGB:
(91,100,139)
(36%,39%,55%)

RGB channels and saturation

R 91 of 255 = 36%
G 100 of 255 = 39%
B 139 of 255 = 55%

91
100
139

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

Portions of RGB colors in percentages

R + G + B =
91 + 100 + 139 = 330 (100%)
R 91 of 330 ~ 27.58%
G 100 of 330 ~ 30.3%
B 139 of 330 ~ 42.12%

%27.58
%30.3
%42.12

CMYK color model

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

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

CMYK percentages

%34.53
%28.06
%0
%45.49

Codes

Color #5B648B in popluar color models

5B648B
RGB91100139
HSL229°20.87%45.10%
HSB/HSV229°34.53%54.51%
CMYK34.53%28.06%0.00%
45.49%

Color #5B648B in popluar number systems.

HEX5B648B
Decimal91100139
Binary1011011110010010001011
Octal133144213

Shades and tints

Shades of #5B648B

#5B648B
(91,100,139)
#535B7F
(83,91,127)
#4B5273
(75,82,115)
#434967
(67,73,103)
#3B405B
(59,64,91)
#33374F
(51,55,79)
#2B2E43
(43,46,67)
#232537
(35,37,55)
#1B1C2B
(27,28,43)
#13131F
(19,19,31)
#0B0A13
(11,10,19)
#000000
(0,0,0)

Tints of #5B648B

#5B648B
(91,100,139)
#697295
(105,114,149)
#77809F
(119,128,159)
#858EA9
(133,142,169)
#939CB3
(147,156,179)
#A1AABD
(161,170,189)
#AFB8C7
(175,184,199)
#BDC6D1
(189,198,209)
#CBD4DB
(203,212,219)
#D9E2E5
(217,226,229)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B648B color. Also use rgb(91,100,139) instead hex code.

Text Font Color

.myTextColor { color: #5B648B; }

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

This text font color is #5B648B.


Background Color

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

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

This div background color is #5B648B.


Border color

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

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

This div border color is #5B648B.


Opacity

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

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

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

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

This text has shadow with #5B648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B648B on black background.


Color preview on white background

This text has color #5B648B on white background.



Black color preview on #5B648B background

This text has black color on #5B648B background.


White color preview on #5B648B background

This text has white color on #5B648B background.