COLOR #5A626E

HEX: #5A626E RGB: (90,98,110)

Color info

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

RGB color model

#5A626E color RGB value is (90,98,110).

RGB: (90,98,110) (35%, 38%, 43%)

RGB channels and saturation

R 90 of 255 = 35%
G 98 of 255 = 38%
B 110 of 255 = 43%

90
98
110

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

Portions of RGB colors in percentages

R + G + B = 90 + 98 + 110 = 298 (100%)
R 90 of 298 ~ 30.2%
G 98 of 298 ~ 32.89%
B 110 of 298 ~ 36.91'%

%30.2
%32.89
%36.91

CMYK color model

#5A626E color CMYK value is (18,11,0,57).

  • cyan value is 18.18%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (18,11,0,57) C18M11Y0K57 (18%,11%,0%,57%) (0.18/0.11/0.00/0.57) 

CMYK percentages

%18.18
%10.91
%0
%56.86

Codes

Color #5A626E in popluar color models

5A 62 6E
RGB 90 98 110
HSL 216° 10.00% 39.22%
HSB/HSV 216° 18.18% 43.14%
CMYK 18.18% 10.91% 0.00%
56.86%

Color #5A626E in popluar number systems.

HEX 5A 62 6E
Decimal 90 98 110
Binary 1011010 1100010 1101110
Octal 132 142 156

Shades and tints

Shades of #5A626E

#5A626E
(90,98,110)
#525A64
(82,90,100)
#4A525A
(74,82,90)
#424A50
(66,74,80)
#3A4246
(58,66,70)
#323A3C
(50,58,60)
#2A3232
(42,50,50)
#222A28
(34,42,40)
#1A221E
(26,34,30)
#121A14
(18,26,20)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #5A626E

#5A626E
(90,98,110)
#69707B
(105,112,123)
#787E88
(120,126,136)
#878C95
(135,140,149)
#969AA2
(150,154,162)
#A5A8AF
(165,168,175)
#B4B6BC
(180,182,188)
#C3C4C9
(195,196,201)
#D2D2D6
(210,210,214)
#E1E0E3
(225,224,227)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A626E; }

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

This text font color is #5A626E.

Background Color

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

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

This div background color is #5A626E.

Border color

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

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

This div border color is #5A626E.

Opacity

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

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

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

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

This text has shadow with #5A626E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A626E.

Preview

Color preview on black background

This text has color #5A626E on black background.


Color preview on white background

This text has color #5A626E on white background.


Black color preview on #5A626E background

This text has black color on #5A626E background.


White color preview on #5A626E background

This text has white color on #5A626E background.


Related colors

Complementary color

Complementary color for #hex is #A59D91.


I love getcolorcode.com

Triadic colors

1 #6E5A62 and #626E5A with #5A626E are triadic colors.

2 #6E625A and #625A6E with #5A626E are triadic colors.