COLOR #5A557B

HEX: #5A557B RGB: (90,85,123)

Color info

#5A557B contains red, green and blue colors in about the same proportion. Web safe color of #5A557B is #666666 (or #666).

RGB color model

#5A557B color RGB value is (90,85,123).

RGB: (90,85,123) (35%, 33%, 48%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 123 of 255 = 48%

90
85
123

R + G + B ~ 39%. #5A557B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 123 = 298 (100%)
R 90 of 298 ~ 30.2%
G 85 of 298 ~ 28.52%
B 123 of 298 ~ 41.28'%

%30.2
%28.52
%41.28

CMYK color model

#5A557B color CMYK value is (27,31,0,52).

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

CMYK: (27,31,0,52)
C27M31Y0K52 (27%, 31%, 0%, 52%)
(0.27 / 0.31 / 0.00 / 0.52)

CMYK percentages

%26.83
%30.89
%0
%51.76

Codes

Color #5A557B in popluar color models

5A 55 7B
RGB 90 85 123
HSL 248° 18.27% 40.78%
HSB/HSV 248° 30.89% 48.24%
CMYK 26.83% 30.89% 0.00%
51.76%

Color #5A557B in popluar number systems.

HEX 5A 55 7B
Decimal 90 85 123
Binary 1011010 1010101 1111011
Octal 132 125 173

Shades and tints

Shades of #5A557B

#5A557B
(90,85,123)
#524E70
(82,78,112)
#4A4765
(74,71,101)
#42405A
(66,64,90)
#3A394F
(58,57,79)
#323244
(50,50,68)
#2A2B39
(42,43,57)
#22242E
(34,36,46)
#1A1D23
(26,29,35)
#121618
(18,22,24)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #5A557B

#5A557B
(90,85,123)
#696487
(105,100,135)
#787393
(120,115,147)
#87829F
(135,130,159)
#9691AB
(150,145,171)
#A5A0B7
(165,160,183)
#B4AFC3
(180,175,195)
#C3BECF
(195,190,207)
#D2CDDB
(210,205,219)
#E1DCE7
(225,220,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A557B; }

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

This text font color is #5A557B.

Background Color

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

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

This div background color is #5A557B.

Border color

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

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

This div border color is #5A557B.

Opacity

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

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

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

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

This text has shadow with #5A557B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A557B.

Preview

Color preview on black background

This text has color #5A557B on black background.


Color preview on white background

This text has color #5A557B on white background.


Black color preview on #5A557B background

This text has black color on #5A557B background.


White color preview on #5A557B background

This text has white color on #5A557B background.


Related colors

Complementary color

Complementary color for #hex is #A5AA84.


I love getcolorcode.com

Triadic colors

1 #7B5A55 and #557B5A with #5A557B are triadic colors.

2 #7B555A and #555A7B with #5A557B are triadic colors.