#5A0578

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

Shades of Indigo #5A0578

Tints of Indigo #5A0578

Color information

#5A0578 (or 0x5A0578) is unknown color: approx Indigo. HEX triplet: 5A, 05 and 78. RGB value is (90,5,120). Sum of RGB (Red+Green+Blue) = 90+5+120=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0578 is #A5FA87. Grayscale: #2B2B2B. Windows color (decimal): -10877576 or 7865690. OLE color: 7865690.

HSL color Cylindrical-coordinate representation of color #5A0578: hue angle of 284.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0578 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB905120-
CMYK0.250.9600.53
HSL284.35º92%24.51%-
HSV(B)284.35º95.83%47.06%-
XYZ7.663.6418.07-
YUV43.52171.16161.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=41.86%
G=2.33%
B=55.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9051200.250.9600.53284.359224.51
Hex5A578196003511c5c19
Octal13251703114006543413431
Binary101101010111110001100111000000110101100011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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