COLOR #5A6EA2

HEX: #5A6EA2 RGB: (90,110,162)

Color info

#5A6EA2 contains mainly green and blue colors. Web safe color of #5A6EA2 is #666699 (or #669).

RGB color model

#5A6EA2 color RGB value is (90,110,162).

RGB: (90,110,162) (35%, 43%, 64%)

RGB channels and saturation

R 90 of 255 = 35%
G 110 of 255 = 43%
B 162 of 255 = 64%

90
110
162

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

Portions of RGB colors in percentages

R + G + B = 90 + 110 + 162 = 362 (100%)
R 90 of 362 ~ 24.86%
G 110 of 362 ~ 30.39%
B 162 of 362 ~ 44.75'%

%24.86
%30.39
%44.75

CMYK color model

#5A6EA2 color CMYK value is (44,32,0,36).

  • cyan value is 44.44%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (44,32,0,36)
C44M32Y0K36 (44%, 32%, 0%, 36%)
(0.44 / 0.32 / 0.00 / 0.36)

CMYK percentages

%44.44
%32.1
%0
%36.47

Codes

Color #5A6EA2 in popluar color models

5A 6E A2
RGB 90 110 162
HSL 223° 28.57% 49.41%
HSB/HSV 223° 44.44% 63.53%
CMYK 44.44% 32.10% 0.00%
36.47%

Color #5A6EA2 in popluar number systems.

HEX 5A 6E A2
Decimal 90 110 162
Binary 1011010 1101110 10100010
Octal 132 156 242

Shades and tints

Shades of #5A6EA2

#5A6EA2
(90,110,162)
#526494
(82,100,148)
#4A5A86
(74,90,134)
#425078
(66,80,120)
#3A466A
(58,70,106)
#323C5C
(50,60,92)
#2A324E
(42,50,78)
#222840
(34,40,64)
#1A1E32
(26,30,50)
#121424
(18,20,36)
#0A0A16
(10,10,22)
#000000
(0,0,0)

Tints of #5A6EA2

#5A6EA2
(90,110,162)
#697BAA
(105,123,170)
#7888B2
(120,136,178)
#8795BA
(135,149,186)
#96A2C2
(150,162,194)
#A5AFCA
(165,175,202)
#B4BCD2
(180,188,210)
#C3C9DA
(195,201,218)
#D2D6E2
(210,214,226)
#E1E3EA
(225,227,234)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6EA2 color. Also use rgb(90,110,162) instead hex code.

Text Font Color

.myTextColor { color: #5A6EA2; }

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

This text font color is #5A6EA2.

Background Color

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

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

This div background color is #5A6EA2.

Border color

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

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

This div border color is #5A6EA2.

Opacity

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

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

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

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

This text has shadow with #5A6EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A6EA2.

Preview

Color preview on black background

This text has color #5A6EA2 on black background.


Color preview on white background

This text has color #5A6EA2 on white background.


Black color preview on #5A6EA2 background

This text has black color on #5A6EA2 background.


White color preview on #5A6EA2 background

This text has white color on #5A6EA2 background.


Related colors

Complementary color

Complementary color for #hex is #A5915D.


I love getcolorcode.com

Triadic colors

1 #A25A6E and #6EA25A with #5A6EA2 are triadic colors.

2 #A26E5A and #6E5AA2 with #5A6EA2 are triadic colors.