COLOR #5A136A

HEX: #5A136A RGB: (90,19,106)

Color info

#5A136A contains mainly red and blue colors. Web safe color of #5A136A is #660066 (or #606).

RGB color model

#5A136A color RGB value is (90,19,106).

RGB: (90,19,106) (35%, 7%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 19 of 255 = 7%
B 106 of 255 = 42%

90
19
106

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

Portions of RGB colors in percentages

R + G + B = 90 + 19 + 106 = 215 (100%)
R 90 of 215 ~ 41.86%
G 19 of 215 ~ 8.84%
B 106 of 215 ~ 49.3'%

%41.86
%49.3

CMYK color model

#5A136A color CMYK value is (15,82,0,58).

  • cyan value is 15.09%
  • magenta value is 82.08%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (15,82,0,58) C15M82Y0K58 (15%,82%,0%,58%) (0.15/0.82/0.00/0.58) 

CMYK percentages

%15.09
%82.08
%0
%58.43

Codes

Color #5A136A in popluar color models

5A 13 6A
RGB 90 19 106
HSL 289° 69.60% 24.51%
HSB/HSV 289° 82.08% 41.57%
CMYK 15.09% 82.08% 0.00%
58.43%

Color #5A136A in popluar number systems.

HEX 5A 13 6A
Decimal 90 19 106
Binary 1011010 10011 1101010
Octal 132 23 152

Shades and tints

Shades of #5A136A

#5A136A
(90,19,106)
#521261
(82,18,97)
#4A1158
(74,17,88)
#42104F
(66,16,79)
#3A0F46
(58,15,70)
#320E3D
(50,14,61)
#2A0D34
(42,13,52)
#220C2B
(34,12,43)
#1A0B22
(26,11,34)
#120A19
(18,10,25)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #5A136A

#5A136A
(90,19,106)
#692877
(105,40,119)
#783D84
(120,61,132)
#875291
(135,82,145)
#96679E
(150,103,158)
#A57CAB
(165,124,171)
#B491B8
(180,145,184)
#C3A6C5
(195,166,197)
#D2BBD2
(210,187,210)
#E1D0DF
(225,208,223)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A136A color. Also use rgb(90,19,106) instead hex code.

Text Font Color

.myTextColor { color: #5A136A; }

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

This text font color is #5A136A.

Background Color

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

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

This div background color is #5A136A.

Border color

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

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

This div border color is #5A136A.

Opacity

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

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

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

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

This text has shadow with #5A136A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A136A.

Preview

Color preview on black background

This text has color #5A136A on black background.


Color preview on white background

This text has color #5A136A on white background.


Black color preview on #5A136A background

This text has black color on #5A136A background.


White color preview on #5A136A background

This text has white color on #5A136A background.


Related colors

Complementary color

Complementary color for #hex is #A5EC95.


I love getcolorcode.com

Triadic colors

1 #6A5A13 and #136A5A with #5A136A are triadic colors.

2 #6A135A and #135A6A with #5A136A are triadic colors.