COLOR #553F6E

HEX: #553F6E RGB: (85,63,110)

Color info

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

RGB color model

#553F6E color RGB value is (85,63,110).

RGB: (85,63,110) (33%, 25%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 110 of 255 = 43%

85
63
110

R + G + B ~ 34%. #553F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 63 + 110 = 258 (100%)
R 85 of 258 ~ 32.95%
G 63 of 258 ~ 24.42%
B 110 of 258 ~ 42.64'%

%32.95
%24.42
%42.64

CMYK color model

#553F6E color CMYK value is (23,43,0,57).

  • cyan value is 22.73%
  • magenta value is 42.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (23,43,0,57)
C23M43Y0K57 (23%, 43%, 0%, 57%)
(0.23 / 0.43 / 0.00 / 0.57)

CMYK percentages

%22.73
%42.73
%0
%56.86

Codes

Color #553F6E in popluar color models

55 3F 6E
RGB 85 63 110
HSL 268° 27.17% 33.92%
HSB/HSV 268° 42.73% 43.14%
CMYK 22.73% 42.73% 0.00%
56.86%

Color #553F6E in popluar number systems.

HEX 55 3F 6E
Decimal 85 63 110
Binary 1010101 111111 1101110
Octal 125 77 156

Shades and tints

Shades of #553F6E

#553F6E
(85,63,110)
#4E3A64
(78,58,100)
#47355A
(71,53,90)
#403050
(64,48,80)
#392B46
(57,43,70)
#32263C
(50,38,60)
#2B2132
(43,33,50)
#241C28
(36,28,40)
#1D171E
(29,23,30)
#161214
(22,18,20)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #553F6E

#553F6E
(85,63,110)
#64507B
(100,80,123)
#736188
(115,97,136)
#827295
(130,114,149)
#9183A2
(145,131,162)
#A094AF
(160,148,175)
#AFA5BC
(175,165,188)
#BEB6C9
(190,182,201)
#CDC7D6
(205,199,214)
#DCD8E3
(220,216,227)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553F6E; }

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

This text font color is #553F6E.

Background Color

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

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

This div background color is #553F6E.

Border color

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

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

This div border color is #553F6E.

Opacity

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

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

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

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

This text has shadow with #553F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #553F6E.

Preview

Color preview on black background

This text has color #553F6E on black background.


Color preview on white background

This text has color #553F6E on white background.


Black color preview on #553F6E background

This text has black color on #553F6E background.


White color preview on #553F6E background

This text has white color on #553F6E background.


Related colors

Complementary color

Complementary color for #hex is #AAC091.


I love getcolorcode.com

Triadic colors

1 #6E553F and #3F6E55 with #553F6E are triadic colors.

2 #6E3F55 and #3F556E with #553F6E are triadic colors.