#560564

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

Shades of Indigo #560564

Tints of Indigo #560564

Color information

#560564 (or 0x560564) is unknown color: approx Indigo. HEX triplet: 56, 05 and 64. RGB value is (86,5,100). Sum of RGB (Red+Green+Blue) = 86+5+100=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 100 (39.45% from 255 or 52.36% from 191); Max value from RGB is 100 - color contains mainly: blue. Hex color #560564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560564 is #A9FA9B. Grayscale: #272727. Windows color (decimal): -11139740 or 6554966. OLE color: 6554966.

HSL color Cylindrical-coordinate representation of color #560564: hue angle of 291.16º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560564 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB865100-
CMYK0.140.9500.61
HSL291.16º90.48%20.59%-
HSV(B)291.16º95%39.22%-
XYZ6.193.0112.31-
YUV40.05161.84160.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.03%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 100 (39.45% from 255) = 52.36%
R=45.03%
G=2.62%
B=52.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8651000.140.9500.61291.1690.4820.59
Hex56564E5F03D1235a15
Octal12651441613707544313225
Binary10101101011100100111010111110111101100100011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560564; }

 p { color: rgb(86,5,100); }

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

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

 a { background-color: rgb(86,5,100); }

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

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

 span { border-color: rgb(86,5,100); }

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