COLOR #5A658A

HEX: #5A658A
RGB: (90,101,138)

Color info

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

RGB color model

#5A658A color RGB value is (90,101,138).

  • red value is 90;
  • green value is 101;
  • blue value is 138.
RGB:
(90,101,138)
(35%,40%,54%)

RGB channels and saturation

R 90 of 255 = 35%
G 101 of 255 = 40%
B 138 of 255 = 54%

90
101
138

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

Portions of RGB colors in percentages

R + G + B =
90 + 101 + 138 = 329 (100%)
R 90 of 329 ~ 27.36%
G 101 of 329 ~ 30.7%
B 138 of 329 ~ 41.95%

%27.36
%30.7
%41.95

CMYK color model

#5A658A color CMYK value is (35,27,0,46).

  • cyan value is 34.78%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(35,27,0,46)
C35M27Y0K46 
(35%,27%,0%,46%)
(0.35/0.27/0.00/0.46)	

CMYK percentages

%34.78
%26.81
%0
%45.88

Codes

Color #5A658A in popluar color models

5A658A
RGB90101138
HSL226°21.05%44.71%
HSB/HSV226°34.78%54.12%
CMYK34.78%26.81%0.00%
45.88%

Color #5A658A in popluar number systems.

HEX5A658A
Decimal90101138
Binary1011010110010110001010
Octal132145212

Shades and tints

Shades of #5A658A

#5A658A
(90,101,138)
#525C7E
(82,92,126)
#4A5372
(74,83,114)
#424A66
(66,74,102)
#3A415A
(58,65,90)
#32384E
(50,56,78)
#2A2F42
(42,47,66)
#222636
(34,38,54)
#1A1D2A
(26,29,42)
#12141E
(18,20,30)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #5A658A

#5A658A
(90,101,138)
#697394
(105,115,148)
#78819E
(120,129,158)
#878FA8
(135,143,168)
#969DB2
(150,157,178)
#A5ABBC
(165,171,188)
#B4B9C6
(180,185,198)
#C3C7D0
(195,199,208)
#D2D5DA
(210,213,218)
#E1E3E4
(225,227,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A658A; }

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

This text font color is #5A658A.


Background Color

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

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

This div background color is #5A658A.


Border color

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

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

This div border color is #5A658A.


Opacity

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

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

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

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

This text has shadow with #5A658A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A658A on black background.


Color preview on white background

This text has color #5A658A on white background.



Black color preview on #5A658A background

This text has black color on #5A658A background.


White color preview on #5A658A background

This text has white color on #5A658A background.