COLOR #553670

HEX: #553670
RGB: (85,54,112)

Color info

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

RGB color model

#553670 color RGB value is (85,54,112).

  • red value is 85;
  • green value is 54;
  • blue value is 112.
RGB:
(85,54,112)
(33%,21%,44%)

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 112 of 255 = 44%

85
54
112

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

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 112 = 251 (100%)
R 85 of 251 ~ 33.86%
G 54 of 251 ~ 21.51%
B 112 of 251 ~ 44.62%

%33.86
%21.51
%44.62

CMYK color model

#553670 color CMYK value is (24,52,0,56).

  • cyan value is 24.11%
  • magenta value is 51.79%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(24,52,0,56)
C24M52Y0K56 
(24%,52%,0%,56%)
(0.24/0.52/0.00/0.56)	

CMYK percentages

%24.11
%51.79
%0
%56.08

Codes

Color #553670 in popluar color models

553670
RGB8554112
HSL272°34.94%32.55%
HSB/HSV272°51.79%43.92%
CMYK24.11%51.79%0.00%
56.08%

Color #553670 in popluar number systems.

HEX553670
Decimal8554112
Binary10101011101101110000
Octal12566160

Shades and tints

Shades of #553670

#553670
(85,54,112)
#4E3266
(78,50,102)
#472E5C
(71,46,92)
#402A52
(64,42,82)
#392648
(57,38,72)
#32223E
(50,34,62)
#2B1E34
(43,30,52)
#241A2A
(36,26,42)
#1D1620
(29,22,32)
#161216
(22,18,22)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #553670

#553670
(85,54,112)
#64487D
(100,72,125)
#735A8A
(115,90,138)
#826C97
(130,108,151)
#917EA4
(145,126,164)
#A090B1
(160,144,177)
#AFA2BE
(175,162,190)
#BEB4CB
(190,180,203)
#CDC6D8
(205,198,216)
#DCD8E5
(220,216,229)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553670 color. Also use rgb(85,54,112) instead hex code.

Text Font Color

.myTextColor { color: #553670; }

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

This text font color is #553670.


Background Color

.myBgColor { background-color: #553670; }

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

This div background color is #553670.


Border color

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

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

This div border color is #553670.


Opacity

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

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

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

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

This text has shadow with #553670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553670 on black background.


Color preview on white background

This text has color #553670 on white background.



Black color preview on #553670 background

This text has black color on #553670 background.


White color preview on #553670 background

This text has white color on #553670 background.