COLOR #553F5A

HEX: #553F5A
RGB: (85,63,90)

Color info

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

RGB color model

#553F5A color RGB value is (85,63,90).

  • red value is 85;
  • green value is 63;
  • blue value is 90.
RGB:
(85,63,90)
(33%,25%,35%)

RGB channels and saturation

R 85 of 255 = 33%
G 63 of 255 = 25%
B 90 of 255 = 35%

85
63
90

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

Portions of RGB colors in percentages

R + G + B =
85 + 63 + 90 = 238 (100%)
R 85 of 238 ~ 35.71%
G 63 of 238 ~ 26.47%
B 90 of 238 ~ 37.82%

%35.71
%26.47
%37.82

CMYK color model

#553F5A color CMYK value is (6,30,0,65).

  • cyan value is 5.56%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(6,30,0,65)
C6M30Y0K65 
(6%,30%,0%,65%)
(0.06/0.30/0.00/0.65)	

CMYK percentages

%5.56
%30
%0
%64.71

Codes

Color #553F5A in popluar color models

553F5A
RGB856390
HSL289°17.65%30.00%
HSB/HSV289°30.00%35.29%
CMYK5.56%30.00%0.00%
64.71%

Color #553F5A in popluar number systems.

HEX553F5A
Decimal856390
Binary10101011111111011010
Octal12577132

Shades and tints

Shades of #553F5A

#553F5A
(85,63,90)
#4E3A52
(78,58,82)
#47354A
(71,53,74)
#403042
(64,48,66)
#392B3A
(57,43,58)
#322632
(50,38,50)
#2B212A
(43,33,42)
#241C22
(36,28,34)
#1D171A
(29,23,26)
#161212
(22,18,18)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #553F5A

#553F5A
(85,63,90)
#645069
(100,80,105)
#736178
(115,97,120)
#827287
(130,114,135)
#918396
(145,131,150)
#A094A5
(160,148,165)
#AFA5B4
(175,165,180)
#BEB6C3
(190,182,195)
#CDC7D2
(205,199,210)
#DCD8E1
(220,216,225)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #553F5A color. Also use rgb(85,63,90) instead hex code.

Text Font Color

.myTextColor { color: #553F5A; }

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

This text font color is #553F5A.


Background Color

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

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

This div background color is #553F5A.


Border color

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

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

This div border color is #553F5A.


Opacity

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

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

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

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

This text has shadow with #553F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #553F5A on black background.


Color preview on white background

This text has color #553F5A on white background.



Black color preview on #553F5A background

This text has black color on #553F5A background.


White color preview on #553F5A background

This text has white color on #553F5A background.