COLOR #5A617B

HEX: #5A617B RGB: (90,97,123)

Color info

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

RGB color model

#5A617B color RGB value is (90,97,123).

RGB: (90,97,123) (35%, 38%, 48%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 123 of 255 = 48%

90
97
123

R + G + B ~ 40%. #5A617B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 97 + 123 = 310 (100%)
R 90 of 310 ~ 29.03%
G 97 of 310 ~ 31.29%
B 123 of 310 ~ 39.68'%

%29.03
%31.29
%39.68

CMYK color model

#5A617B color CMYK value is (27,21,0,52).

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

CMYK: (27,21,0,52)
C27M21Y0K52 (27%, 21%, 0%, 52%)
(0.27 / 0.21 / 0.00 / 0.52)

CMYK percentages

%26.83
%21.14
%0
%51.76

Codes

Color #5A617B in popluar color models

5A 61 7B
RGB 90 97 123
HSL 227° 15.49% 41.76%
HSB/HSV 227° 26.83% 48.24%
CMYK 26.83% 21.14% 0.00%
51.76%

Color #5A617B in popluar number systems.

HEX 5A 61 7B
Decimal 90 97 123
Binary 1011010 1100001 1111011
Octal 132 141 173

Shades and tints

Shades of #5A617B

#5A617B
(90,97,123)
#525970
(82,89,112)
#4A5165
(74,81,101)
#42495A
(66,73,90)
#3A414F
(58,65,79)
#323944
(50,57,68)
#2A3139
(42,49,57)
#22292E
(34,41,46)
#1A2123
(26,33,35)
#121918
(18,25,24)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #5A617B

#5A617B
(90,97,123)
#696F87
(105,111,135)
#787D93
(120,125,147)
#878B9F
(135,139,159)
#9699AB
(150,153,171)
#A5A7B7
(165,167,183)
#B4B5C3
(180,181,195)
#C3C3CF
(195,195,207)
#D2D1DB
(210,209,219)
#E1DFE7
(225,223,231)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A617B; }

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

This text font color is #5A617B.

Background Color

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

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

This div background color is #5A617B.

Border color

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

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

This div border color is #5A617B.

Opacity

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

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

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

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

This text has shadow with #5A617B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A617B.

Preview

Color preview on black background

This text has color #5A617B on black background.


Color preview on white background

This text has color #5A617B on white background.


Black color preview on #5A617B background

This text has black color on #5A617B background.


White color preview on #5A617B background

This text has white color on #5A617B background.


Related colors

Complementary color

Complementary color for #hex is #A59E84.


I love getcolorcode.com

Triadic colors

1 #7B5A61 and #617B5A with #5A617B are triadic colors.

2 #7B615A and #615A7B with #5A617B are triadic colors.