#5C059C

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

Shades of Indigo #5C059C

Tints of Indigo #5C059C

Color information

#5C059C (or 0x5C059C) is unknown color: approx Indigo. HEX triplet: 5C, 05 and 9C. RGB value is (92,5,156). Sum of RGB (Red+Green+Blue) = 92+5+156=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C059C is #A3FA63. Grayscale: #2F2F2F. Windows color (decimal): -10746468 or 10224988. OLE color: 10224988.

HSL color Cylindrical-coordinate representation of color #5C059C: hue angle of 274.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C059C is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB925156-
CMYK0.410.9700.39
HSL274.57º93.79%31.57%-
HSV(B)274.57º96.79%61.18%-
XYZ10.474.7831.82-
YUV48.23188.82159.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 156 (61.33% from 255) = 61.66%
R=36.36%
G=1.98%
B=61.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9251560.410.9700.39274.5793.7931.57
Hex5C59C29610271135e20
Octal13452345114104742313640
Binary101110010110011100101001110000101001111000100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,5,156); }

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

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

 a { background-color: rgb(92,5,156); }

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

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

 span { border-color: rgb(92,5,156); }

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