COLOR #553C6E

HEX: #553C6E RGB: (85,60,110)

Color info

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

RGB color model

#553C6E color RGB value is (85,60,110).

RGB: (85,60,110) (33%, 24%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 60 of 255 = 24%
B 110 of 255 = 43%

85
60
110

R + G + B ~ 33%. #553C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 60 + 110 = 255 (100%)
R 85 of 255 ~ 33.33%
G 60 of 255 ~ 23.53%
B 110 of 255 ~ 43.14'%

%33.33
%23.53
%43.14

CMYK color model

#553C6E color CMYK value is (23,45,0,57).

  • cyan value is 22.73%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (23,45,0,57) C23M45Y0K57 (23%,45%,0%,57%) (0.23/0.45/0.00/0.57) 

CMYK percentages

%22.73
%45.45
%0
%56.86

Codes

Color #553C6E in popluar color models

55 3C 6E
RGB 85 60 110
HSL 270° 29.41% 33.33%
HSB/HSV 270° 45.45% 43.14%
CMYK 22.73% 45.45% 0.00%
56.86%

Color #553C6E in popluar number systems.

HEX 55 3C 6E
Decimal 85 60 110
Binary 1010101 111100 1101110
Octal 125 74 156

Shades and tints

Shades of #553C6E

#553C6E
(85,60,110)
#4E3764
(78,55,100)
#47325A
(71,50,90)
#402D50
(64,45,80)
#392846
(57,40,70)
#32233C
(50,35,60)
#2B1E32
(43,30,50)
#241928
(36,25,40)
#1D141E
(29,20,30)
#160F14
(22,15,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #553C6E

#553C6E
(85,60,110)
#644D7B
(100,77,123)
#735E88
(115,94,136)
#826F95
(130,111,149)
#9180A2
(145,128,162)
#A091AF
(160,145,175)
#AFA2BC
(175,162,188)
#BEB3C9
(190,179,201)
#CDC4D6
(205,196,214)
#DCD5E3
(220,213,227)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553C6E color. Also use rgb(85,60,110) instead hex code.

Text Font Color

.myTextColor { color: #553C6E; }

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

This text font color is #553C6E.

Background Color

.myBgColor { background-color: #553C6E; }

<div style="background-color:#553C6E">Inner text</div>

This div background color is #553C6E.

Border color

.myBorderColor { border: 1px solid #553C6E; }

<div style="border:3px solid #553C6E">Div</div>

This div border color is #553C6E.

Opacity

.myOpacity80 { color: #553C6E; opacity: 0.8; }

<p style="color:#553C6E;opacity:0.8;">80%</p>

Text with #553C6E 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 #553C6E;}

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

This text has shadow with #553C6E color.


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

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

This text has shadow with #553C6E primary color and red secondary color.


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

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

This text has shadow with #553C6E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #553C6E.

Preview

Color preview on black background

This text has color #553C6E on black background.


Color preview on white background

This text has color #553C6E on white background.


Black color preview on #553C6E background

This text has black color on #553C6E background.


White color preview on #553C6E background

This text has white color on #553C6E background.


Related colors

Complementary color

Complementary color for #hex is #AAC391.


I love getcolorcode.com

Triadic colors

1 #6E553C and #3C6E55 with #553C6E are triadic colors.

2 #6E3C55 and #3C556E with #553C6E are triadic colors.