COLOR #5A436C

HEX: #5A436C
RGB: (90,67,108)

Color info

#5A436C contains red, green and blue colors in about the same proportion. Web safe color of #5A436C is #663366 (or #636).

RGB color model

#5A436C color RGB value is (90,67,108).

  • red value is 90;
  • green value is 67;
  • blue value is 108.
RGB:
(90,67,108)
(35%,26%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 108 of 255 = 42%

90
67
108

R + G + B ~ 34%. #5A436C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 67 + 108 = 265 (100%)
R 90 of 265 ~ 33.96%
G 67 of 265 ~ 25.28%
B 108 of 265 ~ 40.75%

%33.96
%25.28
%40.75

CMYK color model

#5A436C color CMYK value is (17,38,0,58).

  • cyan value is 16.67%
  • magenta value is 37.96%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(17,38,0,58)
C17M38Y0K58 
(17%,38%,0%,58%)
(0.17/0.38/0.00/0.58)	

CMYK percentages

%16.67
%37.96
%0
%57.65

Codes

Color #5A436C in popluar color models

5A436C
RGB9067108
HSL274°23.43%34.31%
HSB/HSV274°37.96%42.35%
CMYK16.67%37.96%0.00%
57.65%

Color #5A436C in popluar number systems.

HEX5A436C
Decimal9067108
Binary101101010000111101100
Octal132103154

Shades and tints

Shades of #5A436C

#5A436C
(90,67,108)
#523D63
(82,61,99)
#4A375A
(74,55,90)
#423151
(66,49,81)
#3A2B48
(58,43,72)
#32253F
(50,37,63)
#2A1F36
(42,31,54)
#22192D
(34,25,45)
#1A1324
(26,19,36)
#120D1B
(18,13,27)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #5A436C

#5A436C
(90,67,108)
#695479
(105,84,121)
#786586
(120,101,134)
#877693
(135,118,147)
#9687A0
(150,135,160)
#A598AD
(165,152,173)
#B4A9BA
(180,169,186)
#C3BAC7
(195,186,199)
#D2CBD4
(210,203,212)
#E1DCE1
(225,220,225)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A436C color. Also use rgb(90,67,108) instead hex code.

Text Font Color

.myTextColor { color: #5A436C; }

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

This text font color is #5A436C.


Background Color

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

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

This div background color is #5A436C.


Border color

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

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

This div border color is #5A436C.


Opacity

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

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

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

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

This text has shadow with #5A436C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A436C on black background.


Color preview on white background

This text has color #5A436C on white background.



Black color preview on #5A436C background

This text has black color on #5A436C background.


White color preview on #5A436C background

This text has white color on #5A436C background.