COLOR #5B438A

HEX: #5B438A
RGB: (91,67,138)

Color info

#5B438A contains mainly red and blue colors. Web safe color of #5B438A is #663399 (or #639).

RGB color model

#5B438A color RGB value is (91,67,138).

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

RGB channels and saturation

R 91 of 255 = 36%
G 67 of 255 = 26%
B 138 of 255 = 54%

91
67
138

R + G + B ~ 39%. #5B438A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 67 + 138 = 296 (100%)
R 91 of 296 ~ 30.74%
G 67 of 296 ~ 22.64%
B 138 of 296 ~ 46.62%

%30.74
%22.64
%46.62

CMYK color model

#5B438A color CMYK value is (34,51,0,46).

  • cyan value is 34.06%
  • magenta value is 51.45%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(34,51,0,46)
C34M51Y0K46 
(34%,51%,0%,46%)
(0.34/0.51/0.00/0.46)	

CMYK percentages

%34.06
%51.45
%0
%45.88

Codes

Color #5B438A in popluar color models

5B438A
RGB9167138
HSL260°34.63%40.20%
HSB/HSV260°51.45%54.12%
CMYK34.06%51.45%0.00%
45.88%

Color #5B438A in popluar number systems.

HEX5B438A
Decimal9167138
Binary1011011100001110001010
Octal133103212

Shades and tints

Shades of #5B438A

#5B438A
(91,67,138)
#533D7E
(83,61,126)
#4B3772
(75,55,114)
#433166
(67,49,102)
#3B2B5A
(59,43,90)
#33254E
(51,37,78)
#2B1F42
(43,31,66)
#231936
(35,25,54)
#1B132A
(27,19,42)
#130D1E
(19,13,30)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #5B438A

#5B438A
(91,67,138)
#695494
(105,84,148)
#77659E
(119,101,158)
#8576A8
(133,118,168)
#9387B2
(147,135,178)
#A198BC
(161,152,188)
#AFA9C6
(175,169,198)
#BDBAD0
(189,186,208)
#CBCBDA
(203,203,218)
#D9DCE4
(217,220,228)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B438A; }

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

This text font color is #5B438A.


Background Color

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

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

This div background color is #5B438A.


Border color

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

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

This div border color is #5B438A.


Opacity

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

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

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

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

This text has shadow with #5B438A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B438A on black background.


Color preview on white background

This text has color #5B438A on white background.



Black color preview on #5B438A background

This text has black color on #5B438A background.


White color preview on #5B438A background

This text has white color on #5B438A background.