COLOR #5C4888

HEX: #5C4888 RGB: (92,72,136)

Color info

#5C4888 contains mainly red and blue colors. Web safe color of #5C4888 is #663399 (or #639).

RGB color model

#5C4888 color RGB value is (92,72,136).

RGB: (92,72,136) (36%, 28%, 53%)

RGB channels and saturation

R 92 of 255 = 36%
G 72 of 255 = 28%
B 136 of 255 = 53%

92
72
136

R + G + B ~ 39%. #5C4888 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 72 + 136 = 300 (100%)
R 92 of 300 ~ 30.67%
G 72 of 300 ~ 24%
B 136 of 300 ~ 45.33'%

%30.67
%24
%45.33

CMYK color model

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

  • cyan value is 32.35%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (32,47,0,47) C32M47Y0K47 (32%,47%,0%,47%) (0.32/0.47/0.00/0.47) 

CMYK percentages

%32.35
%47.06
%0
%46.67

Codes

Color #5C4888 in popluar color models

5C 48 88
RGB 92 72 136
HSL 259° 30.77% 40.78%
HSB/HSV 259° 47.06% 53.33%
CMYK 32.35% 47.06% 0.00%
46.67%

Color #5C4888 in popluar number systems.

HEX 5C 48 88
Decimal 92 72 136
Binary 1011100 1001000 10001000
Octal 134 110 210

Shades and tints

Shades of #5C4888

#5C4888
(92,72,136)
#54427C
(84,66,124)
#4C3C70
(76,60,112)
#443664
(68,54,100)
#3C3058
(60,48,88)
#342A4C
(52,42,76)
#2C2440
(44,36,64)
#241E34
(36,30,52)
#1C1828
(28,24,40)
#14121C
(20,18,28)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #5C4888

#5C4888
(92,72,136)
#6A5892
(106,88,146)
#78689C
(120,104,156)
#8678A6
(134,120,166)
#9488B0
(148,136,176)
#A298BA
(162,152,186)
#B0A8C4
(176,168,196)
#BEB8CE
(190,184,206)
#CCC8D8
(204,200,216)
#DAD8E2
(218,216,226)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C4888; }

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

This text font color is #5C4888.

Background Color

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

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

This div background color is #5C4888.

Border color

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

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

This div border color is #5C4888.

Opacity

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

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

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

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

This text has shadow with #5C4888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C4888.

Preview

Color preview on black background

This text has color #5C4888 on black background.


Color preview on white background

This text has color #5C4888 on white background.


Black color preview on #5C4888 background

This text has black color on #5C4888 background.


White color preview on #5C4888 background

This text has white color on #5C4888 background.


Related colors

Complementary color

Complementary color for #hex is #A3B777.


I love getcolorcode.com

Triadic colors

1 #885C48 and #48885C with #5C4888 are triadic colors.

2 #88485C and #485C88 with #5C4888 are triadic colors.