#560576

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

Shades of Indigo #560576

Tints of Indigo #560576

Color information

#560576 (or 0x560576) is unknown color: approx Indigo. HEX triplet: 56, 05 and 76. RGB value is (86,5,118). Sum of RGB (Red+Green+Blue) = 86+5+118=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #560576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560576 is #A9FA89. Grayscale: #292929. Windows color (decimal): -11139722 or 7734614. OLE color: 7734614.

HSL color Cylindrical-coordinate representation of color #560576: hue angle of 283.01º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560576 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB865118-
CMYK0.270.9600.54
HSL283.01º91.87%24.12%-
HSV(B)283.01º95.76%46.27%-
XYZ7.163.3917.42-
YUV42.1170.84159.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=41.15%
G=2.39%
B=56.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8651180.270.9600.54283.0191.8724.12
Hex565761B6003611b5c18
Octal12651663314006643313430
Binary101011010111101101101111000000110110100011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560576; }

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

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

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

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

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

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

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

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