COLOR #5C4B8A

HEX: #5C4B8A
RGB: (92,75,138)

Color info

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

RGB color model

#5C4B8A color RGB value is (92,75,138).

  • red value is 92;
  • green value is 75;
  • blue value is 138.
RGB:
(92,75,138)
(36%,29%,54%)

RGB channels and saturation

R 92 of 255 = 36%
G 75 of 255 = 29%
B 138 of 255 = 54%

92
75
138

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

Portions of RGB colors in percentages

R + G + B =
92 + 75 + 138 = 305 (100%)
R 92 of 305 ~ 30.16%
G 75 of 305 ~ 24.59%
B 138 of 305 ~ 45.25%

%30.16
%24.59
%45.25

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(33,46,0,46)
C33M46Y0K46 
(33%,46%,0%,46%)
(0.33/0.46/0.00/0.46)	

CMYK percentages

%33.33
%45.65
%0
%45.88

Codes

Color #5C4B8A in popluar color models

5C4B8A
RGB9275138
HSL256°29.58%41.76%
HSB/HSV256°45.65%54.12%
CMYK33.33%45.65%0.00%
45.88%

Color #5C4B8A in popluar number systems.

HEX5C4B8A
Decimal9275138
Binary1011100100101110001010
Octal134113212

Shades and tints

Shades of #5C4B8A

#5C4B8A
(92,75,138)
#54457E
(84,69,126)
#4C3F72
(76,63,114)
#443966
(68,57,102)
#3C335A
(60,51,90)
#342D4E
(52,45,78)
#2C2742
(44,39,66)
#242136
(36,33,54)
#1C1B2A
(28,27,42)
#14151E
(20,21,30)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #5C4B8A

#5C4B8A
(92,75,138)
#6A5B94
(106,91,148)
#786B9E
(120,107,158)
#867BA8
(134,123,168)
#948BB2
(148,139,178)
#A29BBC
(162,155,188)
#B0ABC6
(176,171,198)
#BEBBD0
(190,187,208)
#CCCBDA
(204,203,218)
#DADBE4
(218,219,228)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C4B8A color. Also use rgb(92,75,138) instead hex code.

Text Font Color

.myTextColor { color: #5C4B8A; }

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

This text font color is #5C4B8A.


Background Color

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

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

This div background color is #5C4B8A.


Border color

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

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

This div border color is #5C4B8A.


Opacity

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

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

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

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

This text has shadow with #5C4B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C4B8A on black background.


Color preview on white background

This text has color #5C4B8A on white background.



Black color preview on #5C4B8A background

This text has black color on #5C4B8A background.


White color preview on #5C4B8A background

This text has white color on #5C4B8A background.