COLOR #5C5CBD

HEX: #5C5CBD
RGB: (92,92,189)

Color info

#5C5CBD contains mainly blue color. Web safe color of #5C5CBD is #6666CC (or #66C).

RGB color model

#5C5CBD color RGB value is (92,92,189).

  • red value is 92;
  • green value is 92;
  • blue value is 189.
RGB:
(92,92,189)
(36%,36%,74%)

RGB channels and saturation

R 92 of 255 = 36%
G 92 of 255 = 36%
B 189 of 255 = 74%

92
92
189

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

Portions of RGB colors in percentages

R + G + B =
92 + 92 + 189 = 373 (100%)
R 92 of 373 ~ 24.66%
G 92 of 373 ~ 24.66%
B 189 of 373 ~ 50.67%

%24.66
%24.66
%50.67

CMYK color model

#5C5CBD color CMYK value is (51,51,0,26).

  • cyan value is 51.32%
  • magenta value is 51.32%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(51,51,0,26)
C51M51Y0K26 
(51%,51%,0%,26%)
(0.51/0.51/0.00/0.26)	

CMYK percentages

%51.32
%51.32
%0
%25.88

Codes

Color #5C5CBD in popluar color models

5C5CBD
RGB9292189
HSL240°42.36%55.10%
HSB/HSV240°51.32%74.12%
CMYK51.32%51.32%0.00%
25.88%

Color #5C5CBD in popluar number systems.

HEX5C5CBD
Decimal9292189
Binary1011100101110010111101
Octal134134275

Shades and tints

Shades of #5C5CBD

#5C5CBD
(92,92,189)
#5454AC
(84,84,172)
#4C4C9B
(76,76,155)
#44448A
(68,68,138)
#3C3C79
(60,60,121)
#343468
(52,52,104)
#2C2C57
(44,44,87)
#242446
(36,36,70)
#1C1C35
(28,28,53)
#141424
(20,20,36)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #5C5CBD

#5C5CBD
(92,92,189)
#6A6AC3
(106,106,195)
#7878C9
(120,120,201)
#8686CF
(134,134,207)
#9494D5
(148,148,213)
#A2A2DB
(162,162,219)
#B0B0E1
(176,176,225)
#BEBEE7
(190,190,231)
#CCCCED
(204,204,237)
#DADAF3
(218,218,243)
#E8E8F9
(232,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5CBD; }

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

This text font color is #5C5CBD.


Background Color

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

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

This div background color is #5C5CBD.


Border color

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

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

This div border color is #5C5CBD.


Opacity

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

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

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

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

This text has shadow with #5C5CBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C5CBD on black background.


Color preview on white background

This text has color #5C5CBD on white background.



Black color preview on #5C5CBD background

This text has black color on #5C5CBD background.


White color preview on #5C5CBD background

This text has white color on #5C5CBD background.