COLOR #553051

HEX: #553051
RGB: (85,48,81)

Color info

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

RGB color model

#553051 color RGB value is (85,48,81).

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

RGB channels and saturation

R 85 of 255 = 33%
G 48 of 255 = 19%
B 81 of 255 = 32%

85
48
81

R + G + B ~ 28%. #553051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 48 + 81 = 214 (100%)
R 85 of 214 ~ 39.72%
G 48 of 214 ~ 22.43%
B 81 of 214 ~ 37.85%

%39.72
%22.43
%37.85

CMYK color model

#553051 color CMYK value is (0,44,5,67).

  • cyan value is 0.00%
  • magenta value is 43.53%
  • yellow value is 4.71%
  • key color value is 66.67%
CMYK:
(0,44,5,67)
C0M44Y5K67 
(0%,44%,5%,67%)
(0.00/0.44/0.05/0.67)	

CMYK percentages

%0
%43.53
%4.71
%66.67

Codes

Color #553051 in popluar color models

553051
RGB854881
HSL306°27.82%26.08%
HSB/HSV306°43.53%33.33%
CMYK0.00%43.53%4.71%
66.67%

Color #553051 in popluar number systems.

HEX553051
Decimal854881
Binary10101011100001010001
Octal12560121

Shades and tints

Shades of #553051

#553051
(85,48,81)
#4E2C4A
(78,44,74)
#472843
(71,40,67)
#40243C
(64,36,60)
#392035
(57,32,53)
#321C2E
(50,28,46)
#2B1827
(43,24,39)
#241420
(36,20,32)
#1D1019
(29,16,25)
#160C12
(22,12,18)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #553051

#553051
(85,48,81)
#644260
(100,66,96)
#73546F
(115,84,111)
#82667E
(130,102,126)
#91788D
(145,120,141)
#A08A9C
(160,138,156)
#AF9CAB
(175,156,171)
#BEAEBA
(190,174,186)
#CDC0C9
(205,192,201)
#DCD2D8
(220,210,216)
#EBE4E7
(235,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553051; }

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

This text font color is #553051.


Background Color

.myBgColor { background-color: #553051; }

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

This div background color is #553051.


Border color

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

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

This div border color is #553051.


Opacity

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

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

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

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

This text has shadow with #553051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553051 on black background.


Color preview on white background

This text has color #553051 on white background.



Black color preview on #553051 background

This text has black color on #553051 background.


White color preview on #553051 background

This text has white color on #553051 background.