COLOR #5675AA

HEX: #5675AA
RGB: (86,117,170)

Color info

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

RGB color model

#5675AA color RGB value is (86,117,170).

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

RGB channels and saturation

R 86 of 255 = 34%
G 117 of 255 = 46%
B 170 of 255 = 67%

86
117
170

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

Portions of RGB colors in percentages

R + G + B =
86 + 117 + 170 = 373 (100%)
R 86 of 373 ~ 23.06%
G 117 of 373 ~ 31.37%
B 170 of 373 ~ 45.58%

%23.06
%31.37
%45.58

CMYK color model

#5675AA color CMYK value is (49,31,0,33).

  • cyan value is 49.41%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(49,31,0,33)
C49M31Y0K33 
(49%,31%,0%,33%)
(0.49/0.31/0.00/0.33)	

CMYK percentages

%49.41
%31.18
%0
%33.33

Codes

Color #5675AA in popluar color models

5675AA
RGB86117170
HSL218°33.07%50.20%
HSB/HSV218°49.41%66.67%
CMYK49.41%31.18%0.00%
33.33%

Color #5675AA in popluar number systems.

HEX5675AA
Decimal86117170
Binary1010110111010110101010
Octal126165252

Shades and tints

Shades of #5675AA

#5675AA
(86,117,170)
#4F6B9B
(79,107,155)
#48618C
(72,97,140)
#41577D
(65,87,125)
#3A4D6E
(58,77,110)
#33435F
(51,67,95)
#2C3950
(44,57,80)
#252F41
(37,47,65)
#1E2532
(30,37,50)
#171B23
(23,27,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #5675AA

#5675AA
(86,117,170)
#6581B1
(101,129,177)
#748DB8
(116,141,184)
#8399BF
(131,153,191)
#92A5C6
(146,165,198)
#A1B1CD
(161,177,205)
#B0BDD4
(176,189,212)
#BFC9DB
(191,201,219)
#CED5E2
(206,213,226)
#DDE1E9
(221,225,233)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5675AA; }

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

This text font color is #5675AA.


Background Color

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

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

This div background color is #5675AA.


Border color

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

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

This div border color is #5675AA.


Opacity

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

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

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

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

This text has shadow with #5675AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5675AA on black background.


Color preview on white background

This text has color #5675AA on white background.



Black color preview on #5675AA background

This text has black color on #5675AA background.


White color preview on #5675AA background

This text has white color on #5675AA background.