#5509AA

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

Shades of Indigo #5509AA

Tints of Indigo #5509AA

Color information

#5509AA (or 0x5509AA) is unknown color: approx Indigo. HEX triplet: 55, 09 and AA. RGB value is (85,9,170). Sum of RGB (Red+Green+Blue) = 85+9+170=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #5509AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5509AA is #AAF655. Grayscale: #313131. Windows color (decimal): -11204182 or 11143509. OLE color: 11143509.

HSL color Cylindrical-coordinate representation of color #5509AA: hue angle of 268.32º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5509AA is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB859170-
CMYK0.500.9500.33
HSL268.32º89.94%35.1%-
HSV(B)268.32º94.71%66.67%-
XYZ11.15.0338.42-
YUV50.08195.68152.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=32.20%
G=3.41%
B=64.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8591700.500.9500.33268.3289.9435.1
Hex559AA325F02110c5a23
Octal125112526213704141413243
Binary1010101100110101010110010101111101000011000011001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5509AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5509AA; }

 p { color: rgb(85,9,170); }

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

<style>
 a { background-color: #5509AA; }

 a { background-color: rgb(85,9,170); }

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

<style>
 span { border-color: #5509AA; }

 span { border-color: rgb(85,9,170); }

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