COLOR #5A536A

HEX: #5A536A
RGB: (90,83,106)

Color info

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

RGB color model

#5A536A color RGB value is (90,83,106).

  • red value is 90;
  • green value is 83;
  • blue value is 106.
RGB:
(90,83,106)
(35%,33%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 106 of 255 = 42%

90
83
106

R + G + B ~ 37%. #5A536A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 106 = 279 (100%)
R 90 of 279 ~ 32.26%
G 83 of 279 ~ 29.75%
B 106 of 279 ~ 37.99%

%32.26
%29.75
%37.99

CMYK color model

#5A536A color CMYK value is (15,22,0,58).

  • cyan value is 15.09%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(15,22,0,58)
C15M22Y0K58 
(15%,22%,0%,58%)
(0.15/0.22/0.00/0.58)	

CMYK percentages

%15.09
%21.7
%0
%58.43

Codes

Color #5A536A in popluar color models

5A536A
RGB9083106
HSL258°12.17%37.06%
HSB/HSV258°21.70%41.57%
CMYK15.09%21.70%0.00%
58.43%

Color #5A536A in popluar number systems.

HEX5A536A
Decimal9083106
Binary101101010100111101010
Octal132123152

Shades and tints

Shades of #5A536A

#5A536A
(90,83,106)
#524C61
(82,76,97)
#4A4558
(74,69,88)
#423E4F
(66,62,79)
#3A3746
(58,55,70)
#32303D
(50,48,61)
#2A2934
(42,41,52)
#22222B
(34,34,43)
#1A1B22
(26,27,34)
#121419
(18,20,25)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #5A536A

#5A536A
(90,83,106)
#696277
(105,98,119)
#787184
(120,113,132)
#878091
(135,128,145)
#968F9E
(150,143,158)
#A59EAB
(165,158,171)
#B4ADB8
(180,173,184)
#C3BCC5
(195,188,197)
#D2CBD2
(210,203,210)
#E1DADF
(225,218,223)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A536A color. Also use rgb(90,83,106) instead hex code.

Text Font Color

.myTextColor { color: #5A536A; }

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

This text font color is #5A536A.


Background Color

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

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

This div background color is #5A536A.


Border color

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

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

This div border color is #5A536A.


Opacity

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

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

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

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

This text has shadow with #5A536A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A536A on black background.


Color preview on white background

This text has color #5A536A on white background.



Black color preview on #5A536A background

This text has black color on #5A536A background.


White color preview on #5A536A background

This text has white color on #5A536A background.