COLOR #5A648B

HEX: #5A648B
RGB: (90,100,139)

Color info

#5A648B contains red, green and blue colors in about the same proportion. Web safe color of #5A648B is #666699 (or #669).

RGB color model

#5A648B color RGB value is (90,100,139).

  • red value is 90;
  • green value is 100;
  • blue value is 139.
RGB:
(90,100,139)
(35%,39%,55%)

RGB channels and saturation

R 90 of 255 = 35%
G 100 of 255 = 39%
B 139 of 255 = 55%

90
100
139

R + G + B ~ 43%. #5A648B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 100 + 139 = 329 (100%)
R 90 of 329 ~ 27.36%
G 100 of 329 ~ 30.4%
B 139 of 329 ~ 42.25%

%27.36
%30.4
%42.25

CMYK color model

#5A648B color CMYK value is (35,28,0,45).

  • cyan value is 35.25%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,28,0,45)
C35M28Y0K45 
(35%,28%,0%,45%)
(0.35/0.28/0.00/0.45)	

CMYK percentages

%35.25
%28.06
%0
%45.49

Codes

Color #5A648B in popluar color models

5A648B
RGB90100139
HSL228°21.40%44.90%
HSB/HSV228°35.25%54.51%
CMYK35.25%28.06%0.00%
45.49%

Color #5A648B in popluar number systems.

HEX5A648B
Decimal90100139
Binary1011010110010010001011
Octal132144213

Shades and tints

Shades of #5A648B

#5A648B
(90,100,139)
#525B7F
(82,91,127)
#4A5273
(74,82,115)
#424967
(66,73,103)
#3A405B
(58,64,91)
#32374F
(50,55,79)
#2A2E43
(42,46,67)
#222537
(34,37,55)
#1A1C2B
(26,28,43)
#12131F
(18,19,31)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #5A648B

#5A648B
(90,100,139)
#697295
(105,114,149)
#78809F
(120,128,159)
#878EA9
(135,142,169)
#969CB3
(150,156,179)
#A5AABD
(165,170,189)
#B4B8C7
(180,184,199)
#C3C6D1
(195,198,209)
#D2D4DB
(210,212,219)
#E1E2E5
(225,226,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A648B color. Also use rgb(90,100,139) instead hex code.

Text Font Color

.myTextColor { color: #5A648B; }

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

This text font color is #5A648B.


Background Color

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

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

This div background color is #5A648B.


Border color

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

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

This div border color is #5A648B.


Opacity

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

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

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

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

This text has shadow with #5A648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A648B on black background.


Color preview on white background

This text has color #5A648B on white background.



Black color preview on #5A648B background

This text has black color on #5A648B background.


White color preview on #5A648B background

This text has white color on #5A648B background.