#5A0888

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

Shades of Indigo #5A0888

Tints of Indigo #5A0888

Color information

#5A0888 (or 0x5A0888) is unknown color: approx Indigo. HEX triplet: 5A, 08 and 88. RGB value is (90,8,136). Sum of RGB (Red+Green+Blue) = 90+8+136=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A0888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0888 is #A5F777. Grayscale: #2E2E2E. Windows color (decimal): -10876792 or 8915034. OLE color: 8915034.

HSL color Cylindrical-coordinate representation of color #5A0888: hue angle of 278.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0888 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB908136-
CMYK0.340.9400.47
HSL278.44º88.89%28.24%-
HSV(B)278.44º94.12%53.33%-
XYZ8.754.1223.63-
YUV47.11178.17158.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.46%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 136 (53.52% from 255) = 58.12%
R=38.46%
G=3.42%
B=58.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9081360.340.9400.47278.4488.8928.24
Hex5A888225E02F116591c
Octal132102104213605742613134
Binary101101010001000100010001010111100101111100010110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,136); }

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

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

 a { background-color: rgb(90,8,136); }

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

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

 span { border-color: rgb(90,8,136); }

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