COLOR #5866AA

HEX: #5866AA
RGB: (88,102,170)

Color info

#5866AA contains mainly blue color. Web safe color of #5866AA is #666699 (or #669).

RGB color model

#5866AA color RGB value is (88,102,170).

  • red value is 88;
  • green value is 102;
  • blue value is 170.
RGB:
(88,102,170)
(35%,40%,67%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 170 of 255 = 67%

88
102
170

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

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 170 = 360 (100%)
R 88 of 360 ~ 24.44%
G 102 of 360 ~ 28.33%
B 170 of 360 ~ 47.22%

%24.44
%28.33
%47.22

CMYK color model

#5866AA color CMYK value is (48,40,0,33).

  • cyan value is 48.24%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(48,40,0,33)
C48M40Y0K33 
(48%,40%,0%,33%)
(0.48/0.40/0.00/0.33)	

CMYK percentages

%48.24
%40
%0
%33.33

Codes

Color #5866AA in popluar color models

5866AA
RGB88102170
HSL230°32.54%50.59%
HSB/HSV230°48.24%66.67%
CMYK48.24%40.00%0.00%
33.33%

Color #5866AA in popluar number systems.

HEX5866AA
Decimal88102170
Binary1011000110011010101010
Octal130146252

Shades and tints

Shades of #5866AA

#5866AA
(88,102,170)
#505D9B
(80,93,155)
#48548C
(72,84,140)
#404B7D
(64,75,125)
#38426E
(56,66,110)
#30395F
(48,57,95)
#283050
(40,48,80)
#202741
(32,39,65)
#181E32
(24,30,50)
#101523
(16,21,35)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #5866AA

#5866AA
(88,102,170)
#6773B1
(103,115,177)
#7680B8
(118,128,184)
#858DBF
(133,141,191)
#949AC6
(148,154,198)
#A3A7CD
(163,167,205)
#B2B4D4
(178,180,212)
#C1C1DB
(193,193,219)
#D0CEE2
(208,206,226)
#DFDBE9
(223,219,233)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5866AA color. Also use rgb(88,102,170) instead hex code.

Text Font Color

.myTextColor { color: #5866AA; }

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

This text font color is #5866AA.


Background Color

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

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

This div background color is #5866AA.


Border color

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

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

This div border color is #5866AA.


Opacity

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

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

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

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

This text has shadow with #5866AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5866AA on black background.


Color preview on white background

This text has color #5866AA on white background.



Black color preview on #5866AA background

This text has black color on #5866AA background.


White color preview on #5866AA background

This text has white color on #5866AA background.