COLOR #5880AE

HEX: #5880AE
RGB: (88,128,174)

Color info

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

RGB color model

#5880AE color RGB value is (88,128,174).

  • red value is 88;
  • green value is 128;
  • blue value is 174.
RGB:
(88,128,174)
(35%,50%,68%)

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 174 of 255 = 68%

88
128
174

R + G + B ~ 51%. #5880AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 174 = 390 (100%)
R 88 of 390 ~ 22.56%
G 128 of 390 ~ 32.82%
B 174 of 390 ~ 44.62%

%22.56
%32.82
%44.62

CMYK color model

#5880AE color CMYK value is (49,26,0,32).

  • cyan value is 49.43%
  • magenta value is 26.44%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(49,26,0,32)
C49M26Y0K32 
(49%,26%,0%,32%)
(0.49/0.26/0.00/0.32)	

CMYK percentages

%49.43
%26.44
%0
%31.76

Codes

Color #5880AE in popluar color models

5880AE
RGB88128174
HSL212°34.68%51.37%
HSB/HSV212°49.43%68.24%
CMYK49.43%26.44%0.00%
31.76%

Color #5880AE in popluar number systems.

HEX5880AE
Decimal88128174
Binary10110001000000010101110
Octal130200256

Shades and tints

Shades of #5880AE

#5880AE
(88,128,174)
#50759F
(80,117,159)
#486A90
(72,106,144)
#405F81
(64,95,129)
#385472
(56,84,114)
#304963
(48,73,99)
#283E54
(40,62,84)
#203345
(32,51,69)
#182836
(24,40,54)
#101D27
(16,29,39)
#081218
(8,18,24)
#000000
(0,0,0)

Tints of #5880AE

#5880AE
(88,128,174)
#678BB5
(103,139,181)
#7696BC
(118,150,188)
#85A1C3
(133,161,195)
#94ACCA
(148,172,202)
#A3B7D1
(163,183,209)
#B2C2D8
(178,194,216)
#C1CDDF
(193,205,223)
#D0D8E6
(208,216,230)
#DFE3ED
(223,227,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5880AE color. Also use rgb(88,128,174) instead hex code.

Text Font Color

.myTextColor { color: #5880AE; }

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

This text font color is #5880AE.


Background Color

.myBgColor { background-color: #5880AE; }

<div style="background-color:#5880AE">Inner text</div>

This div background color is #5880AE.


Border color

.myBorderColor { border: 1px solid #5880AE; }

<div style="border:3px solid #5880AE">Div</div>

This div border color is #5880AE.


Opacity

.myOpacity80 { color: #5880AE; opacity: 0.8; }

<p style="color:#5880AE;opacity:0.8;">80%</p>

Text with #5880AE 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 #5880AE;}

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

This text has shadow with #5880AE color.

.textShadow {text-shadow: 3px 3px 1px #5880AE, 3px 3px 1px red;}

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

This text has shadow with #5880AE primary color and red secondary color.


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

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

This text has shadow with #5880AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5880AE on black background.


Color preview on white background

This text has color #5880AE on white background.



Black color preview on #5880AE background

This text has black color on #5880AE background.


White color preview on #5880AE background

This text has white color on #5880AE background.