COLOR #5A617A

HEX: #5A617A
RGB: (90,97,122)

Color info

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

RGB color model

#5A617A color RGB value is (90,97,122).

  • red value is 90;
  • green value is 97;
  • blue value is 122.
RGB:
(90,97,122)
(35%,38%,48%)

RGB channels and saturation

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

90
97
122

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

Portions of RGB colors in percentages

R + G + B =
90 + 97 + 122 = 309 (100%)
R 90 of 309 ~ 29.13%
G 97 of 309 ~ 31.39%
B 122 of 309 ~ 39.48%

%29.13
%31.39
%39.48

CMYK color model

#5A617A color CMYK value is (26,20,0,52).

  • cyan value is 26.23%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(26,20,0,52)
C26M20Y0K52 
(26%,20%,0%,52%)
(0.26/0.20/0.00/0.52)	

CMYK percentages

%26.23
%20.49
%0
%52.16

Codes

Color #5A617A in popluar color models

5A617A
RGB9097122
HSL227°15.09%41.57%
HSB/HSV227°26.23%47.84%
CMYK26.23%20.49%0.00%
52.16%

Color #5A617A in popluar number systems.

HEX5A617A
Decimal9097122
Binary101101011000011111010
Octal132141172

Shades and tints

Shades of #5A617A

#5A617A
(90,97,122)
#52596F
(82,89,111)
#4A5164
(74,81,100)
#424959
(66,73,89)
#3A414E
(58,65,78)
#323943
(50,57,67)
#2A3138
(42,49,56)
#22292D
(34,41,45)
#1A2122
(26,33,34)
#121917
(18,25,23)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #5A617A

#5A617A
(90,97,122)
#696F86
(105,111,134)
#787D92
(120,125,146)
#878B9E
(135,139,158)
#9699AA
(150,153,170)
#A5A7B6
(165,167,182)
#B4B5C2
(180,181,194)
#C3C3CE
(195,195,206)
#D2D1DA
(210,209,218)
#E1DFE6
(225,223,230)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A617A; }

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

This text font color is #5A617A.


Background Color

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

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

This div background color is #5A617A.


Border color

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

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

This div border color is #5A617A.


Opacity

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

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

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

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

This text has shadow with #5A617A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A617A on black background.


Color preview on white background

This text has color #5A617A on white background.



Black color preview on #5A617A background

This text has black color on #5A617A background.


White color preview on #5A617A background

This text has white color on #5A617A background.