COLOR #5A6178

HEX: #5A6178 RGB: (90,97,120)

Color info

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

RGB color model

#5A6178 color RGB value is (90,97,120).

RGB: (90,97,120) (35%, 38%, 47%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 120 of 255 = 47%

90
97
120

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

Portions of RGB colors in percentages

R + G + B = 90 + 97 + 120 = 307 (100%)
R 90 of 307 ~ 29.32%
G 97 of 307 ~ 31.6%
B 120 of 307 ~ 39.09'%

%29.32
%31.6
%39.09

CMYK color model

#5A6178 color CMYK value is (25,19,0,53).

  • cyan value is 25.00%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (25,19,0,53)
C25M19Y0K53 (25%, 19%, 0%, 53%)
(0.25 / 0.19 / 0.00 / 0.53)

CMYK percentages

%25
%19.17
%0
%52.94

Codes

Color #5A6178 in popluar color models

5A 61 78
RGB 90 97 120
HSL 226° 14.29% 41.18%
HSB/HSV 226° 25.00% 47.06%
CMYK 25.00% 19.17% 0.00%
52.94%

Color #5A6178 in popluar number systems.

HEX 5A 61 78
Decimal 90 97 120
Binary 1011010 1100001 1111000
Octal 132 141 170

Shades and tints

Shades of #5A6178

#5A6178
(90,97,120)
#52596E
(82,89,110)
#4A5164
(74,81,100)
#42495A
(66,73,90)
#3A4150
(58,65,80)
#323946
(50,57,70)
#2A313C
(42,49,60)
#222932
(34,41,50)
#1A2128
(26,33,40)
#12191E
(18,25,30)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #5A6178

#5A6178
(90,97,120)
#696F84
(105,111,132)
#787D90
(120,125,144)
#878B9C
(135,139,156)
#9699A8
(150,153,168)
#A5A7B4
(165,167,180)
#B4B5C0
(180,181,192)
#C3C3CC
(195,195,204)
#D2D1D8
(210,209,216)
#E1DFE4
(225,223,228)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6178 color. Also use rgb(90,97,120) instead hex code.

Text Font Color

.myTextColor { color: #5A6178; }

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

This text font color is #5A6178.

Background Color

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

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

This div background color is #5A6178.

Border color

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

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

This div border color is #5A6178.

Opacity

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

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

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

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

This text has shadow with #5A6178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6178.

Preview

Color preview on black background

This text has color #5A6178 on black background.


Color preview on white background

This text has color #5A6178 on white background.


Black color preview on #5A6178 background

This text has black color on #5A6178 background.


White color preview on #5A6178 background

This text has white color on #5A6178 background.


Related colors

Complementary color

Complementary color for #hex is #A59E87.


I love getcolorcode.com

Triadic colors

1 #785A61 and #61785A with #5A6178 are triadic colors.

2 #78615A and #615A78 with #5A6178 are triadic colors.