COLOR #5A6172

HEX: #5A6172 RGB: (90,97,114)

Color info

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

RGB color model

#5A6172 color RGB value is (90,97,114).

RGB: (90,97,114) (35%, 38%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 114 of 255 = 45%

90
97
114

R + G + B ~ 39%. #5A6172 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 97 + 114 = 301 (100%)
R 90 of 301 ~ 29.9%
G 97 of 301 ~ 32.23%
B 114 of 301 ~ 37.87'%

%29.9
%32.23
%37.87

CMYK color model

#5A6172 color CMYK value is (21,15,0,55).

  • cyan value is 21.05%
  • magenta value is 14.91%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (21,15,0,55)
C21M15Y0K55 (21%, 15%, 0%, 55%)
(0.21 / 0.15 / 0.00 / 0.55)

CMYK percentages

%21.05
%14.91
%0
%55.29

Codes

Color #5A6172 in popluar color models

5A 61 72
RGB 90 97 114
HSL 223° 11.76% 40.00%
HSB/HSV 223° 21.05% 44.71%
CMYK 21.05% 14.91% 0.00%
55.29%

Color #5A6172 in popluar number systems.

HEX 5A 61 72
Decimal 90 97 114
Binary 1011010 1100001 1110010
Octal 132 141 162

Shades and tints

Shades of #5A6172

#5A6172
(90,97,114)
#525968
(82,89,104)
#4A515E
(74,81,94)
#424954
(66,73,84)
#3A414A
(58,65,74)
#323940
(50,57,64)
#2A3136
(42,49,54)
#22292C
(34,41,44)
#1A2122
(26,33,34)
#121918
(18,25,24)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #5A6172

#5A6172
(90,97,114)
#696F7E
(105,111,126)
#787D8A
(120,125,138)
#878B96
(135,139,150)
#9699A2
(150,153,162)
#A5A7AE
(165,167,174)
#B4B5BA
(180,181,186)
#C3C3C6
(195,195,198)
#D2D1D2
(210,209,210)
#E1DFDE
(225,223,222)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6172; }

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

This text font color is #5A6172.

Background Color

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

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

This div background color is #5A6172.

Border color

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

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

This div border color is #5A6172.

Opacity

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

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

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

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

This text has shadow with #5A6172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6172.

Preview

Color preview on black background

This text has color #5A6172 on black background.


Color preview on white background

This text has color #5A6172 on white background.


Black color preview on #5A6172 background

This text has black color on #5A6172 background.


White color preview on #5A6172 background

This text has white color on #5A6172 background.


Related colors

Complementary color

Complementary color for #hex is #A59E8D.


I love getcolorcode.com

Triadic colors

1 #725A61 and #61725A with #5A6172 are triadic colors.

2 #72615A and #615A72 with #5A6172 are triadic colors.