#560577

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

Shades of Indigo #560577

Tints of Indigo #560577

Color information

#560577 (or 0x560577) is unknown color: approx Indigo. HEX triplet: 56, 05 and 77. RGB value is (86,5,119). Sum of RGB (Red+Green+Blue) = 86+5+119=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #560577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560577 is #A9FA88. Grayscale: #292929. Windows color (decimal): -11139721 or 7800150. OLE color: 7800150.

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

Color convert

RGB865119-
CMYK0.280.9600.53
HSL282.63º91.94%24.31%-
HSV(B)282.63º95.8%46.67%-
XYZ7.223.4217.73-
YUV42.22171.34159.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 119 (46.88% from 255) = 56.67%
R=40.95%
G=2.38%
B=56.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8651190.280.9600.53282.6391.9424.31
Hex565771C6003511b5c18
Octal12651673414006543313430
Binary101011010111101111110011000000110101100011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560577; }

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

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

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

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

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

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

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

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