COLOR #5B3465

HEX: #5B3465
RGB: (91,52,101)

Color info

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

RGB color model

#5B3465 color RGB value is (91,52,101).

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

RGB channels and saturation

R 91 of 255 = 36%
G 52 of 255 = 20%
B 101 of 255 = 40%

91
52
101

R + G + B ~ 32%. #5B3465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 52 + 101 = 244 (100%)
R 91 of 244 ~ 37.3%
G 52 of 244 ~ 21.31%
B 101 of 244 ~ 41.39%

%37.3
%21.31
%41.39

CMYK color model

#5B3465 color CMYK value is (10,49,0,60).

  • cyan value is 9.90%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(10,49,0,60)
C10M49Y0K60 
(10%,49%,0%,60%)
(0.10/0.49/0.00/0.60)	

CMYK percentages

%9.9
%48.51
%0
%60.39

Codes

Color #5B3465 in popluar color models

5B3465
RGB9152101
HSL288°32.03%30.00%
HSB/HSV288°48.51%39.61%
CMYK9.90%48.51%0.00%
60.39%

Color #5B3465 in popluar number systems.

HEX5B3465
Decimal9152101
Binary10110111101001100101
Octal13364145

Shades and tints

Shades of #5B3465

#5B3465
(91,52,101)
#53305C
(83,48,92)
#4B2C53
(75,44,83)
#43284A
(67,40,74)
#3B2441
(59,36,65)
#332038
(51,32,56)
#2B1C2F
(43,28,47)
#231826
(35,24,38)
#1B141D
(27,20,29)
#131014
(19,16,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #5B3465

#5B3465
(91,52,101)
#694673
(105,70,115)
#775881
(119,88,129)
#856A8F
(133,106,143)
#937C9D
(147,124,157)
#A18EAB
(161,142,171)
#AFA0B9
(175,160,185)
#BDB2C7
(189,178,199)
#CBC4D5
(203,196,213)
#D9D6E3
(217,214,227)
#E7E8F1
(231,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5B3465; }

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

This text font color is #5B3465.


Background Color

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

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

This div background color is #5B3465.


Border color

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

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

This div border color is #5B3465.


Opacity

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

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

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

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

This text has shadow with #5B3465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5B3465 on black background.


Color preview on white background

This text has color #5B3465 on white background.



Black color preview on #5B3465 background

This text has black color on #5B3465 background.


White color preview on #5B3465 background

This text has white color on #5B3465 background.