#5C0884

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

Shades of Indigo #5C0884

Tints of Indigo #5C0884

Color information

#5C0884 (or 0x5C0884) is unknown color: approx Indigo. HEX triplet: 5C, 08 and 84. RGB value is (92,8,132). Sum of RGB (Red+Green+Blue) = 92+8+132=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C0884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0884 is #A3F77B. Grayscale: #2E2E2E. Windows color (decimal): -10745724 or 8652892. OLE color: 8652892.

HSL color Cylindrical-coordinate representation of color #5C0884: hue angle of 280.65º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0884 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB928132-
CMYK0.300.9400.48
HSL280.65º88.57%27.45%-
HSV(B)280.65º93.94%51.76%-
XYZ8.674.1122.17-
YUV47.25175.83159.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.66%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=39.66%
G=3.45%
B=56.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9281320.300.9400.48280.6588.5727.45
Hex5C8841E5E030119591b
Octal134102043613606043113133
Binary10111001000100001001111010111100110000100011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,132); }

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

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

 a { background-color: rgb(92,8,132); }

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

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

 span { border-color: rgb(92,8,132); }

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