COLOR #5B3063

HEX: #5B3063 RGB: (91,48,99)

Color info

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

RGB color model

#5B3063 color RGB value is (91,48,99).

RGB: (91,48,99) (36%, 19%, 39%)

RGB channels and saturation

R 91 of 255 = 36%
G 48 of 255 = 19%
B 99 of 255 = 39%

91
48
99

R + G + B ~ 31%. #5B3063 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 91 + 48 + 99 = 238 (100%)
R 91 of 238 ~ 38.24%
G 48 of 238 ~ 20.17%
B 99 of 238 ~ 41.6'%

%38.24
%20.17
%41.6

CMYK color model

#5B3063 color CMYK value is (8,52,0,61).

  • cyan value is 8.08%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (8,52,0,61)
C8M52Y0K61 (8%, 52%, 0%, 61%)
(0.08 / 0.52 / 0.00 / 0.61)

CMYK percentages

%8.08
%51.52
%0
%61.18

Codes

Color #5B3063 in popluar color models

5B 30 63
RGB 91 48 99
HSL 291° 34.69% 28.82%
HSB/HSV 291° 51.52% 38.82%
CMYK 8.08% 51.52% 0.00%
61.18%

Color #5B3063 in popluar number systems.

HEX 5B 30 63
Decimal 91 48 99
Binary 1011011 110000 1100011
Octal 133 60 143

Shades and tints

Shades of #5B3063

#5B3063
(91,48,99)
#532C5A
(83,44,90)
#4B2851
(75,40,81)
#432448
(67,36,72)
#3B203F
(59,32,63)
#331C36
(51,28,54)
#2B182D
(43,24,45)
#231424
(35,20,36)
#1B101B
(27,16,27)
#130C12
(19,12,18)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #5B3063

#5B3063
(91,48,99)
#694271
(105,66,113)
#77547F
(119,84,127)
#85668D
(133,102,141)
#93789B
(147,120,155)
#A18AA9
(161,138,169)
#AF9CB7
(175,156,183)
#BDAEC5
(189,174,197)
#CBC0D3
(203,192,211)
#D9D2E1
(217,210,225)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B3063 color. Also use rgb(91,48,99) instead hex code.

Text Font Color

.myTextColor { color: #5B3063; }

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

This text font color is #5B3063.

Background Color

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

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

This div background color is #5B3063.

Border color

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

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

This div border color is #5B3063.

Opacity

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

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

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

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

This text has shadow with #5B3063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5B3063.

Preview

Color preview on black background

This text has color #5B3063 on black background.


Color preview on white background

This text has color #5B3063 on white background.


Black color preview on #5B3063 background

This text has black color on #5B3063 background.


White color preview on #5B3063 background

This text has white color on #5B3063 background.


Related colors

Complementary color

Complementary color for #hex is #A4CF9C.


I love getcolorcode.com

Triadic colors

1 #635B30 and #30635B with #5B3063 are triadic colors.

2 #63305B and #305B63 with #5B3063 are triadic colors.