COLOR #5A656E

HEX: #5A656E
RGB: (90,101,110)

Color info

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

RGB color model

#5A656E color RGB value is (90,101,110).

  • red value is 90;
  • green value is 101;
  • blue value is 110.
RGB:
(90,101,110)
(35%,40%,43%)

RGB channels and saturation

R 90 of 255 = 35%
G 101 of 255 = 40%
B 110 of 255 = 43%

90
101
110

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

Portions of RGB colors in percentages

R + G + B =
90 + 101 + 110 = 301 (100%)
R 90 of 301 ~ 29.9%
G 101 of 301 ~ 33.55%
B 110 of 301 ~ 36.54%

%29.9
%33.55
%36.54

CMYK color model

#5A656E color CMYK value is (18,8,0,57).

  • cyan value is 18.18%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(18,8,0,57)
C18M8Y0K57 
(18%,8%,0%,57%)
(0.18/0.08/0.00/0.57)	

CMYK percentages

%18.18
%8.18
%0
%56.86

Codes

Color #5A656E in popluar color models

5A656E
RGB90101110
HSL207°10.00%39.22%
HSB/HSV207°18.18%43.14%
CMYK18.18%8.18%0.00%
56.86%

Color #5A656E in popluar number systems.

HEX5A656E
Decimal90101110
Binary101101011001011101110
Octal132145156

Shades and tints

Shades of #5A656E

#5A656E
(90,101,110)
#525C64
(82,92,100)
#4A535A
(74,83,90)
#424A50
(66,74,80)
#3A4146
(58,65,70)
#32383C
(50,56,60)
#2A2F32
(42,47,50)
#222628
(34,38,40)
#1A1D1E
(26,29,30)
#121414
(18,20,20)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #5A656E

#5A656E
(90,101,110)
#69737B
(105,115,123)
#788188
(120,129,136)
#878F95
(135,143,149)
#969DA2
(150,157,162)
#A5ABAF
(165,171,175)
#B4B9BC
(180,185,188)
#C3C7C9
(195,199,201)
#D2D5D6
(210,213,214)
#E1E3E3
(225,227,227)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A656E; }

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

This text font color is #5A656E.


Background Color

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

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

This div background color is #5A656E.


Border color

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

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

This div border color is #5A656E.


Opacity

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

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

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

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

This text has shadow with #5A656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A656E on black background.


Color preview on white background

This text has color #5A656E on white background.



Black color preview on #5A656E background

This text has black color on #5A656E background.


White color preview on #5A656E background

This text has white color on #5A656E background.