#560885

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

Shades of Indigo #560885

Tints of Indigo #560885

Color information

#560885 (or 0x560885) is unknown color: approx Indigo. HEX triplet: 56, 08 and 85. RGB value is (86,8,133). Sum of RGB (Red+Green+Blue) = 86+8+133=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #560885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560885 is #A9F77A. Grayscale: #2D2D2D. Windows color (decimal): -11138939 or 8718422. OLE color: 8718422.

HSL color Cylindrical-coordinate representation of color #560885: hue angle of 277.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560885 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB868133-
CMYK0.350.9400.48
HSL277.44º88.65%27.65%-
HSV(B)277.44º93.98%52.16%-
XYZ8.163.8522.5-
YUV45.57177.34156.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=37.89%
G=3.52%
B=58.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8681330.350.9400.48277.4488.6527.65
Hex56885235E030115591c
Octal126102054313606042513134
Binary101011010001000010110001110111100110000100010101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560885; }

 p { color: rgb(86,8,133); }

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

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

 a { background-color: rgb(86,8,133); }

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

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

 span { border-color: rgb(86,8,133); }

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