COLOR #5A587E

HEX: #5A587E RGB: (90,88,126)

Color info

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

RGB color model

#5A587E color RGB value is (90,88,126).

RGB: (90,88,126) (35%, 35%, 49%)

RGB channels and saturation

R 90 of 255 = 35%
G 88 of 255 = 35%
B 126 of 255 = 49%

90
88
126

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

Portions of RGB colors in percentages

R + G + B = 90 + 88 + 126 = 304 (100%)
R 90 of 304 ~ 29.61%
G 88 of 304 ~ 28.95%
B 126 of 304 ~ 41.45'%

%29.61
%28.95
%41.45

CMYK color model

#5A587E color CMYK value is (29,30,0,51).

  • cyan value is 28.57%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (29,30,0,51)
C29M30Y0K51 (29%, 30%, 0%, 51%)
(0.29 / 0.30 / 0.00 / 0.51)

CMYK percentages

%28.57
%30.16
%0
%50.59

Codes

Color #5A587E in popluar color models

5A 58 7E
RGB 90 88 126
HSL 243° 17.76% 41.96%
HSB/HSV 243° 30.16% 49.41%
CMYK 28.57% 30.16% 0.00%
50.59%

Color #5A587E in popluar number systems.

HEX 5A 58 7E
Decimal 90 88 126
Binary 1011010 1011000 1111110
Octal 132 130 176

Shades and tints

Shades of #5A587E

#5A587E
(90,88,126)
#525073
(82,80,115)
#4A4868
(74,72,104)
#42405D
(66,64,93)
#3A3852
(58,56,82)
#323047
(50,48,71)
#2A283C
(42,40,60)
#222031
(34,32,49)
#1A1826
(26,24,38)
#12101B
(18,16,27)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #5A587E

#5A587E
(90,88,126)
#696789
(105,103,137)
#787694
(120,118,148)
#87859F
(135,133,159)
#9694AA
(150,148,170)
#A5A3B5
(165,163,181)
#B4B2C0
(180,178,192)
#C3C1CB
(195,193,203)
#D2D0D6
(210,208,214)
#E1DFE1
(225,223,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A587E color. Also use rgb(90,88,126) instead hex code.

Text Font Color

.myTextColor { color: #5A587E; }

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

This text font color is #5A587E.

Background Color

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

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

This div background color is #5A587E.

Border color

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

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

This div border color is #5A587E.

Opacity

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

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

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

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

This text has shadow with #5A587E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A587E.

Preview

Color preview on black background

This text has color #5A587E on black background.


Color preview on white background

This text has color #5A587E on white background.


Black color preview on #5A587E background

This text has black color on #5A587E background.


White color preview on #5A587E background

This text has white color on #5A587E background.


Related colors

Complementary color

Complementary color for #hex is #A5A781.


I love getcolorcode.com

Triadic colors

1 #7E5A58 and #587E5A with #5A587E are triadic colors.

2 #7E585A and #585A7E with #5A587E are triadic colors.