COLOR #5C8593

HEX: #5C8593 RGB: (92,133,147)

Color info

#5C8593 contains red, green and blue colors in about the same proportion. Web safe color of #5C8593 is #669999 (or #699).

RGB color model

#5C8593 color RGB value is (92,133,147).

RGB: (92,133,147) (36%, 52%, 58%)

RGB channels and saturation

R 92 of 255 = 36%
G 133 of 255 = 52%
B 147 of 255 = 58%

92
133
147

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

Portions of RGB colors in percentages

R + G + B = 92 + 133 + 147 = 372 (100%)
R 92 of 372 ~ 24.73%
G 133 of 372 ~ 35.75%
B 147 of 372 ~ 39.52'%

%24.73
%35.75
%39.52

CMYK color model

#5C8593 color CMYK value is (37,10,0,42).

  • cyan value is 37.41%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (37,10,0,42)
C37M10Y0K42 (37%, 10%, 0%, 42%)
(0.37 / 0.10 / 0.00 / 0.42)

CMYK percentages

%37.41
%9.52
%0
%42.35

Codes

Color #5C8593 in popluar color models

5C 85 93
RGB 92 133 147
HSL 195° 23.01% 46.86%
HSB/HSV 195° 37.41% 57.65%
CMYK 37.41% 9.52% 0.00%
42.35%

Color #5C8593 in popluar number systems.

HEX 5C 85 93
Decimal 92 133 147
Binary 1011100 10000101 10010011
Octal 134 205 223

Shades and tints

Shades of #5C8593

#5C8593
(92,133,147)
#547986
(84,121,134)
#4C6D79
(76,109,121)
#44616C
(68,97,108)
#3C555F
(60,85,95)
#344952
(52,73,82)
#2C3D45
(44,61,69)
#243138
(36,49,56)
#1C252B
(28,37,43)
#14191E
(20,25,30)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #5C8593

#5C8593
(92,133,147)
#6A909C
(106,144,156)
#789BA5
(120,155,165)
#86A6AE
(134,166,174)
#94B1B7
(148,177,183)
#A2BCC0
(162,188,192)
#B0C7C9
(176,199,201)
#BED2D2
(190,210,210)
#CCDDDB
(204,221,219)
#DAE8E4
(218,232,228)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8593 color. Also use rgb(92,133,147) instead hex code.

Text Font Color

.myTextColor { color: #5C8593; }

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

This text font color is #5C8593.

Background Color

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

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

This div background color is #5C8593.

Border color

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

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

This div border color is #5C8593.

Opacity

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

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

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

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

This text has shadow with #5C8593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C8593.

Preview

Color preview on black background

This text has color #5C8593 on black background.


Color preview on white background

This text has color #5C8593 on white background.


Black color preview on #5C8593 background

This text has black color on #5C8593 background.


White color preview on #5C8593 background

This text has white color on #5C8593 background.


Related colors

Complementary color

Complementary color for #hex is #A37A6C.


I love getcolorcode.com

Triadic colors

1 #935C85 and #85935C with #5C8593 are triadic colors.

2 #93855C and #855C93 with #5C8593 are triadic colors.