COLOR #5585A4

HEX: #5585A4 RGB: (85,133,164)

Color info

#5585A4 contains mainly green and blue colors. Web safe color of #5585A4 is #669999 (or #699).

RGB color model

#5585A4 color RGB value is (85,133,164).

RGB: (85,133,164) (33%, 52%, 64%)

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 164 of 255 = 64%

85
133
164

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

Portions of RGB colors in percentages

R + G + B = 85 + 133 + 164 = 382 (100%)
R 85 of 382 ~ 22.25%
G 133 of 382 ~ 34.82%
B 164 of 382 ~ 42.93'%

%22.25
%34.82
%42.93

CMYK color model

#5585A4 color CMYK value is (48,19,0,36).

  • cyan value is 48.17%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (48,19,0,36)
C48M19Y0K36 (48%, 19%, 0%, 36%)
(0.48 / 0.19 / 0.00 / 0.36)

CMYK percentages

%48.17
%18.9
%0
%35.69

Codes

Color #5585A4 in popluar color models

55 85 A4
RGB 85 133 164
HSL 204° 31.73% 48.82%
HSB/HSV 204° 48.17% 64.31%
CMYK 48.17% 18.90% 0.00%
35.69%

Color #5585A4 in popluar number systems.

HEX 55 85 A4
Decimal 85 133 164
Binary 1010101 10000101 10100100
Octal 125 205 244

Shades and tints

Shades of #5585A4

#5585A4
(85,133,164)
#4E7996
(78,121,150)
#476D88
(71,109,136)
#40617A
(64,97,122)
#39556C
(57,85,108)
#32495E
(50,73,94)
#2B3D50
(43,61,80)
#243142
(36,49,66)
#1D2534
(29,37,52)
#161926
(22,25,38)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #5585A4

#5585A4
(85,133,164)
#6490AC
(100,144,172)
#739BB4
(115,155,180)
#82A6BC
(130,166,188)
#91B1C4
(145,177,196)
#A0BCCC
(160,188,204)
#AFC7D4
(175,199,212)
#BED2DC
(190,210,220)
#CDDDE4
(205,221,228)
#DCE8EC
(220,232,236)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5585A4; }

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

This text font color is #5585A4.

Background Color

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

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

This div background color is #5585A4.

Border color

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

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

This div border color is #5585A4.

Opacity

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

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

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

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

This text has shadow with #5585A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5585A4.

Preview

Color preview on black background

This text has color #5585A4 on black background.


Color preview on white background

This text has color #5585A4 on white background.


Black color preview on #5585A4 background

This text has black color on #5585A4 background.


White color preview on #5585A4 background

This text has white color on #5585A4 background.


Related colors

Complementary color

Complementary color for #hex is #AA7A5B.


I love getcolorcode.com

Triadic colors

1 #A45585 and #85A455 with #5585A4 are triadic colors.

2 #A48555 and #8555A4 with #5585A4 are triadic colors.