COLOR #5A6ACD

HEX: #5A6ACD
RGB: (90,106,205)

Color info

#5A6ACD contains mainly blue color. Web safe color of #5A6ACD is #6666CC (or #66C).

RGB color model

#5A6ACD color RGB value is (90,106,205).

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

RGB channels and saturation

R 90 of 255 = 35%
G 106 of 255 = 42%
B 205 of 255 = 80%

90
106
205

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

Portions of RGB colors in percentages

R + G + B =
90 + 106 + 205 = 401 (100%)
R 90 of 401 ~ 22.44%
G 106 of 401 ~ 26.43%
B 205 of 401 ~ 51.12%

%22.44
%26.43
%51.12

CMYK color model

#5A6ACD color CMYK value is (56,48,0,20).

  • cyan value is 56.10%
  • magenta value is 48.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(56,48,0,20)
C56M48Y0K20 
(56%,48%,0%,20%)
(0.56/0.48/0.00/0.20)	

CMYK percentages

%56.1
%48.29
%0
%19.61

Codes

Color #5A6ACD in popluar color models

5A6ACD
RGB90106205
HSL232°53.49%57.84%
HSB/HSV232°56.10%80.39%
CMYK56.10%48.29%0.00%
19.61%

Color #5A6ACD in popluar number systems.

HEX5A6ACD
Decimal90106205
Binary1011010110101011001101
Octal132152315

Shades and tints

Shades of #5A6ACD

#5A6ACD
(90,106,205)
#5261BB
(82,97,187)
#4A58A9
(74,88,169)
#424F97
(66,79,151)
#3A4685
(58,70,133)
#323D73
(50,61,115)
#2A3461
(42,52,97)
#222B4F
(34,43,79)
#1A223D
(26,34,61)
#12192B
(18,25,43)
#0A1019
(10,16,25)
#000000
(0,0,0)

Tints of #5A6ACD

#5A6ACD
(90,106,205)
#6977D1
(105,119,209)
#7884D5
(120,132,213)
#8791D9
(135,145,217)
#969EDD
(150,158,221)
#A5ABE1
(165,171,225)
#B4B8E5
(180,184,229)
#C3C5E9
(195,197,233)
#D2D2ED
(210,210,237)
#E1DFF1
(225,223,241)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6ACD; }

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

This text font color is #5A6ACD.


Background Color

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

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

This div background color is #5A6ACD.


Border color

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

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

This div border color is #5A6ACD.


Opacity

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

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

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

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

This text has shadow with #5A6ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6ACD on black background.


Color preview on white background

This text has color #5A6ACD on white background.



Black color preview on #5A6ACD background

This text has black color on #5A6ACD background.


White color preview on #5A6ACD background

This text has white color on #5A6ACD background.