COLOR #5C4497

HEX: #5C4497
RGB: (92,68,151)

Color info

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

RGB color model

#5C4497 color RGB value is (92,68,151).

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

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 151 of 255 = 59%

92
68
151

R + G + B ~ 41%. #5C4497 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 68 + 151 = 311 (100%)
R 92 of 311 ~ 29.58%
G 68 of 311 ~ 21.86%
B 151 of 311 ~ 48.55%

%29.58
%21.86
%48.55

CMYK color model

#5C4497 color CMYK value is (39,55,0,41).

  • cyan value is 39.07%
  • magenta value is 54.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(39,55,0,41)
C39M55Y0K41 
(39%,55%,0%,41%)
(0.39/0.55/0.00/0.41)	

CMYK percentages

%39.07
%54.97
%0
%40.78

Codes

Color #5C4497 in popluar color models

5C4497
RGB9268151
HSL257°37.90%42.94%
HSB/HSV257°54.97%59.22%
CMYK39.07%54.97%0.00%
40.78%

Color #5C4497 in popluar number systems.

HEX5C4497
Decimal9268151
Binary1011100100010010010111
Octal134104227

Shades and tints

Shades of #5C4497

#5C4497
(92,68,151)
#543E8A
(84,62,138)
#4C387D
(76,56,125)
#443270
(68,50,112)
#3C2C63
(60,44,99)
#342656
(52,38,86)
#2C2049
(44,32,73)
#241A3C
(36,26,60)
#1C142F
(28,20,47)
#140E22
(20,14,34)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #5C4497

#5C4497
(92,68,151)
#6A55A0
(106,85,160)
#7866A9
(120,102,169)
#8677B2
(134,119,178)
#9488BB
(148,136,187)
#A299C4
(162,153,196)
#B0AACD
(176,170,205)
#BEBBD6
(190,187,214)
#CCCCDF
(204,204,223)
#DADDE8
(218,221,232)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4497; }

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

This text font color is #5C4497.


Background Color

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

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

This div background color is #5C4497.


Border color

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

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

This div border color is #5C4497.


Opacity

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

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

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

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

This text has shadow with #5C4497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4497 on black background.


Color preview on white background

This text has color #5C4497 on white background.



Black color preview on #5C4497 background

This text has black color on #5C4497 background.


White color preview on #5C4497 background

This text has white color on #5C4497 background.