COLOR #5A5572

HEX: #5A5572
RGB: (90,85,114)

Color info

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

RGB color model

#5A5572 color RGB value is (90,85,114).

  • red value is 90;
  • green value is 85;
  • blue value is 114.
RGB:
(90,85,114)
(35%,33%,45%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 114 of 255 = 45%

90
85
114

R + G + B ~ 38%. #5A5572 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 85 + 114 = 289 (100%)
R 90 of 289 ~ 31.14%
G 85 of 289 ~ 29.41%
B 114 of 289 ~ 39.45%

%31.14
%29.41
%39.45

CMYK color model

#5A5572 color CMYK value is (21,25,0,55).

  • cyan value is 21.05%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(21,25,0,55)
C21M25Y0K55 
(21%,25%,0%,55%)
(0.21/0.25/0.00/0.55)	

CMYK percentages

%21.05
%25.44
%0
%55.29

Codes

Color #5A5572 in popluar color models

5A5572
RGB9085114
HSL250°14.57%39.02%
HSB/HSV250°25.44%44.71%
CMYK21.05%25.44%0.00%
55.29%

Color #5A5572 in popluar number systems.

HEX5A5572
Decimal9085114
Binary101101010101011110010
Octal132125162

Shades and tints

Shades of #5A5572

#5A5572
(90,85,114)
#524E68
(82,78,104)
#4A475E
(74,71,94)
#424054
(66,64,84)
#3A394A
(58,57,74)
#323240
(50,50,64)
#2A2B36
(42,43,54)
#22242C
(34,36,44)
#1A1D22
(26,29,34)
#121618
(18,22,24)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #5A5572

#5A5572
(90,85,114)
#69647E
(105,100,126)
#78738A
(120,115,138)
#878296
(135,130,150)
#9691A2
(150,145,162)
#A5A0AE
(165,160,174)
#B4AFBA
(180,175,186)
#C3BEC6
(195,190,198)
#D2CDD2
(210,205,210)
#E1DCDE
(225,220,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5572; }

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

This text font color is #5A5572.


Background Color

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

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

This div background color is #5A5572.


Border color

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

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

This div border color is #5A5572.


Opacity

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

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

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

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

This text has shadow with #5A5572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5572 on black background.


Color preview on white background

This text has color #5A5572 on white background.



Black color preview on #5A5572 background

This text has black color on #5A5572 background.


White color preview on #5A5572 background

This text has white color on #5A5572 background.