COLOR #5C7783

HEX: #5C7783 RGB: (92,119,131)

Color info

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

RGB color model

#5C7783 color RGB value is (92,119,131).

RGB: (92,119,131) (36%, 47%, 51%)

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 131 of 255 = 51%

92
119
131

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

Portions of RGB colors in percentages

R + G + B = 92 + 119 + 131 = 342 (100%)
R 92 of 342 ~ 26.9%
G 119 of 342 ~ 34.8%
B 131 of 342 ~ 38.3'%

%26.9
%34.8
%38.3

CMYK color model

#5C7783 color CMYK value is (30,9,0,49).

  • cyan value is 29.77%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (30,9,0,49)
C30M9Y0K49 (30%, 9%, 0%, 49%)
(0.30 / 0.09 / 0.00 / 0.49)

CMYK percentages

%29.77
%9.16
%0
%48.63

Codes

Color #5C7783 in popluar color models

5C 77 83
RGB 92 119 131
HSL 198° 17.49% 43.73%
HSB/HSV 198° 29.77% 51.37%
CMYK 29.77% 9.16% 0.00%
48.63%

Color #5C7783 in popluar number systems.

HEX 5C 77 83
Decimal 92 119 131
Binary 1011100 1110111 10000011
Octal 134 167 203

Shades and tints

Shades of #5C7783

#5C7783
(92,119,131)
#546D78
(84,109,120)
#4C636D
(76,99,109)
#445962
(68,89,98)
#3C4F57
(60,79,87)
#34454C
(52,69,76)
#2C3B41
(44,59,65)
#243136
(36,49,54)
#1C272B
(28,39,43)
#141D20
(20,29,32)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #5C7783

#5C7783
(92,119,131)
#6A838E
(106,131,142)
#788F99
(120,143,153)
#869BA4
(134,155,164)
#94A7AF
(148,167,175)
#A2B3BA
(162,179,186)
#B0BFC5
(176,191,197)
#BECBD0
(190,203,208)
#CCD7DB
(204,215,219)
#DAE3E6
(218,227,230)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7783 color. Also use rgb(92,119,131) instead hex code.

Text Font Color

.myTextColor { color: #5C7783; }

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

This text font color is #5C7783.

Background Color

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

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

This div background color is #5C7783.

Border color

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

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

This div border color is #5C7783.

Opacity

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

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

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

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

This text has shadow with #5C7783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7783.

Preview

Color preview on black background

This text has color #5C7783 on black background.


Color preview on white background

This text has color #5C7783 on white background.


Black color preview on #5C7783 background

This text has black color on #5C7783 background.


White color preview on #5C7783 background

This text has white color on #5C7783 background.


Related colors

Complementary color

Complementary color for #hex is #A3887C.


I love getcolorcode.com

Triadic colors

1 #835C77 and #77835C with #5C7783 are triadic colors.

2 #83775C and #775C83 with #5C7783 are triadic colors.