COLOR #5A3355

HEX: #5A3355
RGB: (90,51,85)

Color info

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

RGB color model

#5A3355 color RGB value is (90,51,85).

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

RGB channels and saturation

R 90 of 255 = 35%
G 51 of 255 = 20%
B 85 of 255 = 33%

90
51
85

R + G + B ~ 29%. #5A3355 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 51 + 85 = 226 (100%)
R 90 of 226 ~ 39.82%
G 51 of 226 ~ 22.57%
B 85 of 226 ~ 37.61%

%39.82
%22.57
%37.61

CMYK color model

#5A3355 color CMYK value is (0,43,6,65).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 5.56%
  • key color value is 64.71%
CMYK: (0,43,6,65) C0M43Y6K65 (0%,43%,6%,65%) (0.00/0.43/0.06/0.65)

CMYK percentages

%0
%43.33
%5.56
%64.71

Codes

Color #5A3355 in popluar color models

5A3355
RGB905185
HSL308°27.66%27.65%
HSB/HSV308°43.33%35.29%
CMYK0.00%43.33%5.56%
64.71%

Color #5A3355 in popluar number systems.

HEX5A3355
Decimal905185
Binary10110101100111010101
Octal13263125

Shades and tints

Shades of #5A3355

#5A3355
(90,51,85)
#522F4E
(82,47,78)
#4A2B47
(74,43,71)
#422740
(66,39,64)
#3A2339
(58,35,57)
#321F32
(50,31,50)
#2A1B2B
(42,27,43)
#221724
(34,23,36)
#1A131D
(26,19,29)
#120F16
(18,15,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #5A3355

#5A3355
(90,51,85)
#694564
(105,69,100)
#785773
(120,87,115)
#876982
(135,105,130)
#967B91
(150,123,145)
#A58DA0
(165,141,160)
#B49FAF
(180,159,175)
#C3B1BE
(195,177,190)
#D2C3CD
(210,195,205)
#E1D5DC
(225,213,220)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3355 color. Also use rgb(90,51,85) instead hex code.

Text Font Color

.myTextColor { color: #5A3355; }

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

This text font color is #5A3355.


Background Color

.myBgColor { background-color: #5A3355; }

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

This div background color is #5A3355.


Border color

.myBorderColor { border: 1px solid #5A3355; }

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

This div border color is #5A3355.


Opacity

.myOpacity80 { color: #5A3355; opacity: 0.8; }

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

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

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

This text has shadow with #5A3355 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5A3355 on black background.


Color preview on white background

This text has color #5A3355 on white background.



Black color preview on #5A3355 background

This text has black color on #5A3355 background.


White color preview on #5A3355 background

This text has white color on #5A3355 background.