COLOR #5A437E

HEX: #5A437E
RGB: (90,67,126)

Color info

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

RGB color model

#5A437E color RGB value is (90,67,126).

  • red value is 90;
  • green value is 67;
  • blue value is 126.
RGB:
(90,67,126)
(35%,26%,49%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 126 of 255 = 49%

90
67
126

R + G + B ~ 37%. #5A437E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 67 + 126 = 283 (100%)
R 90 of 283 ~ 31.8%
G 67 of 283 ~ 23.67%
B 126 of 283 ~ 44.52%

%31.8
%23.67
%44.52

CMYK color model

#5A437E color CMYK value is (29,47,0,51).

  • cyan value is 28.57%
  • magenta value is 46.83%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(29,47,0,51)
C29M47Y0K51 
(29%,47%,0%,51%)
(0.29/0.47/0.00/0.51)	

CMYK percentages

%28.57
%46.83
%0
%50.59

Codes

Color #5A437E in popluar color models

5A437E
RGB9067126
HSL263°30.57%37.84%
HSB/HSV263°46.83%49.41%
CMYK28.57%46.83%0.00%
50.59%

Color #5A437E in popluar number systems.

HEX5A437E
Decimal9067126
Binary101101010000111111110
Octal132103176

Shades and tints

Shades of #5A437E

#5A437E
(90,67,126)
#523D73
(82,61,115)
#4A3768
(74,55,104)
#42315D
(66,49,93)
#3A2B52
(58,43,82)
#322547
(50,37,71)
#2A1F3C
(42,31,60)
#221931
(34,25,49)
#1A1326
(26,19,38)
#120D1B
(18,13,27)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #5A437E

#5A437E
(90,67,126)
#695489
(105,84,137)
#786594
(120,101,148)
#87769F
(135,118,159)
#9687AA
(150,135,170)
#A598B5
(165,152,181)
#B4A9C0
(180,169,192)
#C3BACB
(195,186,203)
#D2CBD6
(210,203,214)
#E1DCE1
(225,220,225)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A437E; }

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

This text font color is #5A437E.


Background Color

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

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

This div background color is #5A437E.


Border color

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

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

This div border color is #5A437E.


Opacity

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

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

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

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

This text has shadow with #5A437E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A437E on black background.


Color preview on white background

This text has color #5A437E on white background.



Black color preview on #5A437E background

This text has black color on #5A437E background.


White color preview on #5A437E background

This text has white color on #5A437E background.