COLOR #5A84BE

HEX: #5A84BE
RGB: (90,132,190)

Color info

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

RGB color model

#5A84BE color RGB value is (90,132,190).

  • red value is 90;
  • green value is 132;
  • blue value is 190.
RGB:
(90,132,190)
(35%,52%,75%)

RGB channels and saturation

R 90 of 255 = 35%
G 132 of 255 = 52%
B 190 of 255 = 75%

90
132
190

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

Portions of RGB colors in percentages

R + G + B =
90 + 132 + 190 = 412 (100%)
R 90 of 412 ~ 21.84%
G 132 of 412 ~ 32.04%
B 190 of 412 ~ 46.12%

%21.84
%32.04
%46.12

CMYK color model

#5A84BE color CMYK value is (53,31,0,25).

  • cyan value is 52.63%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(53,31,0,25)
C53M31Y0K25 
(53%,31%,0%,25%)
(0.53/0.31/0.00/0.25)	

CMYK percentages

%52.63
%30.53
%0
%25.49

Codes

Color #5A84BE in popluar color models

5A84BE
RGB90132190
HSL215°43.48%54.90%
HSB/HSV215°52.63%74.51%
CMYK52.63%30.53%0.00%
25.49%

Color #5A84BE in popluar number systems.

HEX5A84BE
Decimal90132190
Binary10110101000010010111110
Octal132204276

Shades and tints

Shades of #5A84BE

#5A84BE
(90,132,190)
#5278AD
(82,120,173)
#4A6C9C
(74,108,156)
#42608B
(66,96,139)
#3A547A
(58,84,122)
#324869
(50,72,105)
#2A3C58
(42,60,88)
#223047
(34,48,71)
#1A2436
(26,36,54)
#121825
(18,24,37)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #5A84BE

#5A84BE
(90,132,190)
#698FC3
(105,143,195)
#789AC8
(120,154,200)
#87A5CD
(135,165,205)
#96B0D2
(150,176,210)
#A5BBD7
(165,187,215)
#B4C6DC
(180,198,220)
#C3D1E1
(195,209,225)
#D2DCE6
(210,220,230)
#E1E7EB
(225,231,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A84BE color. Also use rgb(90,132,190) instead hex code.

Text Font Color

.myTextColor { color: #5A84BE; }

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

This text font color is #5A84BE.


Background Color

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

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

This div background color is #5A84BE.


Border color

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

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

This div border color is #5A84BE.


Opacity

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

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

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

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

This text has shadow with #5A84BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A84BE on black background.


Color preview on white background

This text has color #5A84BE on white background.



Black color preview on #5A84BE background

This text has black color on #5A84BE background.


White color preview on #5A84BE background

This text has white color on #5A84BE background.