COLOR #553079

HEX: #553079
RGB: (85,48,121)

Color info

#553079 contains mainly red and blue colors. Web safe color of #553079 is #663366 (or #636).

RGB color model

#553079 color RGB value is (85,48,121).

  • red value is 85;
  • green value is 48;
  • blue value is 121.
RGB:
(85,48,121)
(33%,19%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 48 of 255 = 19%
B 121 of 255 = 47%

85
48
121

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

Portions of RGB colors in percentages

R + G + B =
85 + 48 + 121 = 254 (100%)
R 85 of 254 ~ 33.46%
G 48 of 254 ~ 18.9%
B 121 of 254 ~ 47.64%

%33.46
%18.9
%47.64

CMYK color model

#553079 color CMYK value is (30,60,0,53).

  • cyan value is 29.75%
  • magenta value is 60.33%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(30,60,0,53)
C30M60Y0K53 
(30%,60%,0%,53%)
(0.30/0.60/0.00/0.53)	

CMYK percentages

%29.75
%60.33
%0
%52.55

Codes

Color #553079 in popluar color models

553079
RGB8548121
HSL270°43.20%33.14%
HSB/HSV270°60.33%47.45%
CMYK29.75%60.33%0.00%
52.55%

Color #553079 in popluar number systems.

HEX553079
Decimal8548121
Binary10101011100001111001
Octal12560171

Shades and tints

Shades of #553079

#553079
(85,48,121)
#4E2C6E
(78,44,110)
#472863
(71,40,99)
#402458
(64,36,88)
#39204D
(57,32,77)
#321C42
(50,28,66)
#2B1837
(43,24,55)
#24142C
(36,20,44)
#1D1021
(29,16,33)
#160C16
(22,12,22)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #553079

#553079
(85,48,121)
#644285
(100,66,133)
#735491
(115,84,145)
#82669D
(130,102,157)
#9178A9
(145,120,169)
#A08AB5
(160,138,181)
#AF9CC1
(175,156,193)
#BEAECD
(190,174,205)
#CDC0D9
(205,192,217)
#DCD2E5
(220,210,229)
#EBE4F1
(235,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553079 color. Also use rgb(85,48,121) instead hex code.

Text Font Color

.myTextColor { color: #553079; }

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

This text font color is #553079.


Background Color

.myBgColor { background-color: #553079; }

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

This div background color is #553079.


Border color

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

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

This div border color is #553079.


Opacity

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

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

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

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

This text has shadow with #553079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553079 on black background.


Color preview on white background

This text has color #553079 on white background.



Black color preview on #553079 background

This text has black color on #553079 background.


White color preview on #553079 background

This text has white color on #553079 background.