COLOR #55427A

HEX: #55427A
RGB: (85,66,122)

Color info

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

RGB color model

#55427A color RGB value is (85,66,122).

  • red value is 85;
  • green value is 66;
  • blue value is 122.
RGB:
(85,66,122)
(33%,26%,48%)

RGB channels and saturation

R 85 of 255 = 33%
G 66 of 255 = 26%
B 122 of 255 = 48%

85
66
122

R + G + B ~ 36%. #55427A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 66 + 122 = 273 (100%)
R 85 of 273 ~ 31.14%
G 66 of 273 ~ 24.18%
B 122 of 273 ~ 44.69%

%31.14
%24.18
%44.69

CMYK color model

#55427A color CMYK value is (30,46,0,52).

  • cyan value is 30.33%
  • magenta value is 45.90%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(30,46,0,52)
C30M46Y0K52 
(30%,46%,0%,52%)
(0.30/0.46/0.00/0.52)	

CMYK percentages

%30.33
%45.9
%0
%52.16

Codes

Color #55427A in popluar color models

55427A
RGB8566122
HSL260°29.79%36.86%
HSB/HSV260°45.90%47.84%
CMYK30.33%45.90%0.00%
52.16%

Color #55427A in popluar number systems.

HEX55427A
Decimal8566122
Binary101010110000101111010
Octal125102172

Shades and tints

Shades of #55427A

#55427A
(85,66,122)
#4E3C6F
(78,60,111)
#473664
(71,54,100)
#403059
(64,48,89)
#392A4E
(57,42,78)
#322443
(50,36,67)
#2B1E38
(43,30,56)
#24182D
(36,24,45)
#1D1222
(29,18,34)
#160C17
(22,12,23)
#0F060C
(15,6,12)
#000000
(0,0,0)

Tints of #55427A

#55427A
(85,66,122)
#645386
(100,83,134)
#736492
(115,100,146)
#82759E
(130,117,158)
#9186AA
(145,134,170)
#A097B6
(160,151,182)
#AFA8C2
(175,168,194)
#BEB9CE
(190,185,206)
#CDCADA
(205,202,218)
#DCDBE6
(220,219,230)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55427A color. Also use rgb(85,66,122) instead hex code.

Text Font Color

.myTextColor { color: #55427A; }

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

This text font color is #55427A.


Background Color

.myBgColor { background-color: #55427A; }

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

This div background color is #55427A.


Border color

.myBorderColor { border: 1px solid #55427A; }

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

This div border color is #55427A.


Opacity

.myOpacity80 { color: #55427A; opacity: 0.8; }

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

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

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

This text has shadow with #55427A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55427A on black background.


Color preview on white background

This text has color #55427A on white background.



Black color preview on #55427A background

This text has black color on #55427A background.


White color preview on #55427A background

This text has white color on #55427A background.