#5A059E

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

Shades of Indigo #5A059E

Tints of Indigo #5A059E

Color information

#5A059E (or 0x5A059E) is unknown color: approx Indigo. HEX triplet: 5A, 05 and 9E. RGB value is (90,5,158). Sum of RGB (Red+Green+Blue) = 90+5+158=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A059E is #A5FA61. Grayscale: #2F2F2F. Windows color (decimal): -10877538 or 10356058. OLE color: 10356058.

HSL color Cylindrical-coordinate representation of color #5A059E: hue angle of 273.33º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A059E is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB905158-
CMYK0.430.9700.38
HSL273.33º93.87%31.96%-
HSV(B)273.33º96.84%61.96%-
XYZ10.444.7532.71-
YUV47.86190.16158.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.57%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 158 (62.11% from 255) = 62.45%
R=35.57%
G=1.98%
B=62.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9051580.430.9700.38273.3393.8731.96
Hex5A59E2B610261115e20
Octal13252365314104642113640
Binary101101010110011110101011110000101001101000100011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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