COLOR #5585CB

HEX: #5585CB
RGB: (85,133,203)

Color info

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

RGB color model

#5585CB color RGB value is (85,133,203).

  • red value is 85;
  • green value is 133;
  • blue value is 203.
RGB:
(85,133,203)
(33%,52%,80%)

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 203 of 255 = 80%

85
133
203

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

Portions of RGB colors in percentages

R + G + B =
85 + 133 + 203 = 421 (100%)
R 85 of 421 ~ 20.19%
G 133 of 421 ~ 31.59%
B 203 of 421 ~ 48.22%

%20.19
%31.59
%48.22

CMYK color model

#5585CB color CMYK value is (58,34,0,20).

  • cyan value is 58.13%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(58,34,0,20)
C58M34Y0K20 
(58%,34%,0%,20%)
(0.58/0.34/0.00/0.20)	

CMYK percentages

%58.13
%34.48
%0
%20.39

Codes

Color #5585CB in popluar color models

5585CB
RGB85133203
HSL216°53.15%56.47%
HSB/HSV216°58.13%79.61%
CMYK58.13%34.48%0.00%
20.39%

Color #5585CB in popluar number systems.

HEX5585CB
Decimal85133203
Binary10101011000010111001011
Octal125205313

Shades and tints

Shades of #5585CB

#5585CB
(85,133,203)
#4E79B9
(78,121,185)
#476DA7
(71,109,167)
#406195
(64,97,149)
#395583
(57,85,131)
#324971
(50,73,113)
#2B3D5F
(43,61,95)
#24314D
(36,49,77)
#1D253B
(29,37,59)
#161929
(22,25,41)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #5585CB

#5585CB
(85,133,203)
#6490CF
(100,144,207)
#739BD3
(115,155,211)
#82A6D7
(130,166,215)
#91B1DB
(145,177,219)
#A0BCDF
(160,188,223)
#AFC7E3
(175,199,227)
#BED2E7
(190,210,231)
#CDDDEB
(205,221,235)
#DCE8EF
(220,232,239)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5585CB color. Also use rgb(85,133,203) instead hex code.

Text Font Color

.myTextColor { color: #5585CB; }

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

This text font color is #5585CB.


Background Color

.myBgColor { background-color: #5585CB; }

<div style="background-color:#5585CB">Inner text</div>

This div background color is #5585CB.


Border color

.myBorderColor { border: 1px solid #5585CB; }

<div style="border:3px solid #5585CB">Div</div>

This div border color is #5585CB.


Opacity

.myOpacity80 { color: #5585CB; opacity: 0.8; }

<p style="color:#5585CB;opacity:0.8;">80%</p>

Text with #5585CB 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 #5585CB;}

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

This text has shadow with #5585CB color.

.textShadow {text-shadow: 3px 3px 1px #5585CB, 3px 3px 1px red;}

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

This text has shadow with #5585CB primary color and red secondary color.


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

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

This text has shadow with #5585CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5585CB on black background.


Color preview on white background

This text has color #5585CB on white background.



Black color preview on #5585CB background

This text has black color on #5585CB background.


White color preview on #5585CB background

This text has white color on #5585CB background.