COLOR #553867

HEX: #553867
RGB: (85,56,103)

Color info

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

RGB color model

#553867 color RGB value is (85,56,103).

  • red value is 85;
  • green value is 56;
  • blue value is 103.
RGB:
(85,56,103)
(33%,22%,40%)

RGB channels and saturation

R 85 of 255 = 33%
G 56 of 255 = 22%
B 103 of 255 = 40%

85
56
103

R + G + B ~ 32%. #553867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 56 + 103 = 244 (100%)
R 85 of 244 ~ 34.84%
G 56 of 244 ~ 22.95%
B 103 of 244 ~ 42.21%

%34.84
%22.95
%42.21

CMYK color model

#553867 color CMYK value is (17,46,0,60).

  • cyan value is 17.48%
  • magenta value is 45.63%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(17,46,0,60)
C17M46Y0K60 
(17%,46%,0%,60%)
(0.17/0.46/0.00/0.60)	

CMYK percentages

%17.48
%45.63
%0
%59.61

Codes

Color #553867 in popluar color models

553867
RGB8556103
HSL277°29.56%31.18%
HSB/HSV277°45.63%40.39%
CMYK17.48%45.63%0.00%
59.61%

Color #553867 in popluar number systems.

HEX553867
Decimal8556103
Binary10101011110001100111
Octal12570147

Shades and tints

Shades of #553867

#553867
(85,56,103)
#4E335E
(78,51,94)
#472E55
(71,46,85)
#40294C
(64,41,76)
#392443
(57,36,67)
#321F3A
(50,31,58)
#2B1A31
(43,26,49)
#241528
(36,21,40)
#1D101F
(29,16,31)
#160B16
(22,11,22)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #553867

#553867
(85,56,103)
#644A74
(100,74,116)
#735C81
(115,92,129)
#826E8E
(130,110,142)
#91809B
(145,128,155)
#A092A8
(160,146,168)
#AFA4B5
(175,164,181)
#BEB6C2
(190,182,194)
#CDC8CF
(205,200,207)
#DCDADC
(220,218,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553867 color. Also use rgb(85,56,103) instead hex code.

Text Font Color

.myTextColor { color: #553867; }

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

This text font color is #553867.


Background Color

.myBgColor { background-color: #553867; }

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

This div background color is #553867.


Border color

.myBorderColor { border: 1px solid #553867; }

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

This div border color is #553867.


Opacity

.myOpacity80 { color: #553867; opacity: 0.8; }

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

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

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

This text has shadow with #553867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553867 on black background.


Color preview on white background

This text has color #553867 on white background.



Black color preview on #553867 background

This text has black color on #553867 background.


White color preview on #553867 background

This text has white color on #553867 background.