#560665

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

Shades of Indigo #560665

Tints of Indigo #560665

Color information

#560665 (or 0x560665) is unknown color: approx Indigo. HEX triplet: 56, 06 and 65. RGB value is (86,6,101). Sum of RGB (Red+Green+Blue) = 86+6+101=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #560665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560665 is #A9F99A. Grayscale: #282828. Windows color (decimal): -11139483 or 6620758. OLE color: 6620758.

HSL color Cylindrical-coordinate representation of color #560665: hue angle of 290.53º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560665 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB866101-
CMYK0.150.9400.60
HSL290.53º88.79%20.98%-
HSV(B)290.53º94.06%39.61%-
XYZ6.253.0512.57-
YUV40.75162160.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.56%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 101 (39.84% from 255) = 52.33%
R=44.56%
G=3.11%
B=52.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8661010.150.9400.60290.5388.7920.98
Hex56665F5E03C1235915
Octal12661451713607444313125
Binary10101101101100101111110111100111100100100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560665; }

 p { color: rgb(86,6,101); }

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

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

 a { background-color: rgb(86,6,101); }

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

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

 span { border-color: rgb(86,6,101); }

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