COLOR #5876AC

HEX: #5876AC RGB: (88,118,172)

Color info

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

RGB color model

#5876AC color RGB value is (88,118,172).

RGB: (88,118,172) (35%, 46%, 67%)

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 172 of 255 = 67%

88
118
172

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

Portions of RGB colors in percentages

R + G + B = 88 + 118 + 172 = 378 (100%)
R 88 of 378 ~ 23.28%
G 118 of 378 ~ 31.22%
B 172 of 378 ~ 45.5'%

%23.28
%31.22
%45.5

CMYK color model

#5876AC color CMYK value is (49,31,0,33).

  • cyan value is 48.84%
  • magenta value is 31.40%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (49,31,0,33)
C49M31Y0K33 (49%, 31%, 0%, 33%)
(0.49 / 0.31 / 0.00 / 0.33)

CMYK percentages

%48.84
%31.4
%0
%32.55

Codes

Color #5876AC in popluar color models

58 76 AC
RGB 88 118 172
HSL 219° 33.60% 50.98%
HSB/HSV 219° 48.84% 67.45%
CMYK 48.84% 31.40% 0.00%
32.55%

Color #5876AC in popluar number systems.

HEX 58 76 AC
Decimal 88 118 172
Binary 1011000 1110110 10101100
Octal 130 166 254

Shades and tints

Shades of #5876AC

#5876AC
(88,118,172)
#506C9D
(80,108,157)
#48628E
(72,98,142)
#40587F
(64,88,127)
#384E70
(56,78,112)
#304461
(48,68,97)
#283A52
(40,58,82)
#203043
(32,48,67)
#182634
(24,38,52)
#101C25
(16,28,37)
#081216
(8,18,22)
#000000
(0,0,0)

Tints of #5876AC

#5876AC
(88,118,172)
#6782B3
(103,130,179)
#768EBA
(118,142,186)
#859AC1
(133,154,193)
#94A6C8
(148,166,200)
#A3B2CF
(163,178,207)
#B2BED6
(178,190,214)
#C1CADD
(193,202,221)
#D0D6E4
(208,214,228)
#DFE2EB
(223,226,235)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5876AC color. Also use rgb(88,118,172) instead hex code.

Text Font Color

.myTextColor { color: #5876AC; }

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

This text font color is #5876AC.

Background Color

.myBgColor { background-color: #5876AC; }

<div style="background-color:#5876AC">Inner text</div>

This div background color is #5876AC.

Border color

.myBorderColor { border: 1px solid #5876AC; }

<div style="border:3px solid #5876AC">Div</div>

This div border color is #5876AC.

Opacity

.myOpacity80 { color: #5876AC; opacity: 0.8; }

<p style="color:#5876AC;opacity:0.8;">80%</p>

Text with #5876AC 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 #5876AC;}

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

This text has shadow with #5876AC color.


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

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

This text has shadow with #5876AC primary color and red secondary color.


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

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

This text has shadow with #5876AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5876AC.

Preview

Color preview on black background

This text has color #5876AC on black background.


Color preview on white background

This text has color #5876AC on white background.


Black color preview on #5876AC background

This text has black color on #5876AC background.


White color preview on #5876AC background

This text has white color on #5876AC background.


Related colors

Complementary color

Complementary color for #hex is #A78953.


I love getcolorcode.com

Triadic colors

1 #AC5876 and #76AC58 with #5876AC are triadic colors.

2 #AC7658 and #7658AC with #5876AC are triadic colors.