COLOR #5C2552

HEX: #5C2552
RGB: (92,37,82)

Color info

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

RGB color model

#5C2552 color RGB value is (92,37,82).

  • red value is 92;
  • green value is 37;
  • blue value is 82.
RGB:
(92,37,82)
(36%,15%,32%)

RGB channels and saturation

R 92 of 255 = 36%
G 37 of 255 = 15%
B 82 of 255 = 32%

92
37
82

R + G + B ~ 28%. #5C2552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 37 + 82 = 211 (100%)
R 92 of 211 ~ 43.6%
G 37 of 211 ~ 17.54%
B 82 of 211 ~ 38.86%

%43.6
%17.54
%38.86

CMYK color model

#5C2552 color CMYK value is (0,60,11,64).

  • cyan value is 0.00%
  • magenta value is 59.78%
  • yellow value is 10.87%
  • key color value is 63.92%
CMYK:
(0,60,11,64)
C0M60Y11K64 
(0%,60%,11%,64%)
(0.00/0.60/0.11/0.64)	

CMYK percentages

%0
%59.78
%10.87
%63.92

Codes

Color #5C2552 in popluar color models

5C2552
RGB923782
HSL311°42.64%25.29%
HSB/HSV311°59.78%36.08%
CMYK0.00%59.78%10.87%
63.92%

Color #5C2552 in popluar number systems.

HEX5C2552
Decimal923782
Binary10111001001011010010
Octal13445122

Shades and tints

Shades of #5C2552

#5C2552
(92,37,82)
#54224B
(84,34,75)
#4C1F44
(76,31,68)
#441C3D
(68,28,61)
#3C1936
(60,25,54)
#34162F
(52,22,47)
#2C1328
(44,19,40)
#241021
(36,16,33)
#1C0D1A
(28,13,26)
#140A13
(20,10,19)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #5C2552

#5C2552
(92,37,82)
#6A3861
(106,56,97)
#784B70
(120,75,112)
#865E7F
(134,94,127)
#94718E
(148,113,142)
#A2849D
(162,132,157)
#B097AC
(176,151,172)
#BEAABB
(190,170,187)
#CCBDCA
(204,189,202)
#DAD0D9
(218,208,217)
#E8E3E8
(232,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C2552 color. Also use rgb(92,37,82) instead hex code.

Text Font Color

.myTextColor { color: #5C2552; }

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

This text font color is #5C2552.


Background Color

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

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

This div background color is #5C2552.


Border color

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

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

This div border color is #5C2552.


Opacity

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

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

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

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

This text has shadow with #5C2552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C2552 on black background.


Color preview on white background

This text has color #5C2552 on white background.



Black color preview on #5C2552 background

This text has black color on #5C2552 background.


White color preview on #5C2552 background

This text has white color on #5C2552 background.