COLOR #5A8294

HEX: #5A8294
RGB: (90,130,148)

Color info

#5A8294 contains red, green and blue colors in about the same proportion. Web safe color of #5A8294 is #669999 (or #699).

RGB color model

#5A8294 color RGB value is (90,130,148).

  • red value is 90;
  • green value is 130;
  • blue value is 148.
RGB:
(90,130,148)
(35%,51%,58%)

RGB channels and saturation

R 90 of 255 = 35%
G 130 of 255 = 51%
B 148 of 255 = 58%

90
130
148

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

Portions of RGB colors in percentages

R + G + B =
90 + 130 + 148 = 368 (100%)
R 90 of 368 ~ 24.46%
G 130 of 368 ~ 35.33%
B 148 of 368 ~ 40.22%

%24.46
%35.33
%40.22

CMYK color model

#5A8294 color CMYK value is (39,12,0,42).

  • cyan value is 39.19%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(39,12,0,42)
C39M12Y0K42 
(39%,12%,0%,42%)
(0.39/0.12/0.00/0.42)	

CMYK percentages

%39.19
%12.16
%0
%41.96

Codes

Color #5A8294 in popluar color models

5A8294
RGB90130148
HSL199°24.37%46.67%
HSB/HSV199°39.19%58.04%
CMYK39.19%12.16%0.00%
41.96%

Color #5A8294 in popluar number systems.

HEX5A8294
Decimal90130148
Binary10110101000001010010100
Octal132202224

Shades and tints

Shades of #5A8294

#5A8294
(90,130,148)
#527787
(82,119,135)
#4A6C7A
(74,108,122)
#42616D
(66,97,109)
#3A5660
(58,86,96)
#324B53
(50,75,83)
#2A4046
(42,64,70)
#223539
(34,53,57)
#1A2A2C
(26,42,44)
#121F1F
(18,31,31)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #5A8294

#5A8294
(90,130,148)
#698D9D
(105,141,157)
#7898A6
(120,152,166)
#87A3AF
(135,163,175)
#96AEB8
(150,174,184)
#A5B9C1
(165,185,193)
#B4C4CA
(180,196,202)
#C3CFD3
(195,207,211)
#D2DADC
(210,218,220)
#E1E5E5
(225,229,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A8294 color. Also use rgb(90,130,148) instead hex code.

Text Font Color

.myTextColor { color: #5A8294; }

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

This text font color is #5A8294.


Background Color

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

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

This div background color is #5A8294.


Border color

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

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

This div border color is #5A8294.


Opacity

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

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

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

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

This text has shadow with #5A8294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A8294 on black background.


Color preview on white background

This text has color #5A8294 on white background.



Black color preview on #5A8294 background

This text has black color on #5A8294 background.


White color preview on #5A8294 background

This text has white color on #5A8294 background.