COLOR #5A6671

HEX: #5A6671
RGB: (90,102,113)

Color info

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

RGB color model

#5A6671 color RGB value is (90,102,113).

  • red value is 90;
  • green value is 102;
  • blue value is 113.
RGB:
(90,102,113)
(35%,40%,44%)

RGB channels and saturation

R 90 of 255 = 35%
G 102 of 255 = 40%
B 113 of 255 = 44%

90
102
113

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

Portions of RGB colors in percentages

R + G + B =
90 + 102 + 113 = 305 (100%)
R 90 of 305 ~ 29.51%
G 102 of 305 ~ 33.44%
B 113 of 305 ~ 37.05%

%29.51
%33.44
%37.05

CMYK color model

#5A6671 color CMYK value is (20,10,0,56).

  • cyan value is 20.35%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(20,10,0,56)
C20M10Y0K56 
(20%,10%,0%,56%)
(0.20/0.10/0.00/0.56)	

CMYK percentages

%20.35
%9.73
%0
%55.69

Codes

Color #5A6671 in popluar color models

5A6671
RGB90102113
HSL209°11.33%39.80%
HSB/HSV209°20.35%44.31%
CMYK20.35%9.73%0.00%
55.69%

Color #5A6671 in popluar number systems.

HEX5A6671
Decimal90102113
Binary101101011001101110001
Octal132146161

Shades and tints

Shades of #5A6671

#5A6671
(90,102,113)
#525D67
(82,93,103)
#4A545D
(74,84,93)
#424B53
(66,75,83)
#3A4249
(58,66,73)
#32393F
(50,57,63)
#2A3035
(42,48,53)
#22272B
(34,39,43)
#1A1E21
(26,30,33)
#121517
(18,21,23)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #5A6671

#5A6671
(90,102,113)
#69737D
(105,115,125)
#788089
(120,128,137)
#878D95
(135,141,149)
#969AA1
(150,154,161)
#A5A7AD
(165,167,173)
#B4B4B9
(180,180,185)
#C3C1C5
(195,193,197)
#D2CED1
(210,206,209)
#E1DBDD
(225,219,221)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6671 color. Also use rgb(90,102,113) instead hex code.

Text Font Color

.myTextColor { color: #5A6671; }

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

This text font color is #5A6671.


Background Color

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

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

This div background color is #5A6671.


Border color

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

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

This div border color is #5A6671.


Opacity

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

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

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

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

This text has shadow with #5A6671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6671 on black background.


Color preview on white background

This text has color #5A6671 on white background.



Black color preview on #5A6671 background

This text has black color on #5A6671 background.


White color preview on #5A6671 background

This text has white color on #5A6671 background.