COLOR #5A3055

HEX: #5A3055
RGB: (90,48,85)

Color info

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

RGB color model

#5A3055 color RGB value is (90,48,85).

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

RGB channels and saturation

R 90 of 255 = 35%
G 48 of 255 = 19%
B 85 of 255 = 33%

90
48
85

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

Portions of RGB colors in percentages

R + G + B =
90 + 48 + 85 = 223 (100%)
R 90 of 223 ~ 40.36%
G 48 of 223 ~ 21.52%
B 85 of 223 ~ 38.12%

%40.36
%21.52
%38.12

CMYK color model

#5A3055 color CMYK value is (0,47,6,65).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 5.56%
  • key color value is 64.71%
CMYK:
(0,47,6,65)
C0M47Y6K65 
(0%,47%,6%,65%)
(0.00/0.47/0.06/0.65)	

CMYK percentages

%0
%46.67
%5.56
%64.71

Codes

Color #5A3055 in popluar color models

5A3055
RGB904885
HSL307°30.43%27.06%
HSB/HSV307°46.67%35.29%
CMYK0.00%46.67%5.56%
64.71%

Color #5A3055 in popluar number systems.

HEX5A3055
Decimal904885
Binary10110101100001010101
Octal13260125

Shades and tints

Shades of #5A3055

#5A3055
(90,48,85)
#522C4E
(82,44,78)
#4A2847
(74,40,71)
#422440
(66,36,64)
#3A2039
(58,32,57)
#321C32
(50,28,50)
#2A182B
(42,24,43)
#221424
(34,20,36)
#1A101D
(26,16,29)
#120C16
(18,12,22)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #5A3055

#5A3055
(90,48,85)
#694264
(105,66,100)
#785473
(120,84,115)
#876682
(135,102,130)
#967891
(150,120,145)
#A58AA0
(165,138,160)
#B49CAF
(180,156,175)
#C3AEBE
(195,174,190)
#D2C0CD
(210,192,205)
#E1D2DC
(225,210,220)
#F0E4EB
(240,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A3055; }

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

This text font color is #5A3055.


Background Color

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

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

This div background color is #5A3055.


Border color

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

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

This div border color is #5A3055.


Opacity

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

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

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

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

This text has shadow with #5A3055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3055 on black background.


Color preview on white background

This text has color #5A3055 on white background.



Black color preview on #5A3055 background

This text has black color on #5A3055 background.


White color preview on #5A3055 background

This text has white color on #5A3055 background.