COLOR #5A6562

HEX: #5A6562 RGB: (90,101,98)

Color info

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

RGB color model

#5A6562 color RGB value is (90,101,98).

RGB: (90,101,98) (35%, 40%, 38%)

RGB channels and saturation

R 90 of 255 = 35%
G 101 of 255 = 40%
B 98 of 255 = 38%

90
101
98

R + G + B ~ 38%. #5A6562 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 101 + 98 = 289 (100%)
R 90 of 289 ~ 31.14%
G 101 of 289 ~ 34.95%
B 98 of 289 ~ 33.91'%

%31.14
%34.95
%33.91

CMYK color model

#5A6562 color CMYK value is (11,0,3,60).

  • cyan value is 10.89%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 60.39%
CMYK: (11,0,3,60) C11M0Y3K60 (11%,0%,3%,60%) (0.11/0.00/0.03/0.60) 

CMYK percentages

%10.89
%0
%2.97
%60.39

Codes

Color #5A6562 in popluar color models

5A 65 62
RGB 90 101 98
HSL 164° 5.76% 37.45%
HSB/HSV 164° 10.89% 39.61%
CMYK 10.89% 0.00% 2.97%
60.39%

Color #5A6562 in popluar number systems.

HEX 5A 65 62
Decimal 90 101 98
Binary 1011010 1100101 1100010
Octal 132 145 142

Shades and tints

Shades of #5A6562

#5A6562
(90,101,98)
#525C5A
(82,92,90)
#4A5352
(74,83,82)
#424A4A
(66,74,74)
#3A4142
(58,65,66)
#32383A
(50,56,58)
#2A2F32
(42,47,50)
#22262A
(34,38,42)
#1A1D22
(26,29,34)
#12141A
(18,20,26)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #5A6562

#5A6562
(90,101,98)
#697370
(105,115,112)
#78817E
(120,129,126)
#878F8C
(135,143,140)
#969D9A
(150,157,154)
#A5ABA8
(165,171,168)
#B4B9B6
(180,185,182)
#C3C7C4
(195,199,196)
#D2D5D2
(210,213,210)
#E1E3E0
(225,227,224)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6562; }

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

This text font color is #5A6562.

Background Color

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

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

This div background color is #5A6562.

Border color

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

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

This div border color is #5A6562.

Opacity

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

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

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

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

This text has shadow with #5A6562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6562.

Preview

Color preview on black background

This text has color #5A6562 on black background.


Color preview on white background

This text has color #5A6562 on white background.


Black color preview on #5A6562 background

This text has black color on #5A6562 background.


White color preview on #5A6562 background

This text has white color on #5A6562 background.


Related colors

Complementary color

Complementary color for #hex is #A59A9D.


I love getcolorcode.com

Triadic colors

1 #625A65 and #65625A with #5A6562 are triadic colors.

2 #62655A and #655A62 with #5A6562 are triadic colors.