COLOR #5A536D

HEX: #5A536D
RGB: (90,83,109)

Color info

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

RGB color model

#5A536D color RGB value is (90,83,109).

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

RGB channels and saturation

R 90 of 255 = 35%
G 83 of 255 = 33%
B 109 of 255 = 43%

90
83
109

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

Portions of RGB colors in percentages

R + G + B =
90 + 83 + 109 = 282 (100%)
R 90 of 282 ~ 31.91%
G 83 of 282 ~ 29.43%
B 109 of 282 ~ 38.65%

%31.91
%29.43
%38.65

CMYK color model

#5A536D color CMYK value is (17,24,0,57).

  • cyan value is 17.43%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(17,24,0,57)
C17M24Y0K57 
(17%,24%,0%,57%)
(0.17/0.24/0.00/0.57)	

CMYK percentages

%17.43
%23.85
%0
%57.25

Codes

Color #5A536D in popluar color models

5A536D
RGB9083109
HSL256°13.54%37.65%
HSB/HSV256°23.85%42.75%
CMYK17.43%23.85%0.00%
57.25%

Color #5A536D in popluar number systems.

HEX5A536D
Decimal9083109
Binary101101010100111101101
Octal132123155

Shades and tints

Shades of #5A536D

#5A536D
(90,83,109)
#524C64
(82,76,100)
#4A455B
(74,69,91)
#423E52
(66,62,82)
#3A3749
(58,55,73)
#323040
(50,48,64)
#2A2937
(42,41,55)
#22222E
(34,34,46)
#1A1B25
(26,27,37)
#12141C
(18,20,28)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #5A536D

#5A536D
(90,83,109)
#69627A
(105,98,122)
#787187
(120,113,135)
#878094
(135,128,148)
#968FA1
(150,143,161)
#A59EAE
(165,158,174)
#B4ADBB
(180,173,187)
#C3BCC8
(195,188,200)
#D2CBD5
(210,203,213)
#E1DAE2
(225,218,226)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A536D; }

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

This text font color is #5A536D.


Background Color

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

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

This div background color is #5A536D.


Border color

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

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

This div border color is #5A536D.


Opacity

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

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

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

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

This text has shadow with #5A536D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A536D on black background.


Color preview on white background

This text has color #5A536D on white background.



Black color preview on #5A536D background

This text has black color on #5A536D background.


White color preview on #5A536D background

This text has white color on #5A536D background.