COLOR #5A61B8

HEX: #5A61B8
RGB: (90,97,184)

Color info

#5A61B8 contains mainly blue color. Web safe color of #5A61B8 is #6666CC (or #66C).

RGB color model

#5A61B8 color RGB value is (90,97,184).

  • red value is 90;
  • green value is 97;
  • blue value is 184.
RGB:
(90,97,184)
(35%,38%,72%)

RGB channels and saturation

R 90 of 255 = 35%
G 97 of 255 = 38%
B 184 of 255 = 72%

90
97
184

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

Portions of RGB colors in percentages

R + G + B =
90 + 97 + 184 = 371 (100%)
R 90 of 371 ~ 24.26%
G 97 of 371 ~ 26.15%
B 184 of 371 ~ 49.6%

%24.26
%26.15
%49.6

CMYK color model

#5A61B8 color CMYK value is (51,47,0,28).

  • cyan value is 51.09%
  • magenta value is 47.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(51,47,0,28)
C51M47Y0K28 
(51%,47%,0%,28%)
(0.51/0.47/0.00/0.28)	

CMYK percentages

%51.09
%47.28
%0
%27.84

Codes

Color #5A61B8 in popluar color models

5A61B8
RGB9097184
HSL236°39.83%53.73%
HSB/HSV236°51.09%72.16%
CMYK51.09%47.28%0.00%
27.84%

Color #5A61B8 in popluar number systems.

HEX5A61B8
Decimal9097184
Binary1011010110000110111000
Octal132141270

Shades and tints

Shades of #5A61B8

#5A61B8
(90,97,184)
#5259A8
(82,89,168)
#4A5198
(74,81,152)
#424988
(66,73,136)
#3A4178
(58,65,120)
#323968
(50,57,104)
#2A3158
(42,49,88)
#222948
(34,41,72)
#1A2138
(26,33,56)
#121928
(18,25,40)
#0A1118
(10,17,24)
#000000
(0,0,0)

Tints of #5A61B8

#5A61B8
(90,97,184)
#696FBE
(105,111,190)
#787DC4
(120,125,196)
#878BCA
(135,139,202)
#9699D0
(150,153,208)
#A5A7D6
(165,167,214)
#B4B5DC
(180,181,220)
#C3C3E2
(195,195,226)
#D2D1E8
(210,209,232)
#E1DFEE
(225,223,238)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A61B8 color. Also use rgb(90,97,184) instead hex code.

Text Font Color

.myTextColor { color: #5A61B8; }

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

This text font color is #5A61B8.


Background Color

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

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

This div background color is #5A61B8.


Border color

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

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

This div border color is #5A61B8.


Opacity

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

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

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

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

This text has shadow with #5A61B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A61B8 on black background.


Color preview on white background

This text has color #5A61B8 on white background.



Black color preview on #5A61B8 background

This text has black color on #5A61B8 background.


White color preview on #5A61B8 background

This text has white color on #5A61B8 background.