#5A0589

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

Shades of Indigo #5A0589

Tints of Indigo #5A0589

Color information

#5A0589 (or 0x5A0589) is unknown color: approx Indigo. HEX triplet: 5A, 05 and 89. RGB value is (90,5,137). Sum of RGB (Red+Green+Blue) = 90+5+137=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A0589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0589 is #A5FA76. Grayscale: #2D2D2D. Windows color (decimal): -10877559 or 8979802. OLE color: 8979802.

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

Color convert

RGB905137-
CMYK0.340.9600.46
HSL278.64º92.96%27.84%-
HSV(B)278.64º96.35%53.73%-
XYZ8.794.0923.99-
YUV45.46179.66159.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.79%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 137 (53.91% from 255) = 59.05%
R=38.79%
G=2.16%
B=59.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9051370.340.9600.46278.6492.9627.84
Hex5A589226002E1175d1c
Octal13252114214005642713534
Binary10110101011000100110001011000000101110100010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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