COLOR #5C92AB

HEX: #5C92AB
RGB: (92,146,171)

Color info

#5C92AB contains mainly green and blue colors. Web safe color of #5C92AB is #669999 (or #699).

RGB color model

#5C92AB color RGB value is (92,146,171).

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

RGB channels and saturation

R 92 of 255 = 36%
G 146 of 255 = 57%
B 171 of 255 = 67%

92
146
171

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

Portions of RGB colors in percentages

R + G + B =
92 + 146 + 171 = 409 (100%)
R 92 of 409 ~ 22.49%
G 146 of 409 ~ 35.7%
B 171 of 409 ~ 41.81%

%22.49
%35.7
%41.81

CMYK color model

#5C92AB color CMYK value is (46,15,0,33).

  • cyan value is 46.20%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(46,15,0,33)
C46M15Y0K33 
(46%,15%,0%,33%)
(0.46/0.15/0.00/0.33)	

CMYK percentages

%46.2
%14.62
%0
%32.94

Codes

Color #5C92AB in popluar color models

5C92AB
RGB92146171
HSL199°31.98%51.57%
HSB/HSV199°46.20%67.06%
CMYK46.20%14.62%0.00%
32.94%

Color #5C92AB in popluar number systems.

HEX5C92AB
Decimal92146171
Binary10111001001001010101011
Octal134222253

Shades and tints

Shades of #5C92AB

#5C92AB
(92,146,171)
#54859C
(84,133,156)
#4C788D
(76,120,141)
#446B7E
(68,107,126)
#3C5E6F
(60,94,111)
#345160
(52,81,96)
#2C4451
(44,68,81)
#243742
(36,55,66)
#1C2A33
(28,42,51)
#141D24
(20,29,36)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #5C92AB

#5C92AB
(92,146,171)
#6A9BB2
(106,155,178)
#78A4B9
(120,164,185)
#86ADC0
(134,173,192)
#94B6C7
(148,182,199)
#A2BFCE
(162,191,206)
#B0C8D5
(176,200,213)
#BED1DC
(190,209,220)
#CCDAE3
(204,218,227)
#DAE3EA
(218,227,234)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C92AB; }

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

This text font color is #5C92AB.


Background Color

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

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

This div background color is #5C92AB.


Border color

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

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

This div border color is #5C92AB.


Opacity

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

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

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

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

This text has shadow with #5C92AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C92AB on black background.


Color preview on white background

This text has color #5C92AB on white background.



Black color preview on #5C92AB background

This text has black color on #5C92AB background.


White color preview on #5C92AB background

This text has white color on #5C92AB background.