COLOR #5C7488

HEX: #5C7488 RGB: (92,116,136)

Color info

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

RGB color model

#5C7488 color RGB value is (92,116,136).

RGB: (92,116,136) (36%, 45%, 53%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 136 of 255 = 53%

92
116
136

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

Portions of RGB colors in percentages

R + G + B = 92 + 116 + 136 = 344 (100%)
R 92 of 344 ~ 26.74%
G 116 of 344 ~ 33.72%
B 136 of 344 ~ 39.53'%

%26.74
%33.72
%39.53

CMYK color model

#5C7488 color CMYK value is (32,15,0,47).

  • cyan value is 32.35%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (32,15,0,47)
C32M15Y0K47 (32%, 15%, 0%, 47%)
(0.32 / 0.15 / 0.00 / 0.47)

CMYK percentages

%32.35
%14.71
%0
%46.67

Codes

Color #5C7488 in popluar color models

5C 74 88
RGB 92 116 136
HSL 207° 19.30% 44.71%
HSB/HSV 207° 32.35% 53.33%
CMYK 32.35% 14.71% 0.00%
46.67%

Color #5C7488 in popluar number systems.

HEX 5C 74 88
Decimal 92 116 136
Binary 1011100 1110100 10001000
Octal 134 164 210

Shades and tints

Shades of #5C7488

#5C7488
(92,116,136)
#546A7C
(84,106,124)
#4C6070
(76,96,112)
#445664
(68,86,100)
#3C4C58
(60,76,88)
#34424C
(52,66,76)
#2C3840
(44,56,64)
#242E34
(36,46,52)
#1C2428
(28,36,40)
#141A1C
(20,26,28)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #5C7488

#5C7488
(92,116,136)
#6A8092
(106,128,146)
#788C9C
(120,140,156)
#8698A6
(134,152,166)
#94A4B0
(148,164,176)
#A2B0BA
(162,176,186)
#B0BCC4
(176,188,196)
#BEC8CE
(190,200,206)
#CCD4D8
(204,212,216)
#DAE0E2
(218,224,226)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7488 color. Also use rgb(92,116,136) instead hex code.

Text Font Color

.myTextColor { color: #5C7488; }

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

This text font color is #5C7488.

Background Color

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

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

This div background color is #5C7488.

Border color

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

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

This div border color is #5C7488.

Opacity

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

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

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

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

This text has shadow with #5C7488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7488.

Preview

Color preview on black background

This text has color #5C7488 on black background.


Color preview on white background

This text has color #5C7488 on white background.


Black color preview on #5C7488 background

This text has black color on #5C7488 background.


White color preview on #5C7488 background

This text has white color on #5C7488 background.


Related colors

Complementary color

Complementary color for #hex is #A38B77.


I love getcolorcode.com

Triadic colors

1 #885C74 and #74885C with #5C7488 are triadic colors.

2 #88745C and #745C88 with #5C7488 are triadic colors.