COLOR #5A9492

HEX: #5A9492 RGB: (90,148,146)

Color info

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

RGB color model

#5A9492 color RGB value is (90,148,146).

RGB: (90,148,146) (35%, 58%, 57%)

RGB channels and saturation

R 90 of 255 = 35%
G 148 of 255 = 58%
B 146 of 255 = 57%

90
148
146

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

Portions of RGB colors in percentages

R + G + B = 90 + 148 + 146 = 384 (100%)
R 90 of 384 ~ 23.44%
G 148 of 384 ~ 38.54%
B 146 of 384 ~ 38.02'%

%23.44
%38.54
%38.02

CMYK color model

#5A9492 color CMYK value is (39,0,1,42).

  • cyan value is 39.19%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK: (39,0,1,42) C39M0Y1K42 (39%,0%,1%,42%) (0.39/0.00/0.01/0.42) 

CMYK percentages

%39.19
%0
%1.35
%41.96

Codes

Color #5A9492 in popluar color models

5A 94 92
RGB 90 148 146
HSL 178° 24.37% 46.67%
HSB/HSV 178° 39.19% 58.04%
CMYK 39.19% 0.00% 1.35%
41.96%

Color #5A9492 in popluar number systems.

HEX 5A 94 92
Decimal 90 148 146
Binary 1011010 10010100 10010010
Octal 132 224 222

Shades and tints

Shades of #5A9492

#5A9492
(90,148,146)
#528785
(82,135,133)
#4A7A78
(74,122,120)
#426D6B
(66,109,107)
#3A605E
(58,96,94)
#325351
(50,83,81)
#2A4644
(42,70,68)
#223937
(34,57,55)
#1A2C2A
(26,44,42)
#121F1D
(18,31,29)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #5A9492

#5A9492
(90,148,146)
#699D9B
(105,157,155)
#78A6A4
(120,166,164)
#87AFAD
(135,175,173)
#96B8B6
(150,184,182)
#A5C1BF
(165,193,191)
#B4CAC8
(180,202,200)
#C3D3D1
(195,211,209)
#D2DCDA
(210,220,218)
#E1E5E3
(225,229,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9492; }

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

This text font color is #5A9492.

Background Color

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

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

This div background color is #5A9492.

Border color

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

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

This div border color is #5A9492.

Opacity

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

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

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

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

This text has shadow with #5A9492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9492.

Preview

Color preview on black background

This text has color #5A9492 on black background.


Color preview on white background

This text has color #5A9492 on white background.


Black color preview on #5A9492 background

This text has black color on #5A9492 background.


White color preview on #5A9492 background

This text has white color on #5A9492 background.


Related colors

Complementary color

Complementary color for #hex is #A56B6D.


I love getcolorcode.com

Triadic colors

1 #925A94 and #94925A with #5A9492 are triadic colors.

2 #92945A and #945A92 with #5A9492 are triadic colors.