COLOR #5C3091

HEX: #5C3091
RGB: (92,48,145)

Color info

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

RGB color model

#5C3091 color RGB value is (92,48,145).

  • red value is 92;
  • green value is 48;
  • blue value is 145.
RGB:
(92,48,145)
(36%,19%,57%)

RGB channels and saturation

R 92 of 255 = 36%
G 48 of 255 = 19%
B 145 of 255 = 57%

92
48
145

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

Portions of RGB colors in percentages

R + G + B =
92 + 48 + 145 = 285 (100%)
R 92 of 285 ~ 32.28%
G 48 of 285 ~ 16.84%
B 145 of 285 ~ 50.88%

%32.28
%16.84
%50.88

CMYK color model

#5C3091 color CMYK value is (37,67,0,43).

  • cyan value is 36.55%
  • magenta value is 66.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(37,67,0,43)
C37M67Y0K43 
(37%,67%,0%,43%)
(0.37/0.67/0.00/0.43)	

CMYK percentages

%36.55
%66.9
%0
%43.14

Codes

Color #5C3091 in popluar color models

5C3091
RGB9248145
HSL267°50.26%37.84%
HSB/HSV267°66.90%56.86%
CMYK36.55%66.90%0.00%
43.14%

Color #5C3091 in popluar number systems.

HEX5C3091
Decimal9248145
Binary101110011000010010001
Octal13460221

Shades and tints

Shades of #5C3091

#5C3091
(92,48,145)
#542C84
(84,44,132)
#4C2877
(76,40,119)
#44246A
(68,36,106)
#3C205D
(60,32,93)
#341C50
(52,28,80)
#2C1843
(44,24,67)
#241436
(36,20,54)
#1C1029
(28,16,41)
#140C1C
(20,12,28)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #5C3091

#5C3091
(92,48,145)
#6A429B
(106,66,155)
#7854A5
(120,84,165)
#8666AF
(134,102,175)
#9478B9
(148,120,185)
#A28AC3
(162,138,195)
#B09CCD
(176,156,205)
#BEAED7
(190,174,215)
#CCC0E1
(204,192,225)
#DAD2EB
(218,210,235)
#E8E4F5
(232,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C3091 color. Also use rgb(92,48,145) instead hex code.

Text Font Color

.myTextColor { color: #5C3091; }

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

This text font color is #5C3091.


Background Color

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

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

This div background color is #5C3091.


Border color

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

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

This div border color is #5C3091.


Opacity

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

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

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

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

This text has shadow with #5C3091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C3091 on black background.


Color preview on white background

This text has color #5C3091 on white background.



Black color preview on #5C3091 background

This text has black color on #5C3091 background.


White color preview on #5C3091 background

This text has white color on #5C3091 background.