COLOR #5C6277

HEX: #5C6277 RGB: (92,98,119)

Color info

#5C6277 contains red, green and blue colors in about the same proportion. Web safe color of #5C6277 is #666666 (or #666).

RGB color model

#5C6277 color RGB value is (92,98,119).

RGB: (92,98,119) (36%, 38%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 98 of 255 = 38%
B 119 of 255 = 47%

92
98
119

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

Portions of RGB colors in percentages

R + G + B = 92 + 98 + 119 = 309 (100%)
R 92 of 309 ~ 29.77%
G 98 of 309 ~ 31.72%
B 119 of 309 ~ 38.51'%

%29.77
%31.72
%38.51

CMYK color model

#5C6277 color CMYK value is (23,18,0,53).

  • cyan value is 22.69%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (23,18,0,53)
C23M18Y0K53 (23%, 18%, 0%, 53%)
(0.23 / 0.18 / 0.00 / 0.53)

CMYK percentages

%22.69
%17.65
%0
%53.33

Codes

Color #5C6277 in popluar color models

5C 62 77
RGB 92 98 119
HSL 227° 12.80% 41.37%
HSB/HSV 227° 22.69% 46.67%
CMYK 22.69% 17.65% 0.00%
53.33%

Color #5C6277 in popluar number systems.

HEX 5C 62 77
Decimal 92 98 119
Binary 1011100 1100010 1110111
Octal 134 142 167

Shades and tints

Shades of #5C6277

#5C6277
(92,98,119)
#545A6D
(84,90,109)
#4C5263
(76,82,99)
#444A59
(68,74,89)
#3C424F
(60,66,79)
#343A45
(52,58,69)
#2C323B
(44,50,59)
#242A31
(36,42,49)
#1C2227
(28,34,39)
#141A1D
(20,26,29)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #5C6277

#5C6277
(92,98,119)
#6A7083
(106,112,131)
#787E8F
(120,126,143)
#868C9B
(134,140,155)
#949AA7
(148,154,167)
#A2A8B3
(162,168,179)
#B0B6BF
(176,182,191)
#BEC4CB
(190,196,203)
#CCD2D7
(204,210,215)
#DAE0E3
(218,224,227)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6277; }

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

This text font color is #5C6277.

Background Color

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

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

This div background color is #5C6277.

Border color

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

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

This div border color is #5C6277.

Opacity

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

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

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

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

This text has shadow with #5C6277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C6277.

Preview

Color preview on black background

This text has color #5C6277 on black background.


Color preview on white background

This text has color #5C6277 on white background.


Black color preview on #5C6277 background

This text has black color on #5C6277 background.


White color preview on #5C6277 background

This text has white color on #5C6277 background.


Related colors

Complementary color

Complementary color for #hex is #A39D88.


I love getcolorcode.com

Triadic colors

1 #775C62 and #62775C with #5C6277 are triadic colors.

2 #77625C and #625C77 with #5C6277 are triadic colors.