COLOR #5C9290

HEX: #5C9290
RGB: (92,146,144)

Color info

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

RGB color model

#5C9290 color RGB value is (92,146,144).

  • red value is 92;
  • green value is 146;
  • blue value is 144.
RGB:
(92,146,144)
(36%,57%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 146 of 255 = 57%
B 144 of 255 = 56%

92
146
144

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

Portions of RGB colors in percentages

R + G + B =
92 + 146 + 144 = 382 (100%)
R 92 of 382 ~ 24.08%
G 146 of 382 ~ 38.22%
B 144 of 382 ~ 37.7%

%24.08
%38.22
%37.7

CMYK color model

#5C9290 color CMYK value is (37,0,1,43).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 42.75%
CMYK:
(37,0,1,43)
C37M0Y1K43 
(37%,0%,1%,43%)
(0.37/0.00/0.01/0.43)	

CMYK percentages

%36.99
%0
%1.37
%42.75

Codes

Color #5C9290 in popluar color models

5C9290
RGB92146144
HSL178°22.69%46.67%
HSB/HSV178°36.99%57.25%
CMYK36.99%0.00%1.37%
42.75%

Color #5C9290 in popluar number systems.

HEX5C9290
Decimal92146144
Binary10111001001001010010000
Octal134222220

Shades and tints

Shades of #5C9290

#5C9290
(92,146,144)
#548583
(84,133,131)
#4C7876
(76,120,118)
#446B69
(68,107,105)
#3C5E5C
(60,94,92)
#34514F
(52,81,79)
#2C4442
(44,68,66)
#243735
(36,55,53)
#1C2A28
(28,42,40)
#141D1B
(20,29,27)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #5C9290

#5C9290
(92,146,144)
#6A9B9A
(106,155,154)
#78A4A4
(120,164,164)
#86ADAE
(134,173,174)
#94B6B8
(148,182,184)
#A2BFC2
(162,191,194)
#B0C8CC
(176,200,204)
#BED1D6
(190,209,214)
#CCDAE0
(204,218,224)
#DAE3EA
(218,227,234)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9290 color. Also use rgb(92,146,144) instead hex code.

Text Font Color

.myTextColor { color: #5C9290; }

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

This text font color is #5C9290.


Background Color

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

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

This div background color is #5C9290.


Border color

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

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

This div border color is #5C9290.


Opacity

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

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

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

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

This text has shadow with #5C9290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9290 on black background.


Color preview on white background

This text has color #5C9290 on white background.



Black color preview on #5C9290 background

This text has black color on #5C9290 background.


White color preview on #5C9290 background

This text has white color on #5C9290 background.