COLOR #553D60

HEX: #553D60
RGB: (85,61,96)

Color info

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

RGB color model

#553D60 color RGB value is (85,61,96).

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

RGB channels and saturation

R 85 of 255 = 33%
G 61 of 255 = 24%
B 96 of 255 = 38%

85
61
96

R + G + B ~ 32%. #553D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 61 + 96 = 242 (100%)
R 85 of 242 ~ 35.12%
G 61 of 242 ~ 25.21%
B 96 of 242 ~ 39.67%

%35.12
%25.21
%39.67

CMYK color model

#553D60 color CMYK value is (11,36,0,62).

  • cyan value is 11.46%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(11,36,0,62)
C11M36Y0K62 
(11%,36%,0%,62%)
(0.11/0.36/0.00/0.62)	

CMYK percentages

%11.46
%36.46
%0
%62.35

Codes

Color #553D60 in popluar color models

553D60
RGB856196
HSL281°22.29%30.78%
HSB/HSV281°36.46%37.65%
CMYK11.46%36.46%0.00%
62.35%

Color #553D60 in popluar number systems.

HEX553D60
Decimal856196
Binary10101011111011100000
Octal12575140

Shades and tints

Shades of #553D60

#553D60
(85,61,96)
#4E3858
(78,56,88)
#473350
(71,51,80)
#402E48
(64,46,72)
#392940
(57,41,64)
#322438
(50,36,56)
#2B1F30
(43,31,48)
#241A28
(36,26,40)
#1D1520
(29,21,32)
#161018
(22,16,24)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #553D60

#553D60
(85,61,96)
#644E6E
(100,78,110)
#735F7C
(115,95,124)
#82708A
(130,112,138)
#918198
(145,129,152)
#A092A6
(160,146,166)
#AFA3B4
(175,163,180)
#BEB4C2
(190,180,194)
#CDC5D0
(205,197,208)
#DCD6DE
(220,214,222)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #553D60; }

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

This text font color is #553D60.


Background Color

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

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

This div background color is #553D60.


Border color

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

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

This div border color is #553D60.


Opacity

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

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

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

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

This text has shadow with #553D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553D60 on black background.


Color preview on white background

This text has color #553D60 on white background.



Black color preview on #553D60 background

This text has black color on #553D60 background.


White color preview on #553D60 background

This text has white color on #553D60 background.