COLOR #5C4489

HEX: #5C4489
RGB: (92,68,137)

Color info

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

RGB color model

#5C4489 color RGB value is (92,68,137).

  • red value is 92;
  • green value is 68;
  • blue value is 137.
RGB:
(92,68,137)
(36%,27%,54%)

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 137 of 255 = 54%

92
68
137

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

Portions of RGB colors in percentages

R + G + B =
92 + 68 + 137 = 297 (100%)
R 92 of 297 ~ 30.98%
G 68 of 297 ~ 22.9%
B 137 of 297 ~ 46.13%

%30.98
%22.9
%46.13

CMYK color model

#5C4489 color CMYK value is (33,50,0,46).

  • cyan value is 32.85%
  • magenta value is 50.36%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(33,50,0,46)
C33M50Y0K46 
(33%,50%,0%,46%)
(0.33/0.50/0.00/0.46)	

CMYK percentages

%32.85
%50.36
%0
%46.27

Codes

Color #5C4489 in popluar color models

5C4489
RGB9268137
HSL261°33.66%40.20%
HSB/HSV261°50.36%53.73%
CMYK32.85%50.36%0.00%
46.27%

Color #5C4489 in popluar number systems.

HEX5C4489
Decimal9268137
Binary1011100100010010001001
Octal134104211

Shades and tints

Shades of #5C4489

#5C4489
(92,68,137)
#543E7D
(84,62,125)
#4C3871
(76,56,113)
#443265
(68,50,101)
#3C2C59
(60,44,89)
#34264D
(52,38,77)
#2C2041
(44,32,65)
#241A35
(36,26,53)
#1C1429
(28,20,41)
#140E1D
(20,14,29)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #5C4489

#5C4489
(92,68,137)
#6A5593
(106,85,147)
#78669D
(120,102,157)
#8677A7
(134,119,167)
#9488B1
(148,136,177)
#A299BB
(162,153,187)
#B0AAC5
(176,170,197)
#BEBBCF
(190,187,207)
#CCCCD9
(204,204,217)
#DADDE3
(218,221,227)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4489 color. Also use rgb(92,68,137) instead hex code.

Text Font Color

.myTextColor { color: #5C4489; }

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

This text font color is #5C4489.


Background Color

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

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

This div background color is #5C4489.


Border color

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

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

This div border color is #5C4489.


Opacity

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

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

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

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

This text has shadow with #5C4489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4489 on black background.


Color preview on white background

This text has color #5C4489 on white background.



Black color preview on #5C4489 background

This text has black color on #5C4489 background.


White color preview on #5C4489 background

This text has white color on #5C4489 background.