COLOR #552B60

HEX: #552B60
RGB: (85,43,96)

Color info

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

RGB color model

#552B60 color RGB value is (85,43,96).

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

RGB channels and saturation

R 85 of 255 = 33%
G 43 of 255 = 17%
B 96 of 255 = 38%

85
43
96

R + G + B ~ 29%. #552B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 43 + 96 = 224 (100%)
R 85 of 224 ~ 37.95%
G 43 of 224 ~ 19.2%
B 96 of 224 ~ 42.86%

%37.95
%19.2
%42.86

CMYK color model

#552B60 color CMYK value is (11,55,0,62).

  • cyan value is 11.46%
  • magenta value is 55.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(11,55,0,62)
C11M55Y0K62 
(11%,55%,0%,62%)
(0.11/0.55/0.00/0.62)	

CMYK percentages

%11.46
%55.21
%0
%62.35

Codes

Color #552B60 in popluar color models

552B60
RGB854396
HSL288°38.13%27.25%
HSB/HSV288°55.21%37.65%
CMYK11.46%55.21%0.00%
62.35%

Color #552B60 in popluar number systems.

HEX552B60
Decimal854396
Binary10101011010111100000
Octal12553140

Shades and tints

Shades of #552B60

#552B60
(85,43,96)
#4E2858
(78,40,88)
#472550
(71,37,80)
#402248
(64,34,72)
#391F40
(57,31,64)
#321C38
(50,28,56)
#2B1930
(43,25,48)
#241628
(36,22,40)
#1D1320
(29,19,32)
#161018
(22,16,24)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #552B60

#552B60
(85,43,96)
#643E6E
(100,62,110)
#73517C
(115,81,124)
#82648A
(130,100,138)
#917798
(145,119,152)
#A08AA6
(160,138,166)
#AF9DB4
(175,157,180)
#BEB0C2
(190,176,194)
#CDC3D0
(205,195,208)
#DCD6DE
(220,214,222)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #552B60 color. Also use rgb(85,43,96) instead hex code.

Text Font Color

.myTextColor { color: #552B60; }

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

This text font color is #552B60.


Background Color

.myBgColor { background-color: #552B60; }

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

This div background color is #552B60.


Border color

.myBorderColor { border: 1px solid #552B60; }

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

This div border color is #552B60.


Opacity

.myOpacity80 { color: #552B60; opacity: 0.8; }

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

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

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

This text has shadow with #552B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #552B60 on black background.


Color preview on white background

This text has color #552B60 on white background.



Black color preview on #552B60 background

This text has black color on #552B60 background.


White color preview on #552B60 background

This text has white color on #552B60 background.