COLOR #5C9ABD

HEX: #5C9ABD
RGB: (92,154,189)

Color info

#5C9ABD contains mainly green and blue colors. Web safe color of #5C9ABD is #6699CC (or #69C).

RGB color model

#5C9ABD color RGB value is (92,154,189).

  • red value is 92;
  • green value is 154;
  • blue value is 189.
RGB:
(92,154,189)
(36%,60%,74%)

RGB channels and saturation

R 92 of 255 = 36%
G 154 of 255 = 60%
B 189 of 255 = 74%

92
154
189

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

Portions of RGB colors in percentages

R + G + B =
92 + 154 + 189 = 435 (100%)
R 92 of 435 ~ 21.15%
G 154 of 435 ~ 35.4%
B 189 of 435 ~ 43.45%

%21.15
%35.4
%43.45

CMYK color model

#5C9ABD color CMYK value is (51,19,0,26).

  • cyan value is 51.32%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(51,19,0,26)
C51M19Y0K26 
(51%,19%,0%,26%)
(0.51/0.19/0.00/0.26)	

CMYK percentages

%51.32
%18.52
%0
%25.88

Codes

Color #5C9ABD in popluar color models

5C9ABD
RGB92154189
HSL202°42.36%55.10%
HSB/HSV202°51.32%74.12%
CMYK51.32%18.52%0.00%
25.88%

Color #5C9ABD in popluar number systems.

HEX5C9ABD
Decimal92154189
Binary10111001001101010111101
Octal134232275

Shades and tints

Shades of #5C9ABD

#5C9ABD
(92,154,189)
#548CAC
(84,140,172)
#4C7E9B
(76,126,155)
#44708A
(68,112,138)
#3C6279
(60,98,121)
#345468
(52,84,104)
#2C4657
(44,70,87)
#243846
(36,56,70)
#1C2A35
(28,42,53)
#141C24
(20,28,36)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #5C9ABD

#5C9ABD
(92,154,189)
#6AA3C3
(106,163,195)
#78ACC9
(120,172,201)
#86B5CF
(134,181,207)
#94BED5
(148,190,213)
#A2C7DB
(162,199,219)
#B0D0E1
(176,208,225)
#BED9E7
(190,217,231)
#CCE2ED
(204,226,237)
#DAEBF3
(218,235,243)
#E8F4F9
(232,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9ABD color. Also use rgb(92,154,189) instead hex code.

Text Font Color

.myTextColor { color: #5C9ABD; }

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

This text font color is #5C9ABD.


Background Color

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

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

This div background color is #5C9ABD.


Border color

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

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

This div border color is #5C9ABD.


Opacity

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

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

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

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

This text has shadow with #5C9ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9ABD on black background.


Color preview on white background

This text has color #5C9ABD on white background.



Black color preview on #5C9ABD background

This text has black color on #5C9ABD background.


White color preview on #5C9ABD background

This text has white color on #5C9ABD background.