COLOR #5C478E

HEX: #5C478E RGB: (92,71,142)

Color info

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

RGB color model

#5C478E color RGB value is (92,71,142).

RGB: (92,71,142) (36%, 28%, 56%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 142 of 255 = 56%

92
71
142

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

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 142 = 305 (100%)
R 92 of 305 ~ 30.16%
G 71 of 305 ~ 23.28%
B 142 of 305 ~ 46.56'%

%30.16
%23.28
%46.56

CMYK color model

#5C478E color CMYK value is (35,50,0,44).

  • cyan value is 35.21%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (35,50,0,44)
C35M50Y0K44 (35%, 50%, 0%, 44%)
(0.35 / 0.50 / 0.00 / 0.44)

CMYK percentages

%35.21
%50
%0
%44.31

Codes

Color #5C478E in popluar color models

5C 47 8E
RGB 92 71 142
HSL 258° 33.33% 41.76%
HSB/HSV 258° 50.00% 55.69%
CMYK 35.21% 50.00% 0.00%
44.31%

Color #5C478E in popluar number systems.

HEX 5C 47 8E
Decimal 92 71 142
Binary 1011100 1000111 10001110
Octal 134 107 216

Shades and tints

Shades of #5C478E

#5C478E
(92,71,142)
#544182
(84,65,130)
#4C3B76
(76,59,118)
#44356A
(68,53,106)
#3C2F5E
(60,47,94)
#342952
(52,41,82)
#2C2346
(44,35,70)
#241D3A
(36,29,58)
#1C172E
(28,23,46)
#141122
(20,17,34)
#0C0B16
(12,11,22)
#000000
(0,0,0)

Tints of #5C478E

#5C478E
(92,71,142)
#6A5798
(106,87,152)
#7867A2
(120,103,162)
#8677AC
(134,119,172)
#9487B6
(148,135,182)
#A297C0
(162,151,192)
#B0A7CA
(176,167,202)
#BEB7D4
(190,183,212)
#CCC7DE
(204,199,222)
#DAD7E8
(218,215,232)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C478E color. Also use rgb(92,71,142) instead hex code.

Text Font Color

.myTextColor { color: #5C478E; }

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

This text font color is #5C478E.

Background Color

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

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

This div background color is #5C478E.

Border color

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

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

This div border color is #5C478E.

Opacity

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

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

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

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

This text has shadow with #5C478E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C478E.

Preview

Color preview on black background

This text has color #5C478E on black background.


Color preview on white background

This text has color #5C478E on white background.


Black color preview on #5C478E background

This text has black color on #5C478E background.


White color preview on #5C478E background

This text has white color on #5C478E background.


Related colors

Complementary color

Complementary color for #hex is #A3B871.


I love getcolorcode.com

Triadic colors

1 #8E5C47 and #478E5C with #5C478E are triadic colors.

2 #8E475C and #475C8E with #5C478E are triadic colors.