#560575

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

Shades of Indigo #560575

Tints of Indigo #560575

Color information

#560575 (or 0x560575) is unknown color: approx Indigo. HEX triplet: 56, 05 and 75. RGB value is (86,5,117). Sum of RGB (Red+Green+Blue) = 86+5+117=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #560575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560575 is #A9FA8A. Grayscale: #292929. Windows color (decimal): -11139723 or 7669078. OLE color: 7669078.

HSL color Cylindrical-coordinate representation of color #560575: hue angle of 283.39º 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 #560575 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB865117-
CMYK0.260.9600.54
HSL283.39º91.8%23.92%-
HSV(B)283.39º95.73%45.88%-
XYZ7.13.3717.11-
YUV41.99170.34159.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=41.35%
G=2.40%
B=56.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8651170.260.9600.54283.3991.823.92
Hex565751A6003611b5c18
Octal12651653214006643313430
Binary101011010111101011101011000000110110100011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560575; }

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

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

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

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

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

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

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

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