COLOR #5A6BE0

HEX: #5A6BE0
RGB: (90,107,224)

Color info

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

RGB color model

#5A6BE0 color RGB value is (90,107,224).

  • red value is 90;
  • green value is 107;
  • blue value is 224.
RGB:
(90,107,224)
(35%,42%,88%)

RGB channels and saturation

R 90 of 255 = 35%
G 107 of 255 = 42%
B 224 of 255 = 88%

90
107
224

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

Portions of RGB colors in percentages

R + G + B =
90 + 107 + 224 = 421 (100%)
R 90 of 421 ~ 21.38%
G 107 of 421 ~ 25.42%
B 224 of 421 ~ 53.21%

%21.38
%25.42
%53.21

CMYK color model

#5A6BE0 color CMYK value is (60,52,0,12).

  • cyan value is 59.82%
  • magenta value is 52.23%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(60,52,0,12)
C60M52Y0K12 
(60%,52%,0%,12%)
(0.60/0.52/0.00/0.12)	

CMYK percentages

%59.82
%52.23
%0
%12.16

Codes

Color #5A6BE0 in popluar color models

5A6BE0
RGB90107224
HSL232°68.37%61.57%
HSB/HSV232°59.82%87.84%
CMYK59.82%52.23%0.00%
12.16%

Color #5A6BE0 in popluar number systems.

HEX5A6BE0
Decimal90107224
Binary1011010110101111100000
Octal132153340

Shades and tints

Shades of #5A6BE0

#5A6BE0
(90,107,224)
#5262CC
(82,98,204)
#4A59B8
(74,89,184)
#4250A4
(66,80,164)
#3A4790
(58,71,144)
#323E7C
(50,62,124)
#2A3568
(42,53,104)
#222C54
(34,44,84)
#1A2340
(26,35,64)
#121A2C
(18,26,44)
#0A1118
(10,17,24)
#000000
(0,0,0)

Tints of #5A6BE0

#5A6BE0
(90,107,224)
#6978E2
(105,120,226)
#7885E4
(120,133,228)
#8792E6
(135,146,230)
#969FE8
(150,159,232)
#A5ACEA
(165,172,234)
#B4B9EC
(180,185,236)
#C3C6EE
(195,198,238)
#D2D3F0
(210,211,240)
#E1E0F2
(225,224,242)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6BE0 color. Also use rgb(90,107,224) instead hex code.

Text Font Color

.myTextColor { color: #5A6BE0; }

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

This text font color is #5A6BE0.


Background Color

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

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

This div background color is #5A6BE0.


Border color

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

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

This div border color is #5A6BE0.


Opacity

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

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

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

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

This text has shadow with #5A6BE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6BE0 on black background.


Color preview on white background

This text has color #5A6BE0 on white background.



Black color preview on #5A6BE0 background

This text has black color on #5A6BE0 background.


White color preview on #5A6BE0 background

This text has white color on #5A6BE0 background.