#560583

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

Shades of Indigo #560583

Tints of Indigo #560583

Color information

#560583 (or 0x560583) is unknown color: approx Indigo. HEX triplet: 56, 05 and 83. RGB value is (86,5,131). Sum of RGB (Red+Green+Blue) = 86+5+131=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #560583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560583 is #A9FA7C. Grayscale: #2B2B2B. Windows color (decimal): -11139709 or 8586582. OLE color: 8586582.

HSL color Cylindrical-coordinate representation of color #560583: hue angle of 278.57º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560583 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB865131-
CMYK0.340.9600.49
HSL278.57º92.65%26.67%-
HSV(B)278.57º96.18%51.37%-
XYZ7.993.7321.77-
YUV43.58177.34158.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 131 (51.56% from 255) = 59.01%
R=38.74%
G=2.25%
B=59.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8651310.340.9600.49278.5792.6526.67
Hex5658322600311175d1b
Octal12652034214006142713533
Binary10101101011000001110001011000000110001100010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560583; }

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

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

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

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

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

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

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

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