COLOR #5B437B

HEX: #5B437B
RGB: (91,67,123)

Color info

#5B437B contains red, green and blue colors in about the same proportion. Web safe color of #5B437B is #663366 (or #636).

RGB color model

#5B437B color RGB value is (91,67,123).

  • red value is 91;
  • green value is 67;
  • blue value is 123.
RGB:
(91,67,123)
(36%,26%,48%)

RGB channels and saturation

R 91 of 255 = 36%
G 67 of 255 = 26%
B 123 of 255 = 48%

91
67
123

R + G + B ~ 37%. #5B437B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 67 + 123 = 281 (100%)
R 91 of 281 ~ 32.38%
G 67 of 281 ~ 23.84%
B 123 of 281 ~ 43.77%

%32.38
%23.84
%43.77

CMYK color model

#5B437B color CMYK value is (26,46,0,52).

  • cyan value is 26.02%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(26,46,0,52)
C26M46Y0K52 
(26%,46%,0%,52%)
(0.26/0.46/0.00/0.52)	

CMYK percentages

%26.02
%45.53
%0
%51.76

Codes

Color #5B437B in popluar color models

5B437B
RGB9167123
HSL266°29.47%37.25%
HSB/HSV266°45.53%48.24%
CMYK26.02%45.53%0.00%
51.76%

Color #5B437B in popluar number systems.

HEX5B437B
Decimal9167123
Binary101101110000111111011
Octal133103173

Shades and tints

Shades of #5B437B

#5B437B
(91,67,123)
#533D70
(83,61,112)
#4B3765
(75,55,101)
#43315A
(67,49,90)
#3B2B4F
(59,43,79)
#332544
(51,37,68)
#2B1F39
(43,31,57)
#23192E
(35,25,46)
#1B1323
(27,19,35)
#130D18
(19,13,24)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #5B437B

#5B437B
(91,67,123)
#695487
(105,84,135)
#776593
(119,101,147)
#85769F
(133,118,159)
#9387AB
(147,135,171)
#A198B7
(161,152,183)
#AFA9C3
(175,169,195)
#BDBACF
(189,186,207)
#CBCBDB
(203,203,219)
#D9DCE7
(217,220,231)
#E7EDF3
(231,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B437B color. Also use rgb(91,67,123) instead hex code.

Text Font Color

.myTextColor { color: #5B437B; }

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

This text font color is #5B437B.


Background Color

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

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

This div background color is #5B437B.


Border color

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

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

This div border color is #5B437B.


Opacity

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

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

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

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

This text has shadow with #5B437B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B437B on black background.


Color preview on white background

This text has color #5B437B on white background.



Black color preview on #5B437B background

This text has black color on #5B437B background.


White color preview on #5B437B background

This text has white color on #5B437B background.