COLOR #5C4775

HEX: #5C4775 RGB: (92,71,117)

Color info

#5C4775 contains red, green and blue colors in about the same proportion. Web safe color of #5C4775 is #663366 (or #636).

RGB color model

#5C4775 color RGB value is (92,71,117).

RGB: (92,71,117) (36%, 28%, 46%)

RGB channels and saturation

R 92 of 255 = 36%
G 71 of 255 = 28%
B 117 of 255 = 46%

92
71
117

R + G + B ~ 37%. #5C4775 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 71 + 117 = 280 (100%)
R 92 of 280 ~ 32.86%
G 71 of 280 ~ 25.36%
B 117 of 280 ~ 41.79'%

%32.86
%25.36
%41.79

CMYK color model

#5C4775 color CMYK value is (21,39,0,54).

  • cyan value is 21.37%
  • magenta value is 39.32%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (21,39,0,54)
C21M39Y0K54 (21%, 39%, 0%, 54%)
(0.21 / 0.39 / 0.00 / 0.54)

CMYK percentages

%21.37
%39.32
%0
%54.12

Codes

Color #5C4775 in popluar color models

5C 47 75
RGB 92 71 117
HSL 267° 24.47% 36.86%
HSB/HSV 267° 39.32% 45.88%
CMYK 21.37% 39.32% 0.00%
54.12%

Color #5C4775 in popluar number systems.

HEX 5C 47 75
Decimal 92 71 117
Binary 1011100 1000111 1110101
Octal 134 107 165

Shades and tints

Shades of #5C4775

#5C4775
(92,71,117)
#54416B
(84,65,107)
#4C3B61
(76,59,97)
#443557
(68,53,87)
#3C2F4D
(60,47,77)
#342943
(52,41,67)
#2C2339
(44,35,57)
#241D2F
(36,29,47)
#1C1725
(28,23,37)
#14111B
(20,17,27)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #5C4775

#5C4775
(92,71,117)
#6A5781
(106,87,129)
#78678D
(120,103,141)
#867799
(134,119,153)
#9487A5
(148,135,165)
#A297B1
(162,151,177)
#B0A7BD
(176,167,189)
#BEB7C9
(190,183,201)
#CCC7D5
(204,199,213)
#DAD7E1
(218,215,225)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4775; }

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

This text font color is #5C4775.

Background Color

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

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

This div background color is #5C4775.

Border color

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

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

This div border color is #5C4775.

Opacity

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

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

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

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

This text has shadow with #5C4775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4775.

Preview

Color preview on black background

This text has color #5C4775 on black background.


Color preview on white background

This text has color #5C4775 on white background.


Black color preview on #5C4775 background

This text has black color on #5C4775 background.


White color preview on #5C4775 background

This text has white color on #5C4775 background.


Related colors

Complementary color

Complementary color for #hex is #A3B88A.


I love getcolorcode.com

Triadic colors

1 #755C47 and #47755C with #5C4775 are triadic colors.

2 #75475C and #475C75 with #5C4775 are triadic colors.