COLOR #5A62A2

HEX: #5A62A2
RGB: (90,98,162)

Color info

#5A62A2 contains mainly blue color. Web safe color of #5A62A2 is #666699 (or #669).

RGB color model

#5A62A2 color RGB value is (90,98,162).

  • red value is 90;
  • green value is 98;
  • blue value is 162.
RGB:
(90,98,162)
(35%,38%,64%)

RGB channels and saturation

R 90 of 255 = 35%
G 98 of 255 = 38%
B 162 of 255 = 64%

90
98
162

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

Portions of RGB colors in percentages

R + G + B =
90 + 98 + 162 = 350 (100%)
R 90 of 350 ~ 25.71%
G 98 of 350 ~ 28%
B 162 of 350 ~ 46.29%

%25.71
%28
%46.29

CMYK color model

#5A62A2 color CMYK value is (44,40,0,36).

  • cyan value is 44.44%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(44,40,0,36)
C44M40Y0K36 
(44%,40%,0%,36%)
(0.44/0.40/0.00/0.36)	

CMYK percentages

%44.44
%39.51
%0
%36.47

Codes

Color #5A62A2 in popluar color models

5A62A2
RGB9098162
HSL233°28.57%49.41%
HSB/HSV233°44.44%63.53%
CMYK44.44%39.51%0.00%
36.47%

Color #5A62A2 in popluar number systems.

HEX5A62A2
Decimal9098162
Binary1011010110001010100010
Octal132142242

Shades and tints

Shades of #5A62A2

#5A62A2
(90,98,162)
#525A94
(82,90,148)
#4A5286
(74,82,134)
#424A78
(66,74,120)
#3A426A
(58,66,106)
#323A5C
(50,58,92)
#2A324E
(42,50,78)
#222A40
(34,42,64)
#1A2232
(26,34,50)
#121A24
(18,26,36)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #5A62A2

#5A62A2
(90,98,162)
#6970AA
(105,112,170)
#787EB2
(120,126,178)
#878CBA
(135,140,186)
#969AC2
(150,154,194)
#A5A8CA
(165,168,202)
#B4B6D2
(180,182,210)
#C3C4DA
(195,196,218)
#D2D2E2
(210,210,226)
#E1E0EA
(225,224,234)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A62A2; }

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

This text font color is #5A62A2.


Background Color

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

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

This div background color is #5A62A2.


Border color

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

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

This div border color is #5A62A2.


Opacity

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

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

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

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

This text has shadow with #5A62A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A62A2 on black background.


Color preview on white background

This text has color #5A62A2 on white background.



Black color preview on #5A62A2 background

This text has black color on #5A62A2 background.


White color preview on #5A62A2 background

This text has white color on #5A62A2 background.