COLOR #5673AA

HEX: #5673AA
RGB: (86,115,170)

Color info

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

RGB color model

#5673AA color RGB value is (86,115,170).

  • red value is 86;
  • green value is 115;
  • blue value is 170.
RGB:
(86,115,170)
(34%,45%,67%)

RGB channels and saturation

R 86 of 255 = 34%
G 115 of 255 = 45%
B 170 of 255 = 67%

86
115
170

R + G + B ~ 49%. #5673AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 115 + 170 = 371 (100%)
R 86 of 371 ~ 23.18%
G 115 of 371 ~ 31%
B 170 of 371 ~ 45.82%

%23.18
%31
%45.82

CMYK color model

#5673AA color CMYK value is (49,32,0,33).

  • cyan value is 49.41%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(49,32,0,33)
C49M32Y0K33 
(49%,32%,0%,33%)
(0.49/0.32/0.00/0.33)	

CMYK percentages

%49.41
%32.35
%0
%33.33

Codes

Color #5673AA in popluar color models

5673AA
RGB86115170
HSL219°33.07%50.20%
HSB/HSV219°49.41%66.67%
CMYK49.41%32.35%0.00%
33.33%

Color #5673AA in popluar number systems.

HEX5673AA
Decimal86115170
Binary1010110111001110101010
Octal126163252

Shades and tints

Shades of #5673AA

#5673AA
(86,115,170)
#4F699B
(79,105,155)
#485F8C
(72,95,140)
#41557D
(65,85,125)
#3A4B6E
(58,75,110)
#33415F
(51,65,95)
#2C3750
(44,55,80)
#252D41
(37,45,65)
#1E2332
(30,35,50)
#171923
(23,25,35)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #5673AA

#5673AA
(86,115,170)
#657FB1
(101,127,177)
#748BB8
(116,139,184)
#8397BF
(131,151,191)
#92A3C6
(146,163,198)
#A1AFCD
(161,175,205)
#B0BBD4
(176,187,212)
#BFC7DB
(191,199,219)
#CED3E2
(206,211,226)
#DDDFE9
(221,223,233)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5673AA color. Also use rgb(86,115,170) instead hex code.

Text Font Color

.myTextColor { color: #5673AA; }

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

This text font color is #5673AA.


Background Color

.myBgColor { background-color: #5673AA; }

<div style="background-color:#5673AA">Inner text</div>

This div background color is #5673AA.


Border color

.myBorderColor { border: 1px solid #5673AA; }

<div style="border:3px solid #5673AA">Div</div>

This div border color is #5673AA.


Opacity

.myOpacity80 { color: #5673AA; opacity: 0.8; }

<p style="color:#5673AA;opacity:0.8;">80%</p>

Text with #5673AA 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 #5673AA;}

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

This text has shadow with #5673AA color.

.textShadow {text-shadow: 3px 3px 1px #5673AA, 3px 3px 1px red;}

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

This text has shadow with #5673AA primary color and red secondary color.


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

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

This text has shadow with #5673AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5673AA on black background.


Color preview on white background

This text has color #5673AA on white background.



Black color preview on #5673AA background

This text has black color on #5673AA background.


White color preview on #5673AA background

This text has white color on #5673AA background.