COLOR #5C00AB

HEX: #5C00AB
RGB: (92,0,171)

Color info

#5C00AB contains mainly blue color. Web safe color of #5C00AB is #660099 (or #609).

RGB color model

#5C00AB color RGB value is (92,0,171).

  • red value is 92;
  • green value is 0;
  • blue value is 171.
RGB:
(92,0,171)
(36%,0%,67%)

RGB channels and saturation

R 92 of 255 = 36%
G 0 of 255 = 0%
B 171 of 255 = 67%

92
0
171

R + G + B ~ 34%. #5C00AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 0 + 171 = 263 (100%)
R 92 of 263 ~ 34.98%
G 0 of 263 ~ 0%
B 171 of 263 ~ 65.02%

%34.98
%65.02

CMYK color model

#5C00AB color CMYK value is (46,100,0,33).

  • cyan value is 46.20%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(46,100,0,33)
C46M100Y0K33 
(46%,100%,0%,33%)
(0.46/1.00/0.00/0.33)	

CMYK percentages

%46.2
%100
%0
%32.94

Codes

Color #5C00AB in popluar color models

5C00AB
RGB920171
HSL272°100.00%33.53%
HSB/HSV272°100.00%67.06%
CMYK46.20%100.00%0.00%
32.94%

Color #5C00AB in popluar number systems.

HEX5C00AB
Decimal920171
Binary1011100010101011
Octal1340253

Shades and tints

Shades of #5C00AB

#5C00AB
(92,0,171)
#54009C
(84,0,156)
#4C008D
(76,0,141)
#44007E
(68,0,126)
#3C006F
(60,0,111)
#340060
(52,0,96)
#2C0051
(44,0,81)
#240042
(36,0,66)
#1C0033
(28,0,51)
#140024
(20,0,36)
#0C0015
(12,0,21)
#000000
(0,0,0)

Tints of #5C00AB

#5C00AB
(92,0,171)
#6A17B2
(106,23,178)
#782EB9
(120,46,185)
#8645C0
(134,69,192)
#945CC7
(148,92,199)
#A273CE
(162,115,206)
#B08AD5
(176,138,213)
#BEA1DC
(190,161,220)
#CCB8E3
(204,184,227)
#DACFEA
(218,207,234)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C00AB; }

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

This text font color is #5C00AB.


Background Color

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

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

This div background color is #5C00AB.


Border color

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

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

This div border color is #5C00AB.


Opacity

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

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

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

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

This text has shadow with #5C00AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C00AB on black background.


Color preview on white background

This text has color #5C00AB on white background.



Black color preview on #5C00AB background

This text has black color on #5C00AB background.


White color preview on #5C00AB background

This text has white color on #5C00AB background.