COLOR #5C426B

HEX: #5C426B RGB: (92,66,107)

Color info

#5C426B contains red, green and blue colors in about the same proportion. Web safe color of #5C426B is #663366 (or #636).

RGB color model

#5C426B color RGB value is (92,66,107).

RGB: (92,66,107) (36%, 26%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 66 of 255 = 26%
B 107 of 255 = 42%

92
66
107

R + G + B ~ 35%. #5C426B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 66 + 107 = 265 (100%)
R 92 of 265 ~ 34.72%
G 66 of 265 ~ 24.91%
B 107 of 265 ~ 40.38'%

%34.72
%24.91
%40.38

CMYK color model

#5C426B color CMYK value is (14,38,0,58).

  • cyan value is 14.02%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (14,38,0,58)
C14M38Y0K58 (14%, 38%, 0%, 58%)
(0.14 / 0.38 / 0.00 / 0.58)

CMYK percentages

%14.02
%38.32
%0
%58.04

Codes

Color #5C426B in popluar color models

5C 42 6B
RGB 92 66 107
HSL 278° 23.70% 33.92%
HSB/HSV 278° 38.32% 41.96%
CMYK 14.02% 38.32% 0.00%
58.04%

Color #5C426B in popluar number systems.

HEX 5C 42 6B
Decimal 92 66 107
Binary 1011100 1000010 1101011
Octal 134 102 153

Shades and tints

Shades of #5C426B

#5C426B
(92,66,107)
#543C62
(84,60,98)
#4C3659
(76,54,89)
#443050
(68,48,80)
#3C2A47
(60,42,71)
#34243E
(52,36,62)
#2C1E35
(44,30,53)
#24182C
(36,24,44)
#1C1223
(28,18,35)
#140C1A
(20,12,26)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #5C426B

#5C426B
(92,66,107)
#6A5378
(106,83,120)
#786485
(120,100,133)
#867592
(134,117,146)
#94869F
(148,134,159)
#A297AC
(162,151,172)
#B0A8B9
(176,168,185)
#BEB9C6
(190,185,198)
#CCCAD3
(204,202,211)
#DADBE0
(218,219,224)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C426B color. Also use rgb(92,66,107) instead hex code.

Text Font Color

.myTextColor { color: #5C426B; }

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

This text font color is #5C426B.

Background Color

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

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

This div background color is #5C426B.

Border color

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

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

This div border color is #5C426B.

Opacity

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

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

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

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

This text has shadow with #5C426B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C426B.

Preview

Color preview on black background

This text has color #5C426B on black background.


Color preview on white background

This text has color #5C426B on white background.


Black color preview on #5C426B background

This text has black color on #5C426B background.


White color preview on #5C426B background

This text has white color on #5C426B background.


Related colors

Complementary color

Complementary color for #hex is #A3BD94.


I love getcolorcode.com

Triadic colors

1 #6B5C42 and #426B5C with #5C426B are triadic colors.

2 #6B425C and #425C6B with #5C426B are triadic colors.