#5502A5

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

Shades of Indigo #5502A5

Tints of Indigo #5502A5

Color information

#5502A5 (or 0x5502A5) is unknown color: approx Indigo. HEX triplet: 55, 02 and A5. RGB value is (85,2,165). Sum of RGB (Red+Green+Blue) = 85+2+165=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 165 (64.84% from 255 or 65.48% from 252); Max value from RGB is 165 - color contains mainly: blue. Hex color #5502A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5502A5 is #AAFD5A. Grayscale: #2C2C2C. Windows color (decimal): -11205979 or 10814037. OLE color: 10814037.

HSL color Cylindrical-coordinate representation of color #5502A5: hue angle of 270.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502A5 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB852165-
CMYK0.480.9900.35
HSL270.55º97.6%32.75%-
HSV(B)270.55º98.79%64.71%-
XYZ10.564.6935.95-
YUV45.4195.5156.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 165 (64.84% from 255) = 65.48%
R=33.73%
G=0.79%
B=65.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8521650.480.9900.35270.5597.632.75
Hex552A5306302310f6221
Octal12522456014304341714241
Binary10101011010100101110000110001101000111000011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5502A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5502A5; }

 p { color: rgb(85,2,165); }

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

<style>
 a { background-color: #5502A5; }

 a { background-color: rgb(85,2,165); }

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

<style>
 span { border-color: #5502A5; }

 span { border-color: rgb(85,2,165); }

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