COLOR #5A96B2

HEX: #5A96B2
RGB: (90,150,178)

Color info

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

RGB color model

#5A96B2 color RGB value is (90,150,178).

  • red value is 90;
  • green value is 150;
  • blue value is 178.
RGB:
(90,150,178)
(35%,59%,70%)

RGB channels and saturation

R 90 of 255 = 35%
G 150 of 255 = 59%
B 178 of 255 = 70%

90
150
178

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

Portions of RGB colors in percentages

R + G + B =
90 + 150 + 178 = 418 (100%)
R 90 of 418 ~ 21.53%
G 150 of 418 ~ 35.89%
B 178 of 418 ~ 42.58%

%21.53
%35.89
%42.58

CMYK color model

#5A96B2 color CMYK value is (49,16,0,30).

  • cyan value is 49.44%
  • magenta value is 15.73%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(49,16,0,30)
C49M16Y0K30 
(49%,16%,0%,30%)
(0.49/0.16/0.00/0.30)	

CMYK percentages

%49.44
%15.73
%0
%30.2

Codes

Color #5A96B2 in popluar color models

5A96B2
RGB90150178
HSL199°36.36%52.55%
HSB/HSV199°49.44%69.80%
CMYK49.44%15.73%0.00%
30.20%

Color #5A96B2 in popluar number systems.

HEX5A96B2
Decimal90150178
Binary10110101001011010110010
Octal132226262

Shades and tints

Shades of #5A96B2

#5A96B2
(90,150,178)
#5289A2
(82,137,162)
#4A7C92
(74,124,146)
#426F82
(66,111,130)
#3A6272
(58,98,114)
#325562
(50,85,98)
#2A4852
(42,72,82)
#223B42
(34,59,66)
#1A2E32
(26,46,50)
#122122
(18,33,34)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #5A96B2

#5A96B2
(90,150,178)
#699FB9
(105,159,185)
#78A8C0
(120,168,192)
#87B1C7
(135,177,199)
#96BACE
(150,186,206)
#A5C3D5
(165,195,213)
#B4CCDC
(180,204,220)
#C3D5E3
(195,213,227)
#D2DEEA
(210,222,234)
#E1E7F1
(225,231,241)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A96B2 color. Also use rgb(90,150,178) instead hex code.

Text Font Color

.myTextColor { color: #5A96B2; }

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

This text font color is #5A96B2.


Background Color

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

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

This div background color is #5A96B2.


Border color

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

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

This div border color is #5A96B2.


Opacity

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

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

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

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

This text has shadow with #5A96B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A96B2 on black background.


Color preview on white background

This text has color #5A96B2 on white background.



Black color preview on #5A96B2 background

This text has black color on #5A96B2 background.


White color preview on #5A96B2 background

This text has white color on #5A96B2 background.