COLOR #5A5085

HEX: #5A5085 RGB: (90,80,133)

Color info

#5A5085 contains red, green and blue colors in about the same proportion. Web safe color of #5A5085 is #666699 (or #669).

RGB color model

#5A5085 color RGB value is (90,80,133).

RGB: (90,80,133) (35%, 31%, 52%)

RGB channels and saturation

R 90 of 255 = 35%
G 80 of 255 = 31%
B 133 of 255 = 52%

90
80
133

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

Portions of RGB colors in percentages

R + G + B = 90 + 80 + 133 = 303 (100%)
R 90 of 303 ~ 29.7%
G 80 of 303 ~ 26.4%
B 133 of 303 ~ 43.89'%

%29.7
%26.4
%43.89

CMYK color model

#5A5085 color CMYK value is (32,40,0,48).

  • cyan value is 32.33%
  • magenta value is 39.85%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (32,40,0,48)
C32M40Y0K48 (32%, 40%, 0%, 48%)
(0.32 / 0.40 / 0.00 / 0.48)

CMYK percentages

%32.33
%39.85
%0
%47.84

Codes

Color #5A5085 in popluar color models

5A 50 85
RGB 90 80 133
HSL 251° 24.88% 41.76%
HSB/HSV 251° 39.85% 52.16%
CMYK 32.33% 39.85% 0.00%
47.84%

Color #5A5085 in popluar number systems.

HEX 5A 50 85
Decimal 90 80 133
Binary 1011010 1010000 10000101
Octal 132 120 205

Shades and tints

Shades of #5A5085

#5A5085
(90,80,133)
#524979
(82,73,121)
#4A426D
(74,66,109)
#423B61
(66,59,97)
#3A3455
(58,52,85)
#322D49
(50,45,73)
#2A263D
(42,38,61)
#221F31
(34,31,49)
#1A1825
(26,24,37)
#121119
(18,17,25)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #5A5085

#5A5085
(90,80,133)
#695F90
(105,95,144)
#786E9B
(120,110,155)
#877DA6
(135,125,166)
#968CB1
(150,140,177)
#A59BBC
(165,155,188)
#B4AAC7
(180,170,199)
#C3B9D2
(195,185,210)
#D2C8DD
(210,200,221)
#E1D7E8
(225,215,232)
#F0E6F3
(240,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5085 color. Also use rgb(90,80,133) instead hex code.

Text Font Color

.myTextColor { color: #5A5085; }

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

This text font color is #5A5085.

Background Color

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

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

This div background color is #5A5085.

Border color

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

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

This div border color is #5A5085.

Opacity

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

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

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

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

This text has shadow with #5A5085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5085.

Preview

Color preview on black background

This text has color #5A5085 on black background.


Color preview on white background

This text has color #5A5085 on white background.


Black color preview on #5A5085 background

This text has black color on #5A5085 background.


White color preview on #5A5085 background

This text has white color on #5A5085 background.


Related colors

Complementary color

Complementary color for #hex is #A5AF7A.


I love getcolorcode.com

Triadic colors

1 #855A50 and #50855A with #5A5085 are triadic colors.

2 #85505A and #505A85 with #5A5085 are triadic colors.