COLOR #5A85B7

HEX: #5A85B7 RGB: (90,133,183)

Color info

#5A85B7 contains mainly green and blue colors. Web safe color of #5A85B7 is #6699CC (or #69C).

RGB color model

#5A85B7 color RGB value is (90,133,183).

RGB: (90,133,183) (35%, 52%, 72%)

RGB channels and saturation

R 90 of 255 = 35%
G 133 of 255 = 52%
B 183 of 255 = 72%

90
133
183

R + G + B ~ 53%. #5A85B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 133 + 183 = 406 (100%)
R 90 of 406 ~ 22.17%
G 133 of 406 ~ 32.76%
B 183 of 406 ~ 45.07'%

%22.17
%32.76
%45.07

CMYK color model

#5A85B7 color CMYK value is (51,27,0,28).

  • cyan value is 50.82%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (51,27,0,28)
C51M27Y0K28 (51%, 27%, 0%, 28%)
(0.51 / 0.27 / 0.00 / 0.28)

CMYK percentages

%50.82
%27.32
%0
%28.24

Codes

Color #5A85B7 in popluar color models

5A 85 B7
RGB 90 133 183
HSL 212° 39.24% 53.53%
HSB/HSV 212° 50.82% 71.76%
CMYK 50.82% 27.32% 0.00%
28.24%

Color #5A85B7 in popluar number systems.

HEX 5A 85 B7
Decimal 90 133 183
Binary 1011010 10000101 10110111
Octal 132 205 267

Shades and tints

Shades of #5A85B7

#5A85B7
(90,133,183)
#5279A7
(82,121,167)
#4A6D97
(74,109,151)
#426187
(66,97,135)
#3A5577
(58,85,119)
#324967
(50,73,103)
#2A3D57
(42,61,87)
#223147
(34,49,71)
#1A2537
(26,37,55)
#121927
(18,25,39)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #5A85B7

#5A85B7
(90,133,183)
#6990BD
(105,144,189)
#789BC3
(120,155,195)
#87A6C9
(135,166,201)
#96B1CF
(150,177,207)
#A5BCD5
(165,188,213)
#B4C7DB
(180,199,219)
#C3D2E1
(195,210,225)
#D2DDE7
(210,221,231)
#E1E8ED
(225,232,237)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A85B7 color. Also use rgb(90,133,183) instead hex code.

Text Font Color

.myTextColor { color: #5A85B7; }

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

This text font color is #5A85B7.

Background Color

.myBgColor { background-color: #5A85B7; }

<div style="background-color:#5A85B7">Inner text</div>

This div background color is #5A85B7.

Border color

.myBorderColor { border: 1px solid #5A85B7; }

<div style="border:3px solid #5A85B7">Div</div>

This div border color is #5A85B7.

Opacity

.myOpacity80 { color: #5A85B7; opacity: 0.8; }

<p style="color:#5A85B7;opacity:0.8;">80%</p>

Text with #5A85B7 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 #5A85B7;}

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

This text has shadow with #5A85B7 color.


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

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

This text has shadow with #5A85B7 primary color and red secondary color.


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

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

This text has shadow with #5A85B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5A85B7.

Preview

Color preview on black background

This text has color #5A85B7 on black background.


Color preview on white background

This text has color #5A85B7 on white background.


Black color preview on #5A85B7 background

This text has black color on #5A85B7 background.


White color preview on #5A85B7 background

This text has white color on #5A85B7 background.


Related colors

Complementary color

Complementary color for #hex is #A57A48.


I love getcolorcode.com

Triadic colors

1 #B75A85 and #85B75A with #5A85B7 are triadic colors.

2 #B7855A and #855AB7 with #5A85B7 are triadic colors.