COLOR #5C4983

HEX: #5C4983 RGB: (92,73,131)

Color info

#5C4983 contains red, green and blue colors in about the same proportion. Web safe color of #5C4983 is #663399 (or #639).

RGB color model

#5C4983 color RGB value is (92,73,131).

RGB: (92,73,131) (36%, 29%, 51%)

RGB channels and saturation

R 92 of 255 = 36%
G 73 of 255 = 29%
B 131 of 255 = 51%

92
73
131

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

Portions of RGB colors in percentages

R + G + B = 92 + 73 + 131 = 296 (100%)
R 92 of 296 ~ 31.08%
G 73 of 296 ~ 24.66%
B 131 of 296 ~ 44.26'%

%31.08
%24.66
%44.26

CMYK color model

#5C4983 color CMYK value is (30,44,0,49).

  • cyan value is 29.77%
  • magenta value is 44.27%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (30,44,0,49)
C30M44Y0K49 (30%, 44%, 0%, 49%)
(0.30 / 0.44 / 0.00 / 0.49)

CMYK percentages

%29.77
%44.27
%0
%48.63

Codes

Color #5C4983 in popluar color models

5C 49 83
RGB 92 73 131
HSL 260° 28.43% 40.00%
HSB/HSV 260° 44.27% 51.37%
CMYK 29.77% 44.27% 0.00%
48.63%

Color #5C4983 in popluar number systems.

HEX 5C 49 83
Decimal 92 73 131
Binary 1011100 1001001 10000011
Octal 134 111 203

Shades and tints

Shades of #5C4983

#5C4983
(92,73,131)
#544378
(84,67,120)
#4C3D6D
(76,61,109)
#443762
(68,55,98)
#3C3157
(60,49,87)
#342B4C
(52,43,76)
#2C2541
(44,37,65)
#241F36
(36,31,54)
#1C192B
(28,25,43)
#141320
(20,19,32)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #5C4983

#5C4983
(92,73,131)
#6A598E
(106,89,142)
#786999
(120,105,153)
#8679A4
(134,121,164)
#9489AF
(148,137,175)
#A299BA
(162,153,186)
#B0A9C5
(176,169,197)
#BEB9D0
(190,185,208)
#CCC9DB
(204,201,219)
#DAD9E6
(218,217,230)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4983 color. Also use rgb(92,73,131) instead hex code.

Text Font Color

.myTextColor { color: #5C4983; }

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

This text font color is #5C4983.

Background Color

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

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

This div background color is #5C4983.

Border color

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

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

This div border color is #5C4983.

Opacity

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

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

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

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

This text has shadow with #5C4983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4983.

Preview

Color preview on black background

This text has color #5C4983 on black background.


Color preview on white background

This text has color #5C4983 on white background.


Black color preview on #5C4983 background

This text has black color on #5C4983 background.


White color preview on #5C4983 background

This text has white color on #5C4983 background.


Related colors

Complementary color

Complementary color for #hex is #A3B67C.


I love getcolorcode.com

Triadic colors

1 #835C49 and #49835C with #5C4983 are triadic colors.

2 #83495C and #495C83 with #5C4983 are triadic colors.