COLOR #5879AE

HEX: #5879AE
RGB: (88,121,174)

Color info

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

RGB color model

#5879AE color RGB value is (88,121,174).

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

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 174 of 255 = 68%

88
121
174

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

Portions of RGB colors in percentages

R + G + B =
88 + 121 + 174 = 383 (100%)
R 88 of 383 ~ 22.98%
G 121 of 383 ~ 31.59%
B 174 of 383 ~ 45.43%

%22.98
%31.59
%45.43

CMYK color model

#5879AE color CMYK value is (49,30,0,32).

  • cyan value is 49.43%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(49,30,0,32)
C49M30Y0K32 
(49%,30%,0%,32%)
(0.49/0.30/0.00/0.32)	

CMYK percentages

%49.43
%30.46
%0
%31.76

Codes

Color #5879AE in popluar color models

5879AE
RGB88121174
HSL217°34.68%51.37%
HSB/HSV217°49.43%68.24%
CMYK49.43%30.46%0.00%
31.76%

Color #5879AE in popluar number systems.

HEX5879AE
Decimal88121174
Binary1011000111100110101110
Octal130171256

Shades and tints

Shades of #5879AE

#5879AE
(88,121,174)
#506E9F
(80,110,159)
#486390
(72,99,144)
#405881
(64,88,129)
#384D72
(56,77,114)
#304263
(48,66,99)
#283754
(40,55,84)
#202C45
(32,44,69)
#182136
(24,33,54)
#101627
(16,22,39)
#080B18
(8,11,24)
#000000
(0,0,0)

Tints of #5879AE

#5879AE
(88,121,174)
#6785B5
(103,133,181)
#7691BC
(118,145,188)
#859DC3
(133,157,195)
#94A9CA
(148,169,202)
#A3B5D1
(163,181,209)
#B2C1D8
(178,193,216)
#C1CDDF
(193,205,223)
#D0D9E6
(208,217,230)
#DFE5ED
(223,229,237)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5879AE; }

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

This text font color is #5879AE.


Background Color

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

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

This div background color is #5879AE.


Border color

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

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

This div border color is #5879AE.


Opacity

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

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

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

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

This text has shadow with #5879AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5879AE on black background.


Color preview on white background

This text has color #5879AE on white background.



Black color preview on #5879AE background

This text has black color on #5879AE background.


White color preview on #5879AE background

This text has white color on #5879AE background.