COLOR #5C97BE

HEX: #5C97BE RGB: (92,151,190)

Color info

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

RGB color model

#5C97BE color RGB value is (92,151,190).

RGB: (92,151,190) (36%, 59%, 75%)

RGB channels and saturation

R 92 of 255 = 36%
G 151 of 255 = 59%
B 190 of 255 = 75%

92
151
190

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

Portions of RGB colors in percentages

R + G + B = 92 + 151 + 190 = 433 (100%)
R 92 of 433 ~ 21.25%
G 151 of 433 ~ 34.87%
B 190 of 433 ~ 43.88'%

%21.25
%34.87
%43.88

CMYK color model

#5C97BE color CMYK value is (52,21,0,25).

  • cyan value is 51.58%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (52,21,0,25) C52M21Y0K25 (52%,21%,0%,25%) (0.52/0.21/0.00/0.25) 

CMYK percentages

%51.58
%20.53
%0
%25.49

Codes

Color #5C97BE in popluar color models

5C 97 BE
RGB 92 151 190
HSL 204° 42.98% 55.29%
HSB/HSV 204° 51.58% 74.51%
CMYK 51.58% 20.53% 0.00%
25.49%

Color #5C97BE in popluar number systems.

HEX 5C 97 BE
Decimal 92 151 190
Binary 1011100 10010111 10111110
Octal 134 227 276

Shades and tints

Shades of #5C97BE

#5C97BE
(92,151,190)
#548AAD
(84,138,173)
#4C7D9C
(76,125,156)
#44708B
(68,112,139)
#3C637A
(60,99,122)
#345669
(52,86,105)
#2C4958
(44,73,88)
#243C47
(36,60,71)
#1C2F36
(28,47,54)
#142225
(20,34,37)
#0C1514
(12,21,20)
#000000
(0,0,0)

Tints of #5C97BE

#5C97BE
(92,151,190)
#6AA0C3
(106,160,195)
#78A9C8
(120,169,200)
#86B2CD
(134,178,205)
#94BBD2
(148,187,210)
#A2C4D7
(162,196,215)
#B0CDDC
(176,205,220)
#BED6E1
(190,214,225)
#CCDFE6
(204,223,230)
#DAE8EB
(218,232,235)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C97BE; }

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

This text font color is #5C97BE.

Background Color

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

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

This div background color is #5C97BE.

Border color

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

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

This div border color is #5C97BE.

Opacity

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

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

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

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

This text has shadow with #5C97BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C97BE.

Preview

Color preview on black background

This text has color #5C97BE on black background.


Color preview on white background

This text has color #5C97BE on white background.


Black color preview on #5C97BE background

This text has black color on #5C97BE background.


White color preview on #5C97BE background

This text has white color on #5C97BE background.


Related colors

Complementary color

Complementary color for #hex is #A36841.


I love getcolorcode.com

Triadic colors

1 #BE5C97 and #97BE5C with #5C97BE are triadic colors.

2 #BE975C and #975CBE with #5C97BE are triadic colors.