COLOR #5A2248

HEX: #5A2248 RGB: (90,34,72)

Color info

#5A2248 contains red, green and blue colors in about the same proportion. Web safe color of #5A2248 is #663333 (or #633).

RGB color model

#5A2248 color RGB value is (90,34,72).

RGB: (90,34,72) (35%, 13%, 28%)

RGB channels and saturation

R 90 of 255 = 35%
G 34 of 255 = 13%
B 72 of 255 = 28%

90
34
72

R + G + B ~ 25%. #5A2248 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 34 + 72 = 196 (100%)
R 90 of 196 ~ 45.92%
G 34 of 196 ~ 17.35%
B 72 of 196 ~ 36.73'%

%45.92
%17.35
%36.73

CMYK color model

#5A2248 color CMYK value is (0,62,20,65).

  • cyan value is 0.00%
  • magenta value is 62.22%
  • yellow value is 20.00%
  • key color value is 64.71%

CMYK: (0,62,20,65)
C0M62Y20K65 (0%, 62%, 20%, 65%)
(0.00 / 0.62 / 0.20 / 0.65)

CMYK percentages

%0
%62.22
%20
%64.71

Codes

Color #5A2248 in popluar color models

5A 22 48
RGB 90 34 72
HSL 319° 45.16% 24.31%
HSB/HSV 319° 62.22% 35.29%
CMYK 0.00% 62.22% 20.00%
64.71%

Color #5A2248 in popluar number systems.

HEX 5A 22 48
Decimal 90 34 72
Binary 1011010 100010 1001000
Octal 132 42 110

Shades and tints

Shades of #5A2248

#5A2248
(90,34,72)
#521F42
(82,31,66)
#4A1C3C
(74,28,60)
#421936
(66,25,54)
#3A1630
(58,22,48)
#32132A
(50,19,42)
#2A1024
(42,16,36)
#220D1E
(34,13,30)
#1A0A18
(26,10,24)
#120712
(18,7,18)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #5A2248

#5A2248
(90,34,72)
#693658
(105,54,88)
#784A68
(120,74,104)
#875E78
(135,94,120)
#967288
(150,114,136)
#A58698
(165,134,152)
#B49AA8
(180,154,168)
#C3AEB8
(195,174,184)
#D2C2C8
(210,194,200)
#E1D6D8
(225,214,216)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A2248; }

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

This text font color is #5A2248.

Background Color

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

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

This div background color is #5A2248.

Border color

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

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

This div border color is #5A2248.

Opacity

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

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

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

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

This text has shadow with #5A2248 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A2248.

Preview

Color preview on black background

This text has color #5A2248 on black background.


Color preview on white background

This text has color #5A2248 on white background.


Black color preview on #5A2248 background

This text has black color on #5A2248 background.


White color preview on #5A2248 background

This text has white color on #5A2248 background.


Related colors

Complementary color

Complementary color for #hex is #A5DDB7.


I love getcolorcode.com

Triadic colors

1 #485A22 and #22485A with #5A2248 are triadic colors.

2 #48225A and #225A48 with #5A2248 are triadic colors.