COLOR #5A6C8E

HEX: #5A6C8E RGB: (90,108,142)

Color info

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

RGB color model

#5A6C8E color RGB value is (90,108,142).

RGB: (90,108,142) (35%, 42%, 56%)

RGB channels and saturation

R 90 of 255 = 35%
G 108 of 255 = 42%
B 142 of 255 = 56%

90
108
142

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

Portions of RGB colors in percentages

R + G + B = 90 + 108 + 142 = 340 (100%)
R 90 of 340 ~ 26.47%
G 108 of 340 ~ 31.76%
B 142 of 340 ~ 41.76'%

%26.47
%31.76
%41.76

CMYK color model

#5A6C8E color CMYK value is (37,24,0,44).

  • cyan value is 36.62%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (37,24,0,44) C37M24Y0K44 (37%,24%,0%,44%) (0.37/0.24/0.00/0.44) 

CMYK percentages

%36.62
%23.94
%0
%44.31

Codes

Color #5A6C8E in popluar color models

5A 6C 8E
RGB 90 108 142
HSL 219° 22.41% 45.49%
HSB/HSV 219° 36.62% 55.69%
CMYK 36.62% 23.94% 0.00%
44.31%

Color #5A6C8E in popluar number systems.

HEX 5A 6C 8E
Decimal 90 108 142
Binary 1011010 1101100 10001110
Octal 132 154 216

Shades and tints

Shades of #5A6C8E

#5A6C8E
(90,108,142)
#526382
(82,99,130)
#4A5A76
(74,90,118)
#42516A
(66,81,106)
#3A485E
(58,72,94)
#323F52
(50,63,82)
#2A3646
(42,54,70)
#222D3A
(34,45,58)
#1A242E
(26,36,46)
#121B22
(18,27,34)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #5A6C8E

#5A6C8E
(90,108,142)
#697998
(105,121,152)
#7886A2
(120,134,162)
#8793AC
(135,147,172)
#96A0B6
(150,160,182)
#A5ADC0
(165,173,192)
#B4BACA
(180,186,202)
#C3C7D4
(195,199,212)
#D2D4DE
(210,212,222)
#E1E1E8
(225,225,232)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6C8E; }

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

This text font color is #5A6C8E.

Background Color

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

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

This div background color is #5A6C8E.

Border color

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

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

This div border color is #5A6C8E.

Opacity

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

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

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

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

This text has shadow with #5A6C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6C8E.

Preview

Color preview on black background

This text has color #5A6C8E on black background.


Color preview on white background

This text has color #5A6C8E on white background.


Black color preview on #5A6C8E background

This text has black color on #5A6C8E background.


White color preview on #5A6C8E background

This text has white color on #5A6C8E background.


Related colors

Complementary color

Complementary color for #hex is #A59371.


I love getcolorcode.com

Triadic colors

1 #8E5A6C and #6C8E5A with #5A6C8E are triadic colors.

2 #8E6C5A and #6C5A8E with #5A6C8E are triadic colors.