COLOR #5885C2

HEX: #5885C2 RGB: (88,133,194)

Color info

#5885C2 contains mainly blue color. Web safe color of #5885C2 is #6699CC (or #69C).

RGB color model

#5885C2 color RGB value is (88,133,194).

RGB: (88,133,194) (35%, 52%, 76%)

RGB channels and saturation

R 88 of 255 = 35%
G 133 of 255 = 52%
B 194 of 255 = 76%

88
133
194

R + G + B ~ 54%. #5885C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 133 + 194 = 415 (100%)
R 88 of 415 ~ 21.2%
G 133 of 415 ~ 32.05%
B 194 of 415 ~ 46.75'%

%21.2
%32.05
%46.75

CMYK color model

#5885C2 color CMYK value is (55,31,0,24).

  • cyan value is 54.64%
  • magenta value is 31.44%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (55,31,0,24)
C55M31Y0K24 (55%, 31%, 0%, 24%)
(0.55 / 0.31 / 0.00 / 0.24)

CMYK percentages

%54.64
%31.44
%0
%23.92

Codes

Color #5885C2 in popluar color models

58 85 C2
RGB 88 133 194
HSL 215° 46.49% 55.29%
HSB/HSV 215° 54.64% 76.08%
CMYK 54.64% 31.44% 0.00%
23.92%

Color #5885C2 in popluar number systems.

HEX 58 85 C2
Decimal 88 133 194
Binary 1011000 10000101 11000010
Octal 130 205 302

Shades and tints

Shades of #5885C2

#5885C2
(88,133,194)
#5079B1
(80,121,177)
#486DA0
(72,109,160)
#40618F
(64,97,143)
#38557E
(56,85,126)
#30496D
(48,73,109)
#283D5C
(40,61,92)
#20314B
(32,49,75)
#18253A
(24,37,58)
#101929
(16,25,41)
#080D18
(8,13,24)
#000000
(0,0,0)

Tints of #5885C2

#5885C2
(88,133,194)
#6790C7
(103,144,199)
#769BCC
(118,155,204)
#85A6D1
(133,166,209)
#94B1D6
(148,177,214)
#A3BCDB
(163,188,219)
#B2C7E0
(178,199,224)
#C1D2E5
(193,210,229)
#D0DDEA
(208,221,234)
#DFE8EF
(223,232,239)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5885C2 color. Also use rgb(88,133,194) instead hex code.

Text Font Color

.myTextColor { color: #5885C2; }

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

This text font color is #5885C2.

Background Color

.myBgColor { background-color: #5885C2; }

<div style="background-color:#5885C2">Inner text</div>

This div background color is #5885C2.

Border color

.myBorderColor { border: 1px solid #5885C2; }

<div style="border:3px solid #5885C2">Div</div>

This div border color is #5885C2.

Opacity

.myOpacity80 { color: #5885C2; opacity: 0.8; }

<p style="color:#5885C2;opacity:0.8;">80%</p>

Text with #5885C2 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 #5885C2;}

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

This text has shadow with #5885C2 color.


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

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

This text has shadow with #5885C2 primary color and red secondary color.


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

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

This text has shadow with #5885C2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5885C2.

Preview

Color preview on black background

This text has color #5885C2 on black background.


Color preview on white background

This text has color #5885C2 on white background.


Black color preview on #5885C2 background

This text has black color on #5885C2 background.


White color preview on #5885C2 background

This text has white color on #5885C2 background.


Related colors

Complementary color

Complementary color for #hex is #A77A3D.


I love getcolorcode.com

Triadic colors

1 #C25885 and #85C258 with #5885C2 are triadic colors.

2 #C28558 and #8558C2 with #5885C2 are triadic colors.