COLOR #5A6FBC

HEX: #5A6FBC
RGB: (90,111,188)

Color info

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

RGB color model

#5A6FBC color RGB value is (90,111,188).

  • red value is 90;
  • green value is 111;
  • blue value is 188.
RGB:
(90,111,188)
(35%,44%,74%)

RGB channels and saturation

R 90 of 255 = 35%
G 111 of 255 = 44%
B 188 of 255 = 74%

90
111
188

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

Portions of RGB colors in percentages

R + G + B =
90 + 111 + 188 = 389 (100%)
R 90 of 389 ~ 23.14%
G 111 of 389 ~ 28.53%
B 188 of 389 ~ 48.33%

%23.14
%28.53
%48.33

CMYK color model

#5A6FBC color CMYK value is (52,41,0,26).

  • cyan value is 52.13%
  • magenta value is 40.96%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(52,41,0,26)
C52M41Y0K26 
(52%,41%,0%,26%)
(0.52/0.41/0.00/0.26)	

CMYK percentages

%52.13
%40.96
%0
%26.27

Codes

Color #5A6FBC in popluar color models

5A6FBC
RGB90111188
HSL227°42.24%54.51%
HSB/HSV227°52.13%73.73%
CMYK52.13%40.96%0.00%
26.27%

Color #5A6FBC in popluar number systems.

HEX5A6FBC
Decimal90111188
Binary1011010110111110111100
Octal132157274

Shades and tints

Shades of #5A6FBC

#5A6FBC
(90,111,188)
#5265AB
(82,101,171)
#4A5B9A
(74,91,154)
#425189
(66,81,137)
#3A4778
(58,71,120)
#323D67
(50,61,103)
#2A3356
(42,51,86)
#222945
(34,41,69)
#1A1F34
(26,31,52)
#121523
(18,21,35)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #5A6FBC

#5A6FBC
(90,111,188)
#697CC2
(105,124,194)
#7889C8
(120,137,200)
#8796CE
(135,150,206)
#96A3D4
(150,163,212)
#A5B0DA
(165,176,218)
#B4BDE0
(180,189,224)
#C3CAE6
(195,202,230)
#D2D7EC
(210,215,236)
#E1E4F2
(225,228,242)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A6FBC color. Also use rgb(90,111,188) instead hex code.

Text Font Color

.myTextColor { color: #5A6FBC; }

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

This text font color is #5A6FBC.


Background Color

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

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

This div background color is #5A6FBC.


Border color

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

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

This div border color is #5A6FBC.


Opacity

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

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

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

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

This text has shadow with #5A6FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A6FBC on black background.


Color preview on white background

This text has color #5A6FBC on white background.



Black color preview on #5A6FBC background

This text has black color on #5A6FBC background.


White color preview on #5A6FBC background

This text has white color on #5A6FBC background.