COLOR #5A6D8E

HEX: #5A6D8E RGB: (90,109,142)

Color info

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

RGB color model

#5A6D8E color RGB value is (90,109,142).

RGB: (90,109,142) (35%, 43%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 109 of 255 = 43%
B 142 of 255 = 56%

90
109
142

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

Portions of RGB colors in percentages

R + G + B = 90 + 109 + 142 = 341 (100%)
R 90 of 341 ~ 26.39%
G 109 of 341 ~ 31.96%
B 142 of 341 ~ 41.64'%

%26.39
%31.96
%41.64

CMYK color model

#5A6D8E color CMYK value is (37,23,0,44).

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

CMYK: (37,23,0,44)
C37M23Y0K44 (37%, 23%, 0%, 44%)
(0.37 / 0.23 / 0.00 / 0.44)

CMYK percentages

%36.62
%23.24
%0
%44.31

Codes

Color #5A6D8E in popluar color models

5A 6D 8E
RGB 90 109 142
HSL 218° 22.41% 45.49%
HSB/HSV 218° 36.62% 55.69%
CMYK 36.62% 23.24% 0.00%
44.31%

Color #5A6D8E in popluar number systems.

HEX 5A 6D 8E
Decimal 90 109 142
Binary 1011010 1101101 10001110
Octal 132 155 216

Shades and tints

Shades of #5A6D8E

#5A6D8E
(90,109,142)
#526482
(82,100,130)
#4A5B76
(74,91,118)
#42526A
(66,82,106)
#3A495E
(58,73,94)
#324052
(50,64,82)
#2A3746
(42,55,70)
#222E3A
(34,46,58)
#1A252E
(26,37,46)
#121C22
(18,28,34)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #5A6D8E

#5A6D8E
(90,109,142)
#697A98
(105,122,152)
#7887A2
(120,135,162)
#8794AC
(135,148,172)
#96A1B6
(150,161,182)
#A5AEC0
(165,174,192)
#B4BBCA
(180,187,202)
#C3C8D4
(195,200,212)
#D2D5DE
(210,213,222)
#E1E2E8
(225,226,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6D8E; }

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

This text font color is #5A6D8E.

Background Color

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

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

This div background color is #5A6D8E.

Border color

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

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

This div border color is #5A6D8E.

Opacity

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

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

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

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

This text has shadow with #5A6D8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6D8E.

Preview

Color preview on black background

This text has color #5A6D8E on black background.


Color preview on white background

This text has color #5A6D8E on white background.


Black color preview on #5A6D8E background

This text has black color on #5A6D8E background.


White color preview on #5A6D8E background

This text has white color on #5A6D8E background.


Related colors

Complementary color

Complementary color for #hex is #A59271.


I love getcolorcode.com

Triadic colors

1 #8E5A6D and #6D8E5A with #5A6D8E are triadic colors.

2 #8E6D5A and #6D5A8E with #5A6D8E are triadic colors.