COLOR #5C7597

HEX: #5C7597 RGB: (92,117,151)

Color info

#5C7597 contains red, green and blue colors in about the same proportion. Web safe color of #5C7597 is #666699 (or #669).

RGB color model

#5C7597 color RGB value is (92,117,151).

RGB: (92,117,151) (36%, 46%, 59%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 151 of 255 = 59%

92
117
151

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

Portions of RGB colors in percentages

R + G + B = 92 + 117 + 151 = 360 (100%)
R 92 of 360 ~ 25.56%
G 117 of 360 ~ 32.5%
B 151 of 360 ~ 41.94'%

%25.56
%32.5
%41.94

CMYK color model

#5C7597 color CMYK value is (39,23,0,41).

  • cyan value is 39.07%
  • magenta value is 22.52%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (39,23,0,41)
C39M23Y0K41 (39%, 23%, 0%, 41%)
(0.39 / 0.23 / 0.00 / 0.41)

CMYK percentages

%39.07
%22.52
%0
%40.78

Codes

Color #5C7597 in popluar color models

5C 75 97
RGB 92 117 151
HSL 215° 24.28% 47.65%
HSB/HSV 215° 39.07% 59.22%
CMYK 39.07% 22.52% 0.00%
40.78%

Color #5C7597 in popluar number systems.

HEX 5C 75 97
Decimal 92 117 151
Binary 1011100 1110101 10010111
Octal 134 165 227

Shades and tints

Shades of #5C7597

#5C7597
(92,117,151)
#546B8A
(84,107,138)
#4C617D
(76,97,125)
#445770
(68,87,112)
#3C4D63
(60,77,99)
#344356
(52,67,86)
#2C3949
(44,57,73)
#242F3C
(36,47,60)
#1C252F
(28,37,47)
#141B22
(20,27,34)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #5C7597

#5C7597
(92,117,151)
#6A81A0
(106,129,160)
#788DA9
(120,141,169)
#8699B2
(134,153,178)
#94A5BB
(148,165,187)
#A2B1C4
(162,177,196)
#B0BDCD
(176,189,205)
#BEC9D6
(190,201,214)
#CCD5DF
(204,213,223)
#DAE1E8
(218,225,232)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7597; }

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

This text font color is #5C7597.

Background Color

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

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

This div background color is #5C7597.

Border color

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

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

This div border color is #5C7597.

Opacity

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

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

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

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

This text has shadow with #5C7597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7597.

Preview

Color preview on black background

This text has color #5C7597 on black background.


Color preview on white background

This text has color #5C7597 on white background.


Black color preview on #5C7597 background

This text has black color on #5C7597 background.


White color preview on #5C7597 background

This text has white color on #5C7597 background.


Related colors

Complementary color

Complementary color for #hex is #A38A68.


I love getcolorcode.com

Triadic colors

1 #975C75 and #75975C with #5C7597 are triadic colors.

2 #97755C and #755C97 with #5C7597 are triadic colors.