COLOR #5A6E8C

HEX: #5A6E8C RGB: (90,110,140)

Color info

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

RGB color model

#5A6E8C color RGB value is (90,110,140).

RGB: (90,110,140) (35%, 43%, 55%)

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 140 of 255 = 55%

90
110
140

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

Portions of RGB colors in percentages

R + G + B = 90 + 110 + 140 = 340 (100%)
R 90 of 340 ~ 26.47%
G 110 of 340 ~ 32.35%
B 140 of 340 ~ 41.18'%

%26.47
%32.35
%41.18

CMYK color model

#5A6E8C color CMYK value is (36,21,0,45).

  • cyan value is 35.71%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (36,21,0,45)
C36M21Y0K45 (36%, 21%, 0%, 45%)
(0.36 / 0.21 / 0.00 / 0.45)

CMYK percentages

%35.71
%21.43
%0
%45.1

Codes

Color #5A6E8C in popluar color models

5A 6E 8C
RGB 90 110 140
HSL 216° 21.74% 45.10%
HSB/HSV 216° 35.71% 54.90%
CMYK 35.71% 21.43% 0.00%
45.10%

Color #5A6E8C in popluar number systems.

HEX 5A 6E 8C
Decimal 90 110 140
Binary 1011010 1101110 10001100
Octal 132 156 214

Shades and tints

Shades of #5A6E8C

#5A6E8C
(90,110,140)
#526480
(82,100,128)
#4A5A74
(74,90,116)
#425068
(66,80,104)
#3A465C
(58,70,92)
#323C50
(50,60,80)
#2A3244
(42,50,68)
#222838
(34,40,56)
#1A1E2C
(26,30,44)
#121420
(18,20,32)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #5A6E8C

#5A6E8C
(90,110,140)
#697B96
(105,123,150)
#7888A0
(120,136,160)
#8795AA
(135,149,170)
#96A2B4
(150,162,180)
#A5AFBE
(165,175,190)
#B4BCC8
(180,188,200)
#C3C9D2
(195,201,210)
#D2D6DC
(210,214,220)
#E1E3E6
(225,227,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6E8C color. Also use rgb(90,110,140) instead hex code.

Text Font Color

.myTextColor { color: #5A6E8C; }

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

This text font color is #5A6E8C.

Background Color

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

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

This div background color is #5A6E8C.

Border color

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

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

This div border color is #5A6E8C.

Opacity

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

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

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

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

This text has shadow with #5A6E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6E8C.

Preview

Color preview on black background

This text has color #5A6E8C on black background.


Color preview on white background

This text has color #5A6E8C on white background.


Black color preview on #5A6E8C background

This text has black color on #5A6E8C background.


White color preview on #5A6E8C background

This text has white color on #5A6E8C background.


Related colors

Complementary color

Complementary color for #hex is #A59173.


I love getcolorcode.com

Triadic colors

1 #8C5A6E and #6E8C5A with #5A6E8C are triadic colors.

2 #8C6E5A and #6E5A8C with #5A6E8C are triadic colors.