COLOR #5A7BAE

HEX: #5A7BAE
RGB: (90,123,174)

Color info

#5A7BAE contains mainly green and blue colors. Web safe color of #5A7BAE is #666699 (or #669).

RGB color model

#5A7BAE color RGB value is (90,123,174).

  • red value is 90;
  • green value is 123;
  • blue value is 174.
RGB:
(90,123,174)
(35%,48%,68%)

RGB channels and saturation

R 90 of 255 = 35%
G 123 of 255 = 48%
B 174 of 255 = 68%

90
123
174

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

Portions of RGB colors in percentages

R + G + B =
90 + 123 + 174 = 387 (100%)
R 90 of 387 ~ 23.26%
G 123 of 387 ~ 31.78%
B 174 of 387 ~ 44.96%

%23.26
%31.78
%44.96

CMYK color model

#5A7BAE color CMYK value is (48,29,0,32).

  • cyan value is 48.28%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(48,29,0,32)
C48M29Y0K32 
(48%,29%,0%,32%)
(0.48/0.29/0.00/0.32)	

CMYK percentages

%48.28
%29.31
%0
%31.76

Codes

Color #5A7BAE in popluar color models

5A7BAE
RGB90123174
HSL216°34.15%51.76%
HSB/HSV216°48.28%68.24%
CMYK48.28%29.31%0.00%
31.76%

Color #5A7BAE in popluar number systems.

HEX5A7BAE
Decimal90123174
Binary1011010111101110101110
Octal132173256

Shades and tints

Shades of #5A7BAE

#5A7BAE
(90,123,174)
#52709F
(82,112,159)
#4A6590
(74,101,144)
#425A81
(66,90,129)
#3A4F72
(58,79,114)
#324463
(50,68,99)
#2A3954
(42,57,84)
#222E45
(34,46,69)
#1A2336
(26,35,54)
#121827
(18,24,39)
#0A0D18
(10,13,24)
#000000
(0,0,0)

Tints of #5A7BAE

#5A7BAE
(90,123,174)
#6987B5
(105,135,181)
#7893BC
(120,147,188)
#879FC3
(135,159,195)
#96ABCA
(150,171,202)
#A5B7D1
(165,183,209)
#B4C3D8
(180,195,216)
#C3CFDF
(195,207,223)
#D2DBE6
(210,219,230)
#E1E7ED
(225,231,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A7BAE color. Also use rgb(90,123,174) instead hex code.

Text Font Color

.myTextColor { color: #5A7BAE; }

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

This text font color is #5A7BAE.


Background Color

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

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

This div background color is #5A7BAE.


Border color

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

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

This div border color is #5A7BAE.


Opacity

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

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

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

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

This text has shadow with #5A7BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A7BAE on black background.


Color preview on white background

This text has color #5A7BAE on white background.



Black color preview on #5A7BAE background

This text has black color on #5A7BAE background.


White color preview on #5A7BAE background

This text has white color on #5A7BAE background.