COLOR #553D5B

HEX: #553D5B
RGB: (85,61,91)

Color info

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

RGB color model

#553D5B color RGB value is (85,61,91).

  • red value is 85;
  • green value is 61;
  • blue value is 91.
RGB:
(85,61,91)
(33%,24%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 61 of 255 = 24%
B 91 of 255 = 36%

85
61
91

R + G + B ~ 31%. #553D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 61 + 91 = 237 (100%)
R 85 of 237 ~ 35.86%
G 61 of 237 ~ 25.74%
B 91 of 237 ~ 38.4%

%35.86
%25.74
%38.4

CMYK color model

#553D5B color CMYK value is (7,33,0,64).

  • cyan value is 6.59%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(7,33,0,64)
C7M33Y0K64 
(7%,33%,0%,64%)
(0.07/0.33/0.00/0.64)	

CMYK percentages

%6.59
%32.97
%0
%64.31

Codes

Color #553D5B in popluar color models

553D5B
RGB856191
HSL288°19.74%29.80%
HSB/HSV288°32.97%35.69%
CMYK6.59%32.97%0.00%
64.31%

Color #553D5B in popluar number systems.

HEX553D5B
Decimal856191
Binary10101011111011011011
Octal12575133

Shades and tints

Shades of #553D5B

#553D5B
(85,61,91)
#4E3853
(78,56,83)
#47334B
(71,51,75)
#402E43
(64,46,67)
#39293B
(57,41,59)
#322433
(50,36,51)
#2B1F2B
(43,31,43)
#241A23
(36,26,35)
#1D151B
(29,21,27)
#161013
(22,16,19)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #553D5B

#553D5B
(85,61,91)
#644E69
(100,78,105)
#735F77
(115,95,119)
#827085
(130,112,133)
#918193
(145,129,147)
#A092A1
(160,146,161)
#AFA3AF
(175,163,175)
#BEB4BD
(190,180,189)
#CDC5CB
(205,197,203)
#DCD6D9
(220,214,217)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553D5B color. Also use rgb(85,61,91) instead hex code.

Text Font Color

.myTextColor { color: #553D5B; }

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

This text font color is #553D5B.


Background Color

.myBgColor { background-color: #553D5B; }

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

This div background color is #553D5B.


Border color

.myBorderColor { border: 1px solid #553D5B; }

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

This div border color is #553D5B.


Opacity

.myOpacity80 { color: #553D5B; opacity: 0.8; }

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

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

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

This text has shadow with #553D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553D5B on black background.


Color preview on white background

This text has color #553D5B on white background.



Black color preview on #553D5B background

This text has black color on #553D5B background.


White color preview on #553D5B background

This text has white color on #553D5B background.