COLOR #5879BE

HEX: #5879BE RGB: (88,121,190)

Color info

#5879BE contains mainly blue color. Web safe color of #5879BE is #6666CC (or #66C).

RGB color model

#5879BE color RGB value is (88,121,190).

RGB: (88,121,190) (35%, 47%, 75%)

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 190 of 255 = 75%

88
121
190

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

Portions of RGB colors in percentages

R + G + B = 88 + 121 + 190 = 399 (100%)
R 88 of 399 ~ 22.06%
G 121 of 399 ~ 30.33%
B 190 of 399 ~ 47.62'%

%22.06
%30.33
%47.62

CMYK color model

#5879BE color CMYK value is (54,36,0,25).

  • cyan value is 53.68%
  • magenta value is 36.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (54,36,0,25)
C54M36Y0K25 (54%, 36%, 0%, 25%)
(0.54 / 0.36 / 0.00 / 0.25)

CMYK percentages

%53.68
%36.32
%0
%25.49

Codes

Color #5879BE in popluar color models

58 79 BE
RGB 88 121 190
HSL 221° 43.97% 54.51%
HSB/HSV 221° 53.68% 74.51%
CMYK 53.68% 36.32% 0.00%
25.49%

Color #5879BE in popluar number systems.

HEX 58 79 BE
Decimal 88 121 190
Binary 1011000 1111001 10111110
Octal 130 171 276

Shades and tints

Shades of #5879BE

#5879BE
(88,121,190)
#506EAD
(80,110,173)
#48639C
(72,99,156)
#40588B
(64,88,139)
#384D7A
(56,77,122)
#304269
(48,66,105)
#283758
(40,55,88)
#202C47
(32,44,71)
#182136
(24,33,54)
#101625
(16,22,37)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #5879BE

#5879BE
(88,121,190)
#6785C3
(103,133,195)
#7691C8
(118,145,200)
#859DCD
(133,157,205)
#94A9D2
(148,169,210)
#A3B5D7
(163,181,215)
#B2C1DC
(178,193,220)
#C1CDE1
(193,205,225)
#D0D9E6
(208,217,230)
#DFE5EB
(223,229,235)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5879BE; }

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

This text font color is #5879BE.

Background Color

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

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

This div background color is #5879BE.

Border color

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

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

This div border color is #5879BE.

Opacity

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

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

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

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

This text has shadow with #5879BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5879BE.

Preview

Color preview on black background

This text has color #5879BE on black background.


Color preview on white background

This text has color #5879BE on white background.


Black color preview on #5879BE background

This text has black color on #5879BE background.


White color preview on #5879BE background

This text has white color on #5879BE background.


Related colors

Complementary color

Complementary color for #hex is #A78641.


I love getcolorcode.com

Triadic colors

1 #BE5879 and #79BE58 with #5879BE are triadic colors.

2 #BE7958 and #7958BE with #5879BE are triadic colors.