COLOR #5C336B

HEX: #5C336B RGB: (92,51,107)

Color info

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

RGB color model

#5C336B color RGB value is (92,51,107).

RGB: (92,51,107) (36%, 20%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 51 of 255 = 20%
B 107 of 255 = 42%

92
51
107

R + G + B ~ 33%. #5C336B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 51 + 107 = 250 (100%)
R 92 of 250 ~ 36.8%
G 51 of 250 ~ 20.4%
B 107 of 250 ~ 42.8'%

%36.8
%20.4
%42.8

CMYK color model

#5C336B color CMYK value is (14,52,0,58).

  • cyan value is 14.02%
  • magenta value is 52.34%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (14,52,0,58)
C14M52Y0K58 (14%, 52%, 0%, 58%)
(0.14 / 0.52 / 0.00 / 0.58)

CMYK percentages

%14.02
%52.34
%0
%58.04

Codes

Color #5C336B in popluar color models

5C 33 6B
RGB 92 51 107
HSL 284° 35.44% 30.98%
HSB/HSV 284° 52.34% 41.96%
CMYK 14.02% 52.34% 0.00%
58.04%

Color #5C336B in popluar number systems.

HEX 5C 33 6B
Decimal 92 51 107
Binary 1011100 110011 1101011
Octal 134 63 153

Shades and tints

Shades of #5C336B

#5C336B
(92,51,107)
#542F62
(84,47,98)
#4C2B59
(76,43,89)
#442750
(68,39,80)
#3C2347
(60,35,71)
#341F3E
(52,31,62)
#2C1B35
(44,27,53)
#24172C
(36,23,44)
#1C1323
(28,19,35)
#140F1A
(20,15,26)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #5C336B

#5C336B
(92,51,107)
#6A4578
(106,69,120)
#785785
(120,87,133)
#866992
(134,105,146)
#947B9F
(148,123,159)
#A28DAC
(162,141,172)
#B09FB9
(176,159,185)
#BEB1C6
(190,177,198)
#CCC3D3
(204,195,211)
#DAD5E0
(218,213,224)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C336B color. Also use rgb(92,51,107) instead hex code.

Text Font Color

.myTextColor { color: #5C336B; }

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

This text font color is #5C336B.

Background Color

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

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

This div background color is #5C336B.

Border color

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

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

This div border color is #5C336B.

Opacity

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

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

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

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

This text has shadow with #5C336B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C336B.

Preview

Color preview on black background

This text has color #5C336B on black background.


Color preview on white background

This text has color #5C336B on white background.


Black color preview on #5C336B background

This text has black color on #5C336B background.


White color preview on #5C336B background

This text has white color on #5C336B background.


Related colors

Complementary color

Complementary color for #hex is #A3CC94.


I love getcolorcode.com

Triadic colors

1 #6B5C33 and #336B5C with #5C336B are triadic colors.

2 #6B335C and #335C6B with #5C336B are triadic colors.