#5C00AB

Color #5C00AB Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5C00AB

Tints of Indigo #5C00AB

Color information

#5C00AB (or 0x5C00AB) is unknown color: approx Indigo. HEX triplet: 5C, 00 and AB. RGB value is (92,0,171). Sum of RGB (Red+Green+Blue) = 92+0+171=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C00AB is #A3FF54. Grayscale: #2E2E2E. Windows color (decimal): -10747733 or 11206748. OLE color: 11206748.

HSL color Cylindrical-coordinate representation of color #5C00AB: hue angle of 272.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C00AB is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB920171-
CMYK0.46100.33
HSL272.28º100%33.53%-
HSV(B)272.28º100%67.06%-
XYZ11.765.2238.91-
YUV47197.98160.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=34.98%
G=0%
B=65.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9201710.46100.33272.2810033.53
Hex5C0AB2E640211106422
Octal13402535614404142014442
Binary1011100010101011101110110010001000011000100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C00AB; }

 p { color: rgb(92,0,171); }

 H1.HeaderClassName
 {
   color: #5C00AB;
 }
 .AnyTagClassName
 {
   color: #5C00AB;
 }
</style>
background-color css

<style>
 a { background-color: #5C00AB; }

 a { background-color: rgb(92,0,171); }

 div.DivClassName
 {
   background-color: #5C00AB;
 }
 .BgClassName
 {
   background-color: #5C00AB;
 }
</style>
border-color css

<style>
 span { border-color: #5C00AB; }

 span { border-color: rgb(92,0,171); }

 td.TdClassName
 {
   border-color: #5C00AB;
 }
 .TagClassName
 {
   border-color: #5C00AB;
 }
</style>