COLOR #5A437B

HEX: #5A437B RGB: (90,67,123)

Color info

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

RGB color model

#5A437B color RGB value is (90,67,123).

RGB: (90,67,123) (35%, 26%, 48%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 123 of 255 = 48%

90
67
123

R + G + B ~ 36%. #5A437B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 67 + 123 = 280 (100%)
R 90 of 280 ~ 32.14%
G 67 of 280 ~ 23.93%
B 123 of 280 ~ 43.93'%

%32.14
%23.93
%43.93

CMYK color model

#5A437B color CMYK value is (27,46,0,52).

  • cyan value is 26.83%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (27,46,0,52)
C27M46Y0K52 (27%, 46%, 0%, 52%)
(0.27 / 0.46 / 0.00 / 0.52)

CMYK percentages

%26.83
%45.53
%0
%51.76

Codes

Color #5A437B in popluar color models

5A 43 7B
RGB 90 67 123
HSL 265° 29.47% 37.25%
HSB/HSV 265° 45.53% 48.24%
CMYK 26.83% 45.53% 0.00%
51.76%

Color #5A437B in popluar number systems.

HEX 5A 43 7B
Decimal 90 67 123
Binary 1011010 1000011 1111011
Octal 132 103 173

Shades and tints

Shades of #5A437B

#5A437B
(90,67,123)
#523D70
(82,61,112)
#4A3765
(74,55,101)
#42315A
(66,49,90)
#3A2B4F
(58,43,79)
#322544
(50,37,68)
#2A1F39
(42,31,57)
#22192E
(34,25,46)
#1A1323
(26,19,35)
#120D18
(18,13,24)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #5A437B

#5A437B
(90,67,123)
#695487
(105,84,135)
#786593
(120,101,147)
#87769F
(135,118,159)
#9687AB
(150,135,171)
#A598B7
(165,152,183)
#B4A9C3
(180,169,195)
#C3BACF
(195,186,207)
#D2CBDB
(210,203,219)
#E1DCE7
(225,220,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A437B color. Also use rgb(90,67,123) instead hex code.

Text Font Color

.myTextColor { color: #5A437B; }

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

This text font color is #5A437B.

Background Color

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

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

This div background color is #5A437B.

Border color

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

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

This div border color is #5A437B.

Opacity

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

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

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

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

This text has shadow with #5A437B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A437B.

Preview

Color preview on black background

This text has color #5A437B on black background.


Color preview on white background

This text has color #5A437B on white background.


Black color preview on #5A437B background

This text has black color on #5A437B background.


White color preview on #5A437B background

This text has white color on #5A437B background.


Related colors

Complementary color

Complementary color for #hex is #A5BC84.


I love getcolorcode.com

Triadic colors

1 #7B5A43 and #437B5A with #5A437B are triadic colors.

2 #7B435A and #435A7B with #5A437B are triadic colors.