COLOR #55235B

HEX: #55235B
RGB: (85,35,91)

Color info

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

RGB color model

#55235B color RGB value is (85,35,91).

  • red value is 85;
  • green value is 35;
  • blue value is 91.
RGB:
(85,35,91)
(33%,14%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 35 of 255 = 14%
B 91 of 255 = 36%

85
35
91

R + G + B ~ 28%. #55235B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 35 + 91 = 211 (100%)
R 85 of 211 ~ 40.28%
G 35 of 211 ~ 16.59%
B 91 of 211 ~ 43.13%

%40.28
%16.59
%43.13

CMYK color model

#55235B color CMYK value is (7,62,0,64).

  • cyan value is 6.59%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(7,62,0,64)
C7M62Y0K64 
(7%,62%,0%,64%)
(0.07/0.62/0.00/0.64)	

CMYK percentages

%6.59
%61.54
%0
%64.31

Codes

Color #55235B in popluar color models

55235B
RGB853591
HSL294°44.44%24.71%
HSB/HSV294°61.54%35.69%
CMYK6.59%61.54%0.00%
64.31%

Color #55235B in popluar number systems.

HEX55235B
Decimal853591
Binary10101011000111011011
Octal12543133

Shades and tints

Shades of #55235B

#55235B
(85,35,91)
#4E2053
(78,32,83)
#471D4B
(71,29,75)
#401A43
(64,26,67)
#39173B
(57,23,59)
#321433
(50,20,51)
#2B112B
(43,17,43)
#240E23
(36,14,35)
#1D0B1B
(29,11,27)
#160813
(22,8,19)
#0F050B
(15,5,11)
#000000
(0,0,0)

Tints of #55235B

#55235B
(85,35,91)
#643769
(100,55,105)
#734B77
(115,75,119)
#825F85
(130,95,133)
#917393
(145,115,147)
#A087A1
(160,135,161)
#AF9BAF
(175,155,175)
#BEAFBD
(190,175,189)
#CDC3CB
(205,195,203)
#DCD7D9
(220,215,217)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55235B color. Also use rgb(85,35,91) instead hex code.

Text Font Color

.myTextColor { color: #55235B; }

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

This text font color is #55235B.


Background Color

.myBgColor { background-color: #55235B; }

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

This div background color is #55235B.


Border color

.myBorderColor { border: 1px solid #55235B; }

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

This div border color is #55235B.


Opacity

.myOpacity80 { color: #55235B; opacity: 0.8; }

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

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

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

This text has shadow with #55235B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55235B on black background.


Color preview on white background

This text has color #55235B on white background.



Black color preview on #55235B background

This text has black color on #55235B background.


White color preview on #55235B background

This text has white color on #55235B background.