#5609AA

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

Shades of Indigo #5609AA

Tints of Indigo #5609AA

Color information

#5609AA (or 0x5609AA) is unknown color: approx Indigo. HEX triplet: 56, 09 and AA. RGB value is (86,9,170). Sum of RGB (Red+Green+Blue) = 86+9+170=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #5609AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5609AA is #A9F655. Grayscale: #313131. Windows color (decimal): -11138646 or 11143510. OLE color: 11143510.

HSL color Cylindrical-coordinate representation of color #5609AA: hue angle of 268.7º 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 #5609AA is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB869170-
CMYK0.490.9500.33
HSL268.7º89.94%35.1%-
HSV(B)268.7º94.71%66.67%-
XYZ11.195.0838.42-
YUV50.38195.51153.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 170 (66.80% from 255) = 64.15%
R=32.45%
G=3.40%
B=64.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8691700.490.9500.33268.789.9435.1
Hex569AA315F02110d5a23
Octal126112526113704141513243
Binary1010110100110101010110001101111101000011000011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5609AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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