#5505AC

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

Shades of Indigo #5505AC

Tints of Indigo #5505AC

Color information

#5505AC (or 0x5505AC) is unknown color: approx Indigo. HEX triplet: 55, 05 and AC. RGB value is (85,5,172). Sum of RGB (Red+Green+Blue) = 85+5+172=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #5505AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5505AC is #AAFA53. Grayscale: #2F2F2F. Windows color (decimal): -11205204 or 11273557. OLE color: 11273557.

HSL color Cylindrical-coordinate representation of color #5505AC: hue angle of 268.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5505AC is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB855172-
CMYK0.510.9700.33
HSL268.74º94.35%34.71%-
HSV(B)268.74º97.09%67.45%-
XYZ11.255.0239.41-
YUV47.96198154.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 5 (2.34% from 255) = 1.91%
BLUE value IS 172 (67.58% from 255) = 65.65%
R=32.44%
G=1.91%
B=65.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8551720.510.9700.33268.7494.3534.71
Hex555AC336102110d5e23
Octal12552546314104141513643
Binary101010110110101100110011110000101000011000011011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5505AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5505AC; }

 p { color: rgb(85,5,172); }

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

<style>
 a { background-color: #5505AC; }

 a { background-color: rgb(85,5,172); }

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

<style>
 span { border-color: #5505AC; }

 span { border-color: rgb(85,5,172); }

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