COLOR #5C4465

HEX: #5C4465 RGB: (92,68,101)

Color info

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

RGB color model

#5C4465 color RGB value is (92,68,101).

RGB: (92,68,101) (36%, 27%, 40%)

RGB channels and saturation

R 92 of 255 = 36%
G 68 of 255 = 27%
B 101 of 255 = 40%

92
68
101

R + G + B ~ 34%. #5C4465 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 68 + 101 = 261 (100%)
R 92 of 261 ~ 35.25%
G 68 of 261 ~ 26.05%
B 101 of 261 ~ 38.7'%

%35.25
%26.05
%38.7

CMYK color model

#5C4465 color CMYK value is (9,33,0,60).

  • cyan value is 8.91%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (9,33,0,60)
C9M33Y0K60 (9%, 33%, 0%, 60%)
(0.09 / 0.33 / 0.00 / 0.60)

CMYK percentages

%8.91
%32.67
%0
%60.39

Codes

Color #5C4465 in popluar color models

5C 44 65
RGB 92 68 101
HSL 284° 19.53% 33.14%
HSB/HSV 284° 32.67% 39.61%
CMYK 8.91% 32.67% 0.00%
60.39%

Color #5C4465 in popluar number systems.

HEX 5C 44 65
Decimal 92 68 101
Binary 1011100 1000100 1100101
Octal 134 104 145

Shades and tints

Shades of #5C4465

#5C4465
(92,68,101)
#543E5C
(84,62,92)
#4C3853
(76,56,83)
#44324A
(68,50,74)
#3C2C41
(60,44,65)
#342638
(52,38,56)
#2C202F
(44,32,47)
#241A26
(36,26,38)
#1C141D
(28,20,29)
#140E14
(20,14,20)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #5C4465

#5C4465
(92,68,101)
#6A5573
(106,85,115)
#786681
(120,102,129)
#86778F
(134,119,143)
#94889D
(148,136,157)
#A299AB
(162,153,171)
#B0AAB9
(176,170,185)
#BEBBC7
(190,187,199)
#CCCCD5
(204,204,213)
#DADDE3
(218,221,227)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4465; }

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

This text font color is #5C4465.

Background Color

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

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

This div background color is #5C4465.

Border color

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

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

This div border color is #5C4465.

Opacity

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

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

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

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

This text has shadow with #5C4465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4465.

Preview

Color preview on black background

This text has color #5C4465 on black background.


Color preview on white background

This text has color #5C4465 on white background.


Black color preview on #5C4465 background

This text has black color on #5C4465 background.


White color preview on #5C4465 background

This text has white color on #5C4465 background.


Related colors

Complementary color

Complementary color for #hex is #A3BB9A.


I love getcolorcode.com

Triadic colors

1 #655C44 and #44655C with #5C4465 are triadic colors.

2 #65445C and #445C65 with #5C4465 are triadic colors.