COLOR #5A658E

HEX: #5A658E RGB: (90,101,142)

Color info

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

RGB color model

#5A658E color RGB value is (90,101,142).

RGB: (90,101,142) (35%, 40%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 101 of 255 = 40%
B 142 of 255 = 56%

90
101
142

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

Portions of RGB colors in percentages

R + G + B = 90 + 101 + 142 = 333 (100%)
R 90 of 333 ~ 27.03%
G 101 of 333 ~ 30.33%
B 142 of 333 ~ 42.64'%

%27.03
%30.33
%42.64

CMYK color model

#5A658E color CMYK value is (37,29,0,44).

  • cyan value is 36.62%
  • magenta value is 28.87%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (37,29,0,44)
C37M29Y0K44 (37%, 29%, 0%, 44%)
(0.37 / 0.29 / 0.00 / 0.44)

CMYK percentages

%36.62
%28.87
%0
%44.31

Codes

Color #5A658E in popluar color models

5A 65 8E
RGB 90 101 142
HSL 227° 22.41% 45.49%
HSB/HSV 227° 36.62% 55.69%
CMYK 36.62% 28.87% 0.00%
44.31%

Color #5A658E in popluar number systems.

HEX 5A 65 8E
Decimal 90 101 142
Binary 1011010 1100101 10001110
Octal 132 145 216

Shades and tints

Shades of #5A658E

#5A658E
(90,101,142)
#525C82
(82,92,130)
#4A5376
(74,83,118)
#424A6A
(66,74,106)
#3A415E
(58,65,94)
#323852
(50,56,82)
#2A2F46
(42,47,70)
#22263A
(34,38,58)
#1A1D2E
(26,29,46)
#121422
(18,20,34)
#0A0B16
(10,11,22)
#000000
(0,0,0)

Tints of #5A658E

#5A658E
(90,101,142)
#697398
(105,115,152)
#7881A2
(120,129,162)
#878FAC
(135,143,172)
#969DB6
(150,157,182)
#A5ABC0
(165,171,192)
#B4B9CA
(180,185,202)
#C3C7D4
(195,199,212)
#D2D5DE
(210,213,222)
#E1E3E8
(225,227,232)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A658E color. Also use rgb(90,101,142) instead hex code.

Text Font Color

.myTextColor { color: #5A658E; }

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

This text font color is #5A658E.

Background Color

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

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

This div background color is #5A658E.

Border color

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

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

This div border color is #5A658E.

Opacity

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

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

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

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

This text has shadow with #5A658E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A658E.

Preview

Color preview on black background

This text has color #5A658E on black background.


Color preview on white background

This text has color #5A658E on white background.


Black color preview on #5A658E background

This text has black color on #5A658E background.


White color preview on #5A658E background

This text has white color on #5A658E background.


Related colors

Complementary color

Complementary color for #hex is #A59A71.


I love getcolorcode.com

Triadic colors

1 #8E5A65 and #658E5A with #5A658E are triadic colors.

2 #8E655A and #655A8E with #5A658E are triadic colors.