#5A0575

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

Shades of Indigo #5A0575

Tints of Indigo #5A0575

Color information

#5A0575 (or 0x5A0575) is unknown color: approx Indigo. HEX triplet: 5A, 05 and 75. RGB value is (90,5,117). Sum of RGB (Red+Green+Blue) = 90+5+117=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A0575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0575 is #A5FA8A. Grayscale: #2A2A2A. Windows color (decimal): -10877579 or 7669082. OLE color: 7669082.

HSL color Cylindrical-coordinate representation of color #5A0575: hue angle of 285.54º 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 #5A0575 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB905117-
CMYK0.230.9600.54
HSL285.54º91.8%23.92%-
HSV(B)285.54º95.73%45.88%-
XYZ7.483.5717.12-
YUV43.18169.66161.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=42.45%
G=2.36%
B=55.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9051170.230.9600.54285.5491.823.92
Hex5A575176003611e5c18
Octal13251652714006643613430
Binary101101010111101011011111000000110110100011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,5,117); }

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

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

 a { background-color: rgb(90,5,117); }

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

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

 span { border-color: rgb(90,5,117); }

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