COLOR #5C8490

HEX: #5C8490
RGB: (92,132,144)

Color info

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

RGB color model

#5C8490 color RGB value is (92,132,144).

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

RGB channels and saturation

R 92 of 255 = 36%
G 132 of 255 = 52%
B 144 of 255 = 56%

92
132
144

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

Portions of RGB colors in percentages

R + G + B =
92 + 132 + 144 = 368 (100%)
R 92 of 368 ~ 25%
G 132 of 368 ~ 35.87%
B 144 of 368 ~ 39.13%

%25
%35.87
%39.13

CMYK color model

#5C8490 color CMYK value is (36,8,0,44).

  • cyan value is 36.11%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(36,8,0,44)
C36M8Y0K44 
(36%,8%,0%,44%)
(0.36/0.08/0.00/0.44)	

CMYK percentages

%36.11
%8.33
%0
%43.53

Codes

Color #5C8490 in popluar color models

5C8490
RGB92132144
HSL194°22.03%46.27%
HSB/HSV194°36.11%56.47%
CMYK36.11%8.33%0.00%
43.53%

Color #5C8490 in popluar number systems.

HEX5C8490
Decimal92132144
Binary10111001000010010010000
Octal134204220

Shades and tints

Shades of #5C8490

#5C8490
(92,132,144)
#547883
(84,120,131)
#4C6C76
(76,108,118)
#446069
(68,96,105)
#3C545C
(60,84,92)
#34484F
(52,72,79)
#2C3C42
(44,60,66)
#243035
(36,48,53)
#1C2428
(28,36,40)
#14181B
(20,24,27)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #5C8490

#5C8490
(92,132,144)
#6A8F9A
(106,143,154)
#789AA4
(120,154,164)
#86A5AE
(134,165,174)
#94B0B8
(148,176,184)
#A2BBC2
(162,187,194)
#B0C6CC
(176,198,204)
#BED1D6
(190,209,214)
#CCDCE0
(204,220,224)
#DAE7EA
(218,231,234)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8490; }

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

This text font color is #5C8490.


Background Color

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

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

This div background color is #5C8490.


Border color

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

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

This div border color is #5C8490.


Opacity

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

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

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

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

This text has shadow with #5C8490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8490 on black background.


Color preview on white background

This text has color #5C8490 on white background.



Black color preview on #5C8490 background

This text has black color on #5C8490 background.


White color preview on #5C8490 background

This text has white color on #5C8490 background.