COLOR #553681

HEX: #553681
RGB: (85,54,129)

Color info

#553681 contains mainly red and blue colors. Web safe color of #553681 is #663399 (or #639).

RGB color model

#553681 color RGB value is (85,54,129).

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

RGB channels and saturation

R 85 of 255 = 33%
G 54 of 255 = 21%
B 129 of 255 = 51%

85
54
129

R + G + B ~ 35%. #553681 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 54 + 129 = 268 (100%)
R 85 of 268 ~ 31.72%
G 54 of 268 ~ 20.15%
B 129 of 268 ~ 48.13%

%31.72
%20.15
%48.13

CMYK color model

#553681 color CMYK value is (34,58,0,49).

  • cyan value is 34.11%
  • magenta value is 58.14%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(34,58,0,49)
C34M58Y0K49 
(34%,58%,0%,49%)
(0.34/0.58/0.00/0.49)	

CMYK percentages

%34.11
%58.14
%0
%49.41

Codes

Color #553681 in popluar color models

553681
RGB8554129
HSL265°40.98%35.88%
HSB/HSV265°58.14%50.59%
CMYK34.11%58.14%0.00%
49.41%

Color #553681 in popluar number systems.

HEX553681
Decimal8554129
Binary101010111011010000001
Octal12566201

Shades and tints

Shades of #553681

#553681
(85,54,129)
#4E3276
(78,50,118)
#472E6B
(71,46,107)
#402A60
(64,42,96)
#392655
(57,38,85)
#32224A
(50,34,74)
#2B1E3F
(43,30,63)
#241A34
(36,26,52)
#1D1629
(29,22,41)
#16121E
(22,18,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #553681

#553681
(85,54,129)
#64488C
(100,72,140)
#735A97
(115,90,151)
#826CA2
(130,108,162)
#917EAD
(145,126,173)
#A090B8
(160,144,184)
#AFA2C3
(175,162,195)
#BEB4CE
(190,180,206)
#CDC6D9
(205,198,217)
#DCD8E4
(220,216,228)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553681; }

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

This text font color is #553681.


Background Color

.myBgColor { background-color: #553681; }

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

This div background color is #553681.


Border color

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

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

This div border color is #553681.


Opacity

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

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

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

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

This text has shadow with #553681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553681 on black background.


Color preview on white background

This text has color #553681 on white background.



Black color preview on #553681 background

This text has black color on #553681 background.


White color preview on #553681 background

This text has white color on #553681 background.