COLOR #5C97C6

HEX: #5C97C6 RGB: (92,151,198)

Color info

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

RGB color model

#5C97C6 color RGB value is (92,151,198).

RGB: (92,151,198) (36%, 59%, 78%)

RGB channels and saturation

R 92 of 255 = 36%
G 151 of 255 = 59%
B 198 of 255 = 78%

92
151
198

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

Portions of RGB colors in percentages

R + G + B = 92 + 151 + 198 = 441 (100%)
R 92 of 441 ~ 20.86%
G 151 of 441 ~ 34.24%
B 198 of 441 ~ 44.9'%

%20.86
%34.24
%44.9

CMYK color model

#5C97C6 color CMYK value is (54,24,0,22).

  • cyan value is 53.54%
  • magenta value is 23.74%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (54,24,0,22)
C54M24Y0K22 (54%, 24%, 0%, 22%)
(0.54 / 0.24 / 0.00 / 0.22)

CMYK percentages

%53.54
%23.74
%0
%22.35

Codes

Color #5C97C6 in popluar color models

5C 97 C6
RGB 92 151 198
HSL 207° 48.18% 56.86%
HSB/HSV 207° 53.54% 77.65%
CMYK 53.54% 23.74% 0.00%
22.35%

Color #5C97C6 in popluar number systems.

HEX 5C 97 C6
Decimal 92 151 198
Binary 1011100 10010111 11000110
Octal 134 227 306

Shades and tints

Shades of #5C97C6

#5C97C6
(92,151,198)
#548AB4
(84,138,180)
#4C7DA2
(76,125,162)
#447090
(68,112,144)
#3C637E
(60,99,126)
#34566C
(52,86,108)
#2C495A
(44,73,90)
#243C48
(36,60,72)
#1C2F36
(28,47,54)
#142224
(20,34,36)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #5C97C6

#5C97C6
(92,151,198)
#6AA0CB
(106,160,203)
#78A9D0
(120,169,208)
#86B2D5
(134,178,213)
#94BBDA
(148,187,218)
#A2C4DF
(162,196,223)
#B0CDE4
(176,205,228)
#BED6E9
(190,214,233)
#CCDFEE
(204,223,238)
#DAE8F3
(218,232,243)
#E8F1F8
(232,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C97C6 color. Also use rgb(92,151,198) instead hex code.

Text Font Color

.myTextColor { color: #5C97C6; }

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

This text font color is #5C97C6.

Background Color

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

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

This div background color is #5C97C6.

Border color

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

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

This div border color is #5C97C6.

Opacity

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

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

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

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

This text has shadow with #5C97C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C97C6.

Preview

Color preview on black background

This text has color #5C97C6 on black background.


Color preview on white background

This text has color #5C97C6 on white background.


Black color preview on #5C97C6 background

This text has black color on #5C97C6 background.


White color preview on #5C97C6 background

This text has white color on #5C97C6 background.


Related colors

Complementary color

Complementary color for #hex is #A36839.


I love getcolorcode.com

Triadic colors

1 #C65C97 and #97C65C with #5C97C6 are triadic colors.

2 #C6975C and #975CC6 with #5C97C6 are triadic colors.