#5E0576

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

Shades of Indigo #5E0576

Tints of Indigo #5E0576

Color information

#5E0576 (or 0x5E0576) is unknown color: approx Indigo. HEX triplet: 5E, 05 and 76. RGB value is (94,5,118). Sum of RGB (Red+Green+Blue) = 94+5+118=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E0576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0576 is #A1FA89. Grayscale: #2C2C2C. Windows color (decimal): -10615434 or 7734622. OLE color: 7734622.

HSL color Cylindrical-coordinate representation of color #5E0576: hue angle of 287.26º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0576 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB945118-
CMYK0.200.9600.54
HSL287.26º91.87%24.12%-
HSV(B)287.26º95.76%46.27%-
XYZ7.943.817.45-
YUV44.49169.49163.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.32%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=43.32%
G=2.30%
B=54.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9451180.200.9600.54287.2691.8724.12
Hex5E576146003611f5c18
Octal13651662414006643713430
Binary101111010111101101010011000000110110100011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,5,118); }

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

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

 a { background-color: rgb(94,5,118); }

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

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

 span { border-color: rgb(94,5,118); }

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