COLOR #5582CE

HEX: #5582CE RGB: (85,130,206)

Color info

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

RGB color model

#5582CE color RGB value is (85,130,206).

RGB: (85,130,206) (33%, 51%, 81%)

RGB channels and saturation

R 85 of 255 = 33%
G 130 of 255 = 51%
B 206 of 255 = 81%

85
130
206

R + G + B ~ 55%. #5582CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 130 + 206 = 421 (100%)
R 85 of 421 ~ 20.19%
G 130 of 421 ~ 30.88%
B 206 of 421 ~ 48.93'%

%20.19
%30.88
%48.93

CMYK color model

#5582CE color CMYK value is (59,37,0,19).

  • cyan value is 58.74%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (59,37,0,19)
C59M37Y0K19 (59%, 37%, 0%, 19%)
(0.59 / 0.37 / 0.00 / 0.19)

CMYK percentages

%58.74
%36.89
%0
%19.22

Codes

Color #5582CE in popluar color models

55 82 CE
RGB 85 130 206
HSL 218° 55.25% 57.06%
HSB/HSV 218° 58.74% 80.78%
CMYK 58.74% 36.89% 0.00%
19.22%

Color #5582CE in popluar number systems.

HEX 55 82 CE
Decimal 85 130 206
Binary 1010101 10000010 11001110
Octal 125 202 316

Shades and tints

Shades of #5582CE

#5582CE
(85,130,206)
#4E77BC
(78,119,188)
#476CAA
(71,108,170)
#406198
(64,97,152)
#395686
(57,86,134)
#324B74
(50,75,116)
#2B4062
(43,64,98)
#243550
(36,53,80)
#1D2A3E
(29,42,62)
#161F2C
(22,31,44)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #5582CE

#5582CE
(85,130,206)
#648DD2
(100,141,210)
#7398D6
(115,152,214)
#82A3DA
(130,163,218)
#91AEDE
(145,174,222)
#A0B9E2
(160,185,226)
#AFC4E6
(175,196,230)
#BECFEA
(190,207,234)
#CDDAEE
(205,218,238)
#DCE5F2
(220,229,242)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5582CE color. Also use rgb(85,130,206) instead hex code.

Text Font Color

.myTextColor { color: #5582CE; }

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

This text font color is #5582CE.

Background Color

.myBgColor { background-color: #5582CE; }

<div style="background-color:#5582CE">Inner text</div>

This div background color is #5582CE.

Border color

.myBorderColor { border: 1px solid #5582CE; }

<div style="border:3px solid #5582CE">Div</div>

This div border color is #5582CE.

Opacity

.myOpacity80 { color: #5582CE; opacity: 0.8; }

<p style="color:#5582CE;opacity:0.8;">80%</p>

Text with #5582CE 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 #5582CE;}

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

This text has shadow with #5582CE color.


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

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

This text has shadow with #5582CE primary color and red secondary color.


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

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

This text has shadow with #5582CE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5582CE.

Preview

Color preview on black background

This text has color #5582CE on black background.


Color preview on white background

This text has color #5582CE on white background.


Black color preview on #5582CE background

This text has black color on #5582CE background.


White color preview on #5582CE background

This text has white color on #5582CE background.


Related colors

Complementary color

Complementary color for #hex is #AA7D31.


I love getcolorcode.com

Triadic colors

1 #CE5582 and #82CE55 with #5582CE are triadic colors.

2 #CE8255 and #8255CE with #5582CE are triadic colors.