COLOR #5A2250

HEX: #5A2250
RGB: (90,34,80)

Color info

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

RGB color model

#5A2250 color RGB value is (90,34,80).

  • red value is 90;
  • green value is 34;
  • blue value is 80.
RGB:
(90,34,80)
(35%,13%,31%)

RGB channels and saturation

R 90 of 255 = 35%
G 34 of 255 = 13%
B 80 of 255 = 31%

90
34
80

R + G + B ~ 26%. #5A2250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 34 + 80 = 204 (100%)
R 90 of 204 ~ 44.12%
G 34 of 204 ~ 16.67%
B 80 of 204 ~ 39.22%

%44.12
%16.67
%39.22

CMYK color model

#5A2250 color CMYK value is (0,62,11,65).

  • cyan value is 0.00%
  • magenta value is 62.22%
  • yellow value is 11.11%
  • key color value is 64.71%
CMYK:
(0,62,11,65)
C0M62Y11K65 
(0%,62%,11%,65%)
(0.00/0.62/0.11/0.65)	

CMYK percentages

%0
%62.22
%11.11
%64.71

Codes

Color #5A2250 in popluar color models

5A2250
RGB903480
HSL311°45.16%24.31%
HSB/HSV311°62.22%35.29%
CMYK0.00%62.22%11.11%
64.71%

Color #5A2250 in popluar number systems.

HEX5A2250
Decimal903480
Binary10110101000101010000
Octal13242120

Shades and tints

Shades of #5A2250

#5A2250
(90,34,80)
#521F49
(82,31,73)
#4A1C42
(74,28,66)
#42193B
(66,25,59)
#3A1634
(58,22,52)
#32132D
(50,19,45)
#2A1026
(42,16,38)
#220D1F
(34,13,31)
#1A0A18
(26,10,24)
#120711
(18,7,17)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #5A2250

#5A2250
(90,34,80)
#69365F
(105,54,95)
#784A6E
(120,74,110)
#875E7D
(135,94,125)
#96728C
(150,114,140)
#A5869B
(165,134,155)
#B49AAA
(180,154,170)
#C3AEB9
(195,174,185)
#D2C2C8
(210,194,200)
#E1D6D7
(225,214,215)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A2250 color. Also use rgb(90,34,80) instead hex code.

Text Font Color

.myTextColor { color: #5A2250; }

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

This text font color is #5A2250.


Background Color

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

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

This div background color is #5A2250.


Border color

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

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

This div border color is #5A2250.


Opacity

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

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

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

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

This text has shadow with #5A2250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A2250 on black background.


Color preview on white background

This text has color #5A2250 on white background.



Black color preview on #5A2250 background

This text has black color on #5A2250 background.


White color preview on #5A2250 background

This text has white color on #5A2250 background.