COLOR #5A928D

HEX: #5A928D
RGB: (90,146,141)

Color info

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

RGB color model

#5A928D color RGB value is (90,146,141).

  • red value is 90;
  • green value is 146;
  • blue value is 141.
RGB:
(90,146,141)
(35%,57%,55%)

RGB channels and saturation

R 90 of 255 = 35%
G 146 of 255 = 57%
B 141 of 255 = 55%

90
146
141

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

Portions of RGB colors in percentages

R + G + B =
90 + 146 + 141 = 377 (100%)
R 90 of 377 ~ 23.87%
G 146 of 377 ~ 38.73%
B 141 of 377 ~ 37.4%

%23.87
%38.73
%37.4

CMYK color model

#5A928D color CMYK value is (38,0,3,43).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 42.75%
CMYK:
(38,0,3,43)
C38M0Y3K43 
(38%,0%,3%,43%)
(0.38/0.00/0.03/0.43)	

CMYK percentages

%38.36
%0
%3.42
%42.75

Codes

Color #5A928D in popluar color models

5A928D
RGB90146141
HSL175°23.73%46.27%
HSB/HSV175°38.36%57.25%
CMYK38.36%0.00%3.42%
42.75%

Color #5A928D in popluar number systems.

HEX5A928D
Decimal90146141
Binary10110101001001010001101
Octal132222215

Shades and tints

Shades of #5A928D

#5A928D
(90,146,141)
#528581
(82,133,129)
#4A7875
(74,120,117)
#426B69
(66,107,105)
#3A5E5D
(58,94,93)
#325151
(50,81,81)
#2A4445
(42,68,69)
#223739
(34,55,57)
#1A2A2D
(26,42,45)
#121D21
(18,29,33)
#0A1015
(10,16,21)
#000000
(0,0,0)

Tints of #5A928D

#5A928D
(90,146,141)
#699B97
(105,155,151)
#78A4A1
(120,164,161)
#87ADAB
(135,173,171)
#96B6B5
(150,182,181)
#A5BFBF
(165,191,191)
#B4C8C9
(180,200,201)
#C3D1D3
(195,209,211)
#D2DADD
(210,218,221)
#E1E3E7
(225,227,231)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A928D color. Also use rgb(90,146,141) instead hex code.

Text Font Color

.myTextColor { color: #5A928D; }

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

This text font color is #5A928D.


Background Color

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

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

This div background color is #5A928D.


Border color

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

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

This div border color is #5A928D.


Opacity

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

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

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

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

This text has shadow with #5A928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A928D on black background.


Color preview on white background

This text has color #5A928D on white background.



Black color preview on #5A928D background

This text has black color on #5A928D background.


White color preview on #5A928D background

This text has white color on #5A928D background.