COLOR #553962

HEX: #553962
RGB: (85,57,98)

Color info

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

RGB color model

#553962 color RGB value is (85,57,98).

  • red value is 85;
  • green value is 57;
  • blue value is 98.
RGB:
(85,57,98)
(33%,22%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 57 of 255 = 22%
B 98 of 255 = 38%

85
57
98

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

Portions of RGB colors in percentages

R + G + B =
85 + 57 + 98 = 240 (100%)
R 85 of 240 ~ 35.42%
G 57 of 240 ~ 23.75%
B 98 of 240 ~ 40.83%

%35.42
%23.75
%40.83

CMYK color model

#553962 color CMYK value is (13,42,0,62).

  • cyan value is 13.27%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(13,42,0,62)
C13M42Y0K62 
(13%,42%,0%,62%)
(0.13/0.42/0.00/0.62)	

CMYK percentages

%13.27
%41.84
%0
%61.57

Codes

Color #553962 in popluar color models

553962
RGB855798
HSL281°26.45%30.39%
HSB/HSV281°41.84%38.43%
CMYK13.27%41.84%0.00%
61.57%

Color #553962 in popluar number systems.

HEX553962
Decimal855798
Binary10101011110011100010
Octal12571142

Shades and tints

Shades of #553962

#553962
(85,57,98)
#4E345A
(78,52,90)
#472F52
(71,47,82)
#402A4A
(64,42,74)
#392542
(57,37,66)
#32203A
(50,32,58)
#2B1B32
(43,27,50)
#24162A
(36,22,42)
#1D1122
(29,17,34)
#160C1A
(22,12,26)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #553962

#553962
(85,57,98)
#644B70
(100,75,112)
#735D7E
(115,93,126)
#826F8C
(130,111,140)
#91819A
(145,129,154)
#A093A8
(160,147,168)
#AFA5B6
(175,165,182)
#BEB7C4
(190,183,196)
#CDC9D2
(205,201,210)
#DCDBE0
(220,219,224)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553962 color. Also use rgb(85,57,98) instead hex code.

Text Font Color

.myTextColor { color: #553962; }

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

This text font color is #553962.


Background Color

.myBgColor { background-color: #553962; }

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

This div background color is #553962.


Border color

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

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

This div border color is #553962.


Opacity

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

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

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

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

This text has shadow with #553962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553962 on black background.


Color preview on white background

This text has color #553962 on white background.



Black color preview on #553962 background

This text has black color on #553962 background.


White color preview on #553962 background

This text has white color on #553962 background.