COLOR #5A6CD4

HEX: #5A6CD4
RGB: (90,108,212)

Color info

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

RGB color model

#5A6CD4 color RGB value is (90,108,212).

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

RGB channels and saturation

R 90 of 255 = 35%
G 108 of 255 = 42%
B 212 of 255 = 83%

90
108
212

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

Portions of RGB colors in percentages

R + G + B =
90 + 108 + 212 = 410 (100%)
R 90 of 410 ~ 21.95%
G 108 of 410 ~ 26.34%
B 212 of 410 ~ 51.71%

%21.95
%26.34
%51.71

CMYK color model

#5A6CD4 color CMYK value is (58,49,0,17).

  • cyan value is 57.55%
  • magenta value is 49.06%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(58,49,0,17)
C58M49Y0K17 
(58%,49%,0%,17%)
(0.58/0.49/0.00/0.17)	

CMYK percentages

%57.55
%49.06
%0
%16.86

Codes

Color #5A6CD4 in popluar color models

5A6CD4
RGB90108212
HSL231°58.65%59.22%
HSB/HSV231°57.55%83.14%
CMYK57.55%49.06%0.00%
16.86%

Color #5A6CD4 in popluar number systems.

HEX5A6CD4
Decimal90108212
Binary1011010110110011010100
Octal132154324

Shades and tints

Shades of #5A6CD4

#5A6CD4
(90,108,212)
#5263C1
(82,99,193)
#4A5AAE
(74,90,174)
#42519B
(66,81,155)
#3A4888
(58,72,136)
#323F75
(50,63,117)
#2A3662
(42,54,98)
#222D4F
(34,45,79)
#1A243C
(26,36,60)
#121B29
(18,27,41)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #5A6CD4

#5A6CD4
(90,108,212)
#6979D7
(105,121,215)
#7886DA
(120,134,218)
#8793DD
(135,147,221)
#96A0E0
(150,160,224)
#A5ADE3
(165,173,227)
#B4BAE6
(180,186,230)
#C3C7E9
(195,199,233)
#D2D4EC
(210,212,236)
#E1E1EF
(225,225,239)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A6CD4; }

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

This text font color is #5A6CD4.


Background Color

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

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

This div background color is #5A6CD4.


Border color

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

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

This div border color is #5A6CD4.


Opacity

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

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

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

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

This text has shadow with #5A6CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6CD4 on black background.


Color preview on white background

This text has color #5A6CD4 on white background.



Black color preview on #5A6CD4 background

This text has black color on #5A6CD4 background.


White color preview on #5A6CD4 background

This text has white color on #5A6CD4 background.