COLOR #5A6FA6

HEX: #5A6FA6
RGB: (90,111,166)

Color info

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

RGB color model

#5A6FA6 color RGB value is (90,111,166).

  • red value is 90;
  • green value is 111;
  • blue value is 166.
RGB:
(90,111,166)
(35%,44%,65%)

RGB channels and saturation

R 90 of 255 = 35%
G 111 of 255 = 44%
B 166 of 255 = 65%

90
111
166

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

Portions of RGB colors in percentages

R + G + B =
90 + 111 + 166 = 367 (100%)
R 90 of 367 ~ 24.52%
G 111 of 367 ~ 30.25%
B 166 of 367 ~ 45.23%

%24.52
%30.25
%45.23

CMYK color model

#5A6FA6 color CMYK value is (46,33,0,35).

  • cyan value is 45.78%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(46,33,0,35)
C46M33Y0K35 
(46%,33%,0%,35%)
(0.46/0.33/0.00/0.35)	

CMYK percentages

%45.78
%33.13
%0
%34.9

Codes

Color #5A6FA6 in popluar color models

5A6FA6
RGB90111166
HSL223°29.92%50.20%
HSB/HSV223°45.78%65.10%
CMYK45.78%33.13%0.00%
34.90%

Color #5A6FA6 in popluar number systems.

HEX5A6FA6
Decimal90111166
Binary1011010110111110100110
Octal132157246

Shades and tints

Shades of #5A6FA6

#5A6FA6
(90,111,166)
#526597
(82,101,151)
#4A5B88
(74,91,136)
#425179
(66,81,121)
#3A476A
(58,71,106)
#323D5B
(50,61,91)
#2A334C
(42,51,76)
#22293D
(34,41,61)
#1A1F2E
(26,31,46)
#12151F
(18,21,31)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #5A6FA6

#5A6FA6
(90,111,166)
#697CAE
(105,124,174)
#7889B6
(120,137,182)
#8796BE
(135,150,190)
#96A3C6
(150,163,198)
#A5B0CE
(165,176,206)
#B4BDD6
(180,189,214)
#C3CADE
(195,202,222)
#D2D7E6
(210,215,230)
#E1E4EE
(225,228,238)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6FA6 color. Also use rgb(90,111,166) instead hex code.

Text Font Color

.myTextColor { color: #5A6FA6; }

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

This text font color is #5A6FA6.


Background Color

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

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

This div background color is #5A6FA6.


Border color

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

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

This div border color is #5A6FA6.


Opacity

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

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

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

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

This text has shadow with #5A6FA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6FA6 on black background.


Color preview on white background

This text has color #5A6FA6 on white background.



Black color preview on #5A6FA6 background

This text has black color on #5A6FA6 background.


White color preview on #5A6FA6 background

This text has white color on #5A6FA6 background.